Skip to content

Commit

Permalink
chore(deps): bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps 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-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent ec98c39 commit 74cd51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws-serverless-java-container-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</parent>

<properties>
<jaxrs.version>3.1.0</jaxrs.version>
<jaxrs.version>4.0.0</jaxrs.version>
<servlet.version>6.0.0</servlet.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>3.1.0</version>
<version>4.0.0</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 74cd51c

Please sign in to comment.