diff --git a/tds-platform/build.gradle b/tds-platform/build.gradle index 66925658b7..633cb0afff 100644 --- a/tds-platform/build.gradle +++ b/tds-platform/build.gradle @@ -14,7 +14,7 @@ dependencies { // If there is a conflict (previously hidden by optimistic resolution), we should get an error when we build, and // at that point we can take things on a case-by-case basis. api enforcedPlatform("edu.ucar:netcdf-java-bom:${depVersion.netcdfJava}") - api enforcedPlatform('org.springframework:spring-framework-bom:5.3.38') + api enforcedPlatform('org.springframework:spring-framework-bom:5.3.39') api enforcedPlatform('org.springframework.security:spring-security-bom:5.7.12') api platform('net.openhft:chronicle-bom:2.25ea62') api enforcedPlatform("org.apache.logging.log4j:log4j-bom:2.17.1")