We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 843d85e + 6d9b554 commit bbc1208Copy full SHA for bbc1208
tds-platform/build.gradle
@@ -14,7 +14,7 @@ dependencies {
14
// If there is a conflict (previously hidden by optimistic resolution), we should get an error when we build, and
15
// at that point we can take things on a case-by-case basis.
16
api enforcedPlatform("edu.ucar:netcdf-java-bom:${depVersion.netcdfJava}")
17
- api enforcedPlatform('org.springframework:spring-framework-bom:5.3.7')
+ api enforcedPlatform('org.springframework:spring-framework-bom:5.3.12')
18
api enforcedPlatform('org.springframework.security:spring-security-bom:5.4.7')
19
api platform('net.openhft:chronicle-bom:2.21ea74')
20
0 commit comments