From d98dd4fd7db67068576b14aea64f96f9b6bebb0b Mon Sep 17 00:00:00 2001 From: Ryan May Date: Mon, 28 Oct 2024 12:42:51 -0600 Subject: [PATCH] Update versions of spring dependencies --- tds-platform/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tds-platform/build.gradle b/tds-platform/build.gradle index 21169b2ec8..060ccb3cae 100644 --- a/tds-platform/build.gradle +++ b/tds-platform/build.gradle @@ -14,8 +14,8 @@ 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:6.1.12') - api enforcedPlatform('org.springframework.security:spring-security-bom:6.3.3') + api enforcedPlatform('org.springframework:spring-framework-bom:6.1.14') + api enforcedPlatform('org.springframework.security:spring-security-bom:6.3.4') api platform('net.openhft:chronicle-bom:2.25ea62') api enforcedPlatform("org.apache.logging.log4j:log4j-bom:2.17.1") // remove log4j-jakarta-web and use log4j-jakarta-bom when that is released