We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ac57b commit 0cc7baeCopy full SHA for 0cc7bae
dependencies/src/main/kotlin/city/smartb/gradle/dependencies/Dependencies.kt
@@ -3,7 +3,7 @@ package city.smartb.gradle.dependencies
3
import org.gradle.api.artifacts.Dependency
4
5
object FixersPluginVersions {
6
- const val kotlin = "1.6.21"
+ const val kotlin = "1.7.0"
7
const val springBoot = "2.6.8"
8
const val npmPublish = "3.0.0"
9
const val ksp = "1.7.0-1.0.6"
@@ -19,7 +19,7 @@ object FixersVersions {
19
object Spring {
20
const val boot = FixersPluginVersions.springBoot
21
const val data = "2.6.4"
22
- const val framework = "5.3.19"
+ const val framework = "5.3.20"
23
const val javaxPersistence = "2.2"
24
}
25
0 commit comments