|
|
|
@ -17,7 +17,7 @@ configurations.all { |
|
|
|
// Downgrade Spring Framework as Gradle cannot cope with 6.1.0-M1's |
|
|
|
// Downgrade Spring Framework as Gradle cannot cope with 6.1.0-M1's |
|
|
|
// multi-version jar files with bytecode in META-INF/versions/21 |
|
|
|
// multi-version jar files with bytecode in META-INF/versions/21 |
|
|
|
if (dependency.requested.group.equals("org.springframework")) { |
|
|
|
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 |
|
|
|
// We manage the version of commons-compress here rather than |
|
|
|
// in spring-boot-parent to minimize conflicts with Testcontainers |
|
|
|
// in spring-boot-parent to minimize conflicts with Testcontainers |
|
|
|
|