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 8dd0e1f commit 7f08e78Copy full SHA for 7f08e78
gradle/libs.versions.toml
@@ -19,7 +19,7 @@ mockk = "1.13.5"
19
mockkCommon = "1.12.5"
20
publishPlugin = "0.24.0"
21
spmPlugin = "2.0.5-arm64"
22
-spring = "2.6.15"
+spring = "3.1.0"
23
24
[libraries]
25
# Spring
sample/jvm/build.gradle.kts
@@ -4,8 +4,8 @@ plugins {
4
}
5
6
java {
7
- sourceCompatibility = JavaVersion.VERSION_1_8
8
- targetCompatibility = JavaVersion.VERSION_1_8
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
9
10
11
dependencies {
0 commit comments