diff --git a/tds-platform/build.gradle b/tds-platform/build.gradle index 8ce1d1de57..4327f20530 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.27') + api enforcedPlatform('org.springframework:spring-framework-bom:5.3.32') api enforcedPlatform('org.springframework.security:spring-security-bom:5.7.11') api platform('net.openhft:chronicle-bom:2.23.136') api enforcedPlatform("org.apache.logging.log4j:log4j-bom:2.17.1") diff --git a/tds-testing-platform/build.gradle b/tds-testing-platform/build.gradle index f4e705e120..fefd54b9e5 100644 --- a/tds-testing-platform/build.gradle +++ b/tds-testing-platform/build.gradle @@ -18,7 +18,7 @@ dependencies { // Spring-test v5.3.4 introduced a hard dependency on servlet api v4. // That will be rolled back in v5.4.5, so for now, we specifically ask for // spring-test 5.3.3. - api 'org.springframework:spring-test:5.3.27' + api 'org.springframework:spring-test:5.3.32' // dap4 // defined in tds-platform as well, but using runtime config