Skip to content

Commit b25deca

Browse files
dependabot[bot]cwperksDarshitChanpura
authored
Bump org.junit.jupiter:junit-jupiter from 5.13.0 to 5.13.1 (#5382)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <cwperx@amazon.com> Co-authored-by: Darshit Chanpura <dchanp@amazon.com>
1 parent 413d6b9 commit b25deca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3737
- Bump `commons-io:commons-io` from 2.18.0 to 2.19.0 ([#5328](https://github.com/opensearch-project/security/pull/5328))
3838
- Upgrade kafka_version from 3.7.1 to 4.0.0 ([#5131](https://github.com/opensearch-project/security/pull/5131))
3939
- Bump `io.dropwizard.metrics:metrics-core` from 4.2.30 to 4.2.32 ([#5361](https://github.com/opensearch-project/security/pull/5361))
40-
- Bump `org.junit.jupiter:junit-jupiter` from 5.12.2 to 5.13.0 ([#5371](https://github.com/opensearch-project/security/pull/5371))
40+
- Bump `org.junit.jupiter:junit-jupiter` from 5.12.2 to 5.13.1 ([#5371](https://github.com/opensearch-project/security/pull/5371), [#5382](https://github.com/opensearch-project/security/pull/5382))
4141
- Bump `bouncycastle_version` from 1.80 to 1.81 ([#5380](https://github.com/opensearch-project/security/pull/5380))
4242
- Bump `org.junit.jupiter:junit-jupiter-api` from 5.13.0 to 5.13.1 ([#5383](https://github.com/opensearch-project/security/pull/5383))
4343
- Bump `org.checkerframework:checker-qual` from 3.49.3 to 3.49.4 ([#5381](https://github.com/opensearch-project/security/pull/5381))

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ dependencies {
771771
testImplementation 'commons-validator:commons-validator:1.9.0'
772772
testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-M2"
773773
testImplementation "org.springframework:spring-beans:${spring_version}"
774-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
774+
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'
775775
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1'
776776
testImplementation('org.awaitility:awaitility:4.3.0') {
777777
exclude(group: 'org.hamcrest', module: 'hamcrest')

0 commit comments

Comments
 (0)