Skip to content

Commit 7e51f9a

Browse files
authored
Upgrade springframework to 7.0.1 and zookeeper to 3.9.4 (opensearch-project#5829)
Signed-off-by: Craig Perkins <[email protected]>
1 parent cc1d27f commit 7e51f9a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7777
- Bump `actions/checkout` from 5 to 6 ([#5810](https://github.com/opensearch-project/security/pull/5810))
7878
- Bump `org.bouncycastle:bcpkix-jdk18on` from 1.82 to 1.83 ([#5825](https://github.com/opensearch-project/security/pull/5825))
7979
- Bump `commons-codec:commons-codec` from 1.19.0 to 1.20.0 ([#5823](https://github.com/opensearch-project/security/pull/5823))
80+
- Upgrade springframework to 7.0.1 and zookeeper to 3.9.4 ([#5829](https://github.com/opensearch-project/security/pull/5829))
8081

8182
### Documentation
8283

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildscript {
3333
jjwt_version = '0.13.0'
3434
guava_version = '33.5.0-jre'
3535
jaxb_version = '2.3.9'
36-
spring_version = '6.2.14'
36+
spring_version = '7.0.1'
3737

3838
if (buildVersionQualifier) {
3939
opensearch_build += "-${buildVersionQualifier}"
@@ -479,6 +479,7 @@ configurations {
479479
all {
480480
resolutionStrategy {
481481
force 'commons-codec:commons-codec:1.20.0'
482+
force 'commons-logging:commons-logging:1.3.5'
482483
force 'org.slf4j:slf4j-api:1.7.36'
483484
force 'org.scala-lang:scala-library:2.13.18'
484485
force "com.fasterxml.jackson:jackson-bom:${versions.jackson}"
@@ -798,7 +799,7 @@ dependencies {
798799
}
799800
testRuntimeOnly 'org.scala-lang:scala-library:2.13.18'
800801
testRuntimeOnly 'com.typesafe.scala-logging:scala-logging_3:3.9.6'
801-
testRuntimeOnly('org.apache.zookeeper:zookeeper:3.9.3') {
802+
testRuntimeOnly('org.apache.zookeeper:zookeeper:3.9.4') {
802803
exclude(group:'ch.qos.logback', module: 'logback-classic' )
803804
exclude(group:'ch.qos.logback', module: 'logback-core' )
804805
}

0 commit comments

Comments
 (0)