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

Commit b17851a

Browse files
committed
Update all non-major dependencies
1 parent 8895b22 commit b17851a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
2-
kotlin = "1.6.10"
2+
kotlin = "1.7.10"
33

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

88
[plugins]
9-
gradleGitProperties = { id = "com.gorylenko.gradle-git-properties", version = "2.4.0" }
9+
gradleGitProperties = { id = "com.gorylenko.gradle-git-properties", version = "2.4.1" }
1010
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
1111
springKotlin = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin"}
12-
springBoot = { id = "org.springframework.boot", version = "2.6.6" }
13-
spotless = { id = "com.diffplug.spotless", version = "6.4.1" }
12+
springBoot = { id = "org.springframework.boot", version = "2.7.4" }
13+
spotless = { id = "com.diffplug.spotless", version = "6.11.0" }

0 commit comments

Comments
 (0)