diff --git a/CHANGELOG.md b/CHANGELOG.md index 17058f91f5..37f77c5d8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `com.google.guava:guava` from 33.4.8-jre to 33.5.0-jre ([#5665](https://github.com/opensearch-project/security/pull/5665)) - Bump `com.typesafe.scala-logging:scala-logging_3` from 3.9.5 to 3.9.6 ([#5663](https://github.com/opensearch-project/security/pull/5663)) - Sync `org.opensearch:protobufs` version with core ([#5659](https://github.com/opensearch-project/security/pull/5659)) +- Bump `org.junit.jupiter:junit-jupiter` from 5.13.4 to 5.14.0 ([#5678](https://github.com/opensearch-project/security/pull/5678)) ### Documentation diff --git a/build.gradle b/build.gradle index e9efe3f159..797a9f0be1 100644 --- a/build.gradle +++ b/build.gradle @@ -759,8 +759,8 @@ dependencies { testImplementation 'commons-validator:commons-validator:1.10.0' testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-M5" testImplementation "org.springframework:spring-beans:${spring_version}" - testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' + testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.0' testImplementation('org.awaitility:awaitility:4.3.0') { exclude(group: 'org.hamcrest', module: 'hamcrest') }