Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 7, 2024
1 parent 75712eb commit 18940ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "1.6.10"
kotlin = "1.9.23"

[libraries]
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }

[plugins]
gradleGitProperties = { id = "com.gorylenko.gradle-git-properties", version = "2.4.0" }
gradleGitProperties = { id = "com.gorylenko.gradle-git-properties", version = "2.4.1" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
springKotlin = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin"}
springBoot = { id = "org.springframework.boot", version = "2.7.18" }
Expand Down

0 comments on commit 18940ea

Please sign in to comment.