Skip to content

Commit 80450af

Browse files
Merge pull request #634 from rabbitmq/dependabot/gradle/java-gradle/main/org.junit.jupiter-junit-jupiter-engine-5.13.4
chore(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.13.3 to 5.13.4 in /java-gradle
2 parents 5d8976b + f90d3b3 commit 80450af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-gradle/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies {
1515
testImplementation 'org.assertj:assertj-core:3.27.3'
1616
testImplementation 'org.mockito:mockito-core:5.18.0'
1717
testImplementation 'io.dropwizard.metrics:metrics-core:4.2.33'
18-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3'
19-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3'
18+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
19+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
2020
}
2121

2222
test {

0 commit comments

Comments
 (0)