Skip to content

Commit

Permalink
Merge pull request #652 from Azquelt/final-mp-deps
Browse files Browse the repository at this point in the history
Use final versions of MP dependencies
  • Loading branch information
Azquelt authored Jul 4, 2024
2 parents deb180a + 0a1f26b commit 41c0c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<hamcrest.version>2.1</hamcrest.version>
<httpclient.version>4.5.2</httpclient.version>
<jackson.version>2.10.1</jackson.version>
<mp.rest-client-api.version>4.0-RC2</mp.rest-client-api.version>
<mp.rest-client-api.version>4.0</mp.rest-client-api.version>
<jakarta.xml.bind-api.version>3.0.1</jakarta.xml.bind-api.version>
<jakarta.validation-api.version>3.0.2</jakarta.validation-api.version>
<!-- We can use the 3.x TCK BOM even though we use the 2.x parent because we're targetting Java 11 -->
Expand Down

0 comments on commit 41c0c05

Please sign in to comment.