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.
2 parents 75c502a + bcd9f85 commit 5e1e373Copy full SHA for 5e1e373
finish/war/build.gradle
@@ -6,7 +6,7 @@ dependencies {
6
// tag::projectJar[]
7
implementation project(':jar')
8
// end::projectJar[]
9
- testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
10
compileOnly 'jakarta.platform:jakarta.jakartaee-api:10.0.0'
11
compileOnly 'org.eclipse.microprofile:microprofile:7.0'
12
}
0 commit comments