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 @@ -14,6 +14,7 @@ kotlinVersion=1.9.24
14
14
mavenVersion =3.9.4
15
15
nativeBuildToolsVersion =0.9.28
16
16
springFrameworkVersion =6.1.8
17
+ springFramework60xVersion =6.0.21
17
18
tomcatVersion =10.1.24
18
19
19
20
kotlin.stdlib.default.dependency =false
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
// We manage the version of commons-compress here rather than
23
23
// in spring-boot-parent to minimize conflicts with Testcontainers
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
// We manage the version of commons-compress here rather than
59
59
// in spring-boot-parent to minimize conflicts with Testcontainers
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
// We manage the version of commons-compress here rather than
33
33
// in spring-boot-parent to minimize conflicts with Testcontainers
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