Skip to content

Commit

Permalink
Update dependency jakarta.ws.rs:jakarta.ws.rs-api to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 0c47ba8 commit 8570d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>core</artifactId>

<properties>
<ws.rs-api.version>3.1.0</ws.rs-api.version>
<ws.rs-api.version>4.0.0</ws.rs-api.version>
<annotation-api.version>3.0.0</annotation-api.version>
<inject-api.version>2.0.1.MR</inject-api.version>
<servlet-api.version>5.0.0</servlet-api.version>
Expand Down
2 changes: 1 addition & 1 deletion testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>testing</artifactId>

<properties>
<ws.rs-api.version>3.1.0</ws.rs-api.version>
<ws.rs-api.version>4.0.0</ws.rs-api.version>

<assertj.version>3.25.3</assertj.version>
<javassist.version>3.30.2-GA</javassist.version>
Expand Down

0 comments on commit 8570d20

Please sign in to comment.