diff --git a/CHANGELOG.md b/CHANGELOG.md index 862515af35..77840e9daf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `io.dropwizard.metrics:metrics-core` from 4.2.30 to 4.2.32 ([#5361](https://github.com/opensearch-project/security/pull/5361)) - Bump `org.junit.jupiter:junit-jupiter` from 5.12.2 to 5.13.0 ([#5371](https://github.com/opensearch-project/security/pull/5371)) - Bump `bouncycastle_version` from 1.80 to 1.81 ([#5380](https://github.com/opensearch-project/security/pull/5380)) +- Bump `org.junit.jupiter:junit-jupiter-api` from 5.13.0 to 5.13.1 ([#5383](https://github.com/opensearch-project/security/pull/5383)) ### Deprecated diff --git a/build.gradle b/build.gradle index 6779970e51..d667aed958 100644 --- a/build.gradle +++ b/build.gradle @@ -772,7 +772,7 @@ dependencies { testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-M2" testImplementation "org.springframework:spring-beans:${spring_version}" testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1' testImplementation('org.awaitility:awaitility:4.3.0') { exclude(group: 'org.hamcrest', module: 'hamcrest') }