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 80c910b + 47681bd commit 777d6bbCopy full SHA for 777d6bb
finish/war/build.gradle
@@ -7,7 +7,7 @@ dependencies {
7
implementation project(':jar')
8
// end::projectJar[]
9
compileOnly 'jakarta.platform:jakarta.jakartaee-api:10.0.0'
10
- compileOnly 'org.eclipse.microprofile:microprofile:7.0'
+ compileOnly 'org.eclipse.microprofile:microprofile:7.1'
11
}
12
13
war {
start/war/build.gradle
@@ -4,7 +4,7 @@ description = 'WAR Module'
4
5
dependencies {
6
0 commit comments