File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
spring-boot-project/spring-boot-tools
spring-boot-buildpack-platform
spring-boot-gradle-plugin
spring-boot-system-tests/spring-boot-image-tests Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ kotlinVersion=1.9.24
15
15
mavenVersion =3.9.4
16
16
nativeBuildToolsVersion =0.10.2
17
17
springFrameworkVersion =6.1.8
18
+ springFramework60xVersion =6.0.21
18
19
tomcatVersion =10.1.24
19
20
snakeYamlVersion =2.2
20
21
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ configurations.all {
17
17
// Downgrade Spring Framework as Gradle cannot cope with 6.1.0-M1's
18
18
// multi-version jar files with bytecode in META-INF/versions/21
19
19
if (dependency. requested. group. equals(" org.springframework" )) {
20
- dependency. useVersion(" 6.0.10 " )
20
+ dependency. useVersion(" $s pringFramework60xVersion " )
21
21
}
22
22
}
23
23
}
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ configurations {
53
53
// Downgrade Spring Framework as Gradle cannot cope with 6.1.0-M1's
54
54
// multi-version jar files with bytecode in META-INF/versions/21
55
55
if (dependency. requested. group. equals(" org.springframework" )) {
56
- dependency. useVersion(" 6.0.10 " )
56
+ dependency. useVersion(" $s pringFramework60xVersion " )
57
57
}
58
58
}
59
59
}
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ configurations {
27
27
// Downgrade Spring Framework as Gradle cannot cope with 6.1.0-M1's
28
28
// multi-version jar files with bytecode in META-INF/versions/21
29
29
if (dependency. requested. group. equals(" org.springframework" )) {
30
- dependency. useVersion(" 6.0.10 " )
30
+ dependency. useVersion(" $s pringFramework60xVersion " )
31
31
}
32
32
}
33
33
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ configurations {
22
22
// Downgrade Spring Framework as Gradle cannot cope with 6.1.0-M1's
23
23
// multi-version jar files with bytecode in META-INF/versions/21
24
24
if (dependency. requested. group. equals(" org.springframework" )) {
25
- dependency. useVersion(" 6.0.10 " )
25
+ dependency. useVersion(" $s pringFramework60xVersion " )
26
26
}
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments