Skip to content

Commit 1a3d916

Browse files
Bump jakarta.platform:jakarta.jakartaee-api in /finish/war
Bumps [jakarta.platform:jakarta.jakartaee-api](https://github.com/eclipse-ee4j/ee4j) from 10.0.0 to 11.0.0. - [Release notes](https://github.com/eclipse-ee4j/ee4j/releases) - [Commits](https://github.com/eclipse-ee4j/ee4j/commits) --- updated-dependencies: - dependency-name: jakarta.platform:jakarta.jakartaee-api dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 626c4b5 commit 1a3d916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

finish/war/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
// tag::projectJar[]
77
implementation project(':jar')
88
// end::projectJar[]
9-
compileOnly 'jakarta.platform:jakarta.jakartaee-api:10.0.0'
9+
compileOnly 'jakarta.platform:jakarta.jakartaee-api:11.0.0'
1010
compileOnly 'org.eclipse.microprofile:microprofile:7.0'
1111
}
1212

0 commit comments

Comments
 (0)