We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375846e commit 266d733Copy full SHA for 266d733
build.gradle
@@ -56,7 +56,7 @@ ext {
56
cxfVersion = "3.4.4"
57
glassfishJaxbVersion = "2.3.3"
58
jerseyVersion = "2.32"
59
- junitVersion = "5.7.2"
+ junitVersion = "5.8.0"
60
hamcrestVersion = "2.2"
61
logbackVersion = "1.2.6"
62
mockitoVersion = "3.12.4"
@@ -147,7 +147,6 @@ allprojects { subproj ->
147
148
testImplementation "org.junit.jupiter:junit-jupiter-api"
149
testImplementation "org.junit.jupiter:junit-jupiter-params"
150
- testImplementation "org.apiguardian:apiguardian-api"
151
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
152
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
153
}
0 commit comments