Skip to content

Commit 6cfe209

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.13.0 to 5.13.1
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 69916f4 commit 6cfe209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ dependencies {
772772
testImplementation "org.springframework.kafka:spring-kafka-test:4.0.0-M2"
773773
testImplementation "org.springframework:spring-beans:${spring_version}"
774774
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.0'
775-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.0'
775+
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')
778778
}

0 commit comments

Comments
 (0)