Skip to content

Commit c6c0791

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.13.2 to 5.13.3 (#5460)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 80ca7b5 commit c6c0791

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4242
- Bump `org.junit.jupiter:junit-jupiter-api` from 5.13.1 to 5.13.2 ([#5446](https://github.com/opensearch-project/security/pull/5446))
4343
- Bump `com.google.errorprone:error_prone_annotations` from 2.38.0 to 2.39.0 ([#5447](https://github.com/opensearch-project/security/pull/5447))
4444
- Bump `io.dropwizard.metrics:metrics-core` from 4.2.32 to 4.2.33 ([#5428](https://github.com/opensearch-project/security/pull/5428))
45+
- Bump `org.junit.jupiter:junit-jupiter` from 5.13.2 to 5.13.3 ([#5460](https://github.com/opensearch-project/security/pull/5460))
4546

4647
### Documentation
4748

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,8 @@ dependencies {
753753
testImplementation 'commons-validator:commons-validator:1.9.0'
754754
testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-M2"
755755
testImplementation "org.springframework:spring-beans:${spring_version}"
756-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.2'
757-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2'
756+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
757+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
758758
testImplementation('org.awaitility:awaitility:4.3.0') {
759759
exclude(group: 'org.hamcrest', module: 'hamcrest')
760760
}

0 commit comments

Comments
 (0)