Skip to content

Commit

Permalink
Bump spring version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Mar 14, 2024
1 parent f85e92f commit 3054777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tds-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion tds-testing-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3054777

Please sign in to comment.