Upgrade to the latest Framework 6.0.x release
Closes gh-40929
This commit is contained in:
@@ -27,7 +27,7 @@ configurations {
|
||||
// Downgrade Spring Framework as Gradle cannot cope with 6.1.0-M1's
|
||||
// multi-version jar files with bytecode in META-INF/versions/21
|
||||
if (dependency.requested.group.equals("org.springframework")) {
|
||||
dependency.useVersion("6.0.10")
|
||||
dependency.useVersion("$springFramework60xVersion")
|
||||
}
|
||||
// We manage the version of commons-compress here rather than
|
||||
// in spring-boot-parent to minimize conflicts with Testcontainers
|
||||
|
||||
Reference in New Issue
Block a user