Skip to content

Commit ac718cc

Browse files
StewartWBrownStewart Brown
andauthored
Upgrade nimbus-jose-jwt from 9.48 to 10.4.2 to address CVE-2025-53864 (#5595)
Signed-off-by: Stewart Brown <[email protected]> Co-authored-by: Stewart Brown <[email protected]>
1 parent 7787bc2 commit ac718cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3131
- Bump `org.springframework.kafka:spring-kafka-test` from 4.0.0-M3 to 4.0.0-M4 ([#5583](https://github.com/opensearch-project/security/pull/5583))
3232
- Bump `net.bytebuddy:byte-buddy` from 1.17.6 to 1.17.7 ([#5586](https://github.com/opensearch-project/security/pull/5586))
3333
- Bump `io.dropwizard.metrics:metrics-core` from 4.2.33 to 4.2.34 ([#5589](https://github.com/opensearch-project/security/pull/5589))
34+
- Bump `com.nimbusds:nimbus-jose-jwt:9.48` from 9.48 to 10.4.2 ([#5595](https://github.com/opensearch-project/security/pull/5595))
3435

3536
### Documentation
3637

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ dependencies {
664664
implementation "org.bouncycastle:bcpkix-fips:${versions.bouncycastle_pkix}"
665665
implementation "org.bouncycastle:bcutil-fips:${versions.bouncycastle_util}"
666666
implementation 'org.ldaptive:ldaptive:1.2.3'
667-
implementation 'com.nimbusds:nimbus-jose-jwt:9.48'
667+
implementation 'com.nimbusds:nimbus-jose-jwt:10.4.2'
668668
implementation 'com.rfksystems:blake2b:2.0.0'
669669
implementation "com.password4j:password4j:${versions.password4j}"
670670
implementation "com.github.seancfoley:ipaddress:5.5.1"

0 commit comments

Comments
 (0)