Skip to content

Commit 0996724

Browse files
authored
Merge pull request #674 from rabbitmq/dependabot/gradle/java-gradle/main/org.junit.jupiter-junit-jupiter-api-6.0.0
chore(deps): bump org.junit.jupiter:junit-jupiter-api from 5.13.4 to 6.0.0 in /java-gradle
2 parents 1fee967 + 00fc914 commit 0996724

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.5'
1616
testImplementation 'org.mockito:mockito-core:5.20.0'
1717
testImplementation 'io.dropwizard.metrics:metrics-core:4.2.37'
18-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'
19-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
18+
testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0'
19+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0'
2020
}
2121

2222
test {

0 commit comments

Comments
 (0)