Skip to content

Commit 266d733

Browse files
Bump junit-bom from 5.7.2 to 5.8.0 (#1427)
1 parent 375846e commit 266d733

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ext {
5656
cxfVersion = "3.4.4"
5757
glassfishJaxbVersion = "2.3.3"
5858
jerseyVersion = "2.32"
59-
junitVersion = "5.7.2"
59+
junitVersion = "5.8.0"
6060
hamcrestVersion = "2.2"
6161
logbackVersion = "1.2.6"
6262
mockitoVersion = "3.12.4"
@@ -147,7 +147,6 @@ allprojects { subproj ->
147147

148148
testImplementation "org.junit.jupiter:junit-jupiter-api"
149149
testImplementation "org.junit.jupiter:junit-jupiter-params"
150-
testImplementation "org.apiguardian:apiguardian-api"
151150
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
152151
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
153152
}

0 commit comments

Comments
 (0)