Skip to content

Commit 912a8b7

Browse files
[12.1.x Core] Bump jakarta.ws.rs:jakarta.ws.rs-api
Bumps the spec-deps group in /jetty-core with 1 update: jakarta.ws.rs:jakarta.ws.rs-api. Updates `jakarta.ws.rs:jakarta.ws.rs-api` from 3.1.0 to 4.0.0 --- updated-dependencies: - dependency-name: jakarta.ws.rs:jakarta.ws.rs-api dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: spec-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 729b87e commit 912a8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetty-core/jetty-http-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<properties>
1212
<bundle-symbolic-name>${project.groupId}.http.spi</bundle-symbolic-name>
1313
<jacoco.skip>true</jacoco.skip>
14-
<jakarta.ws.rs.api.version>3.1.0</jakarta.ws.rs.api.version>
14+
<jakarta.ws.rs.api.version>4.0.0</jakarta.ws.rs.api.version>
1515
<jakarta.xml.jaxws.impl.version>4.0.3</jakarta.xml.jaxws.impl.version>
1616
<spotbugs.onlyAnalyze>org.eclipse.jetty.http.spi.*</spotbugs.onlyAnalyze>
1717
</properties>

0 commit comments

Comments
 (0)