Skip to content

Commit

Permalink
Fixes #3598 - Update dependencies (#3599)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Dec 23, 2023
1 parent 28999aa commit d5569a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<jakarta.websocket-api.version>2.1.1</jakarta.websocket-api.version>
<jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
<jakarta.xml.bind-api.version>4.0.1</jakarta.xml.bind-api.version>
<microprofile-config-api.version>3.0.3</microprofile-config-api.version>
<microprofile-config-api.version>3.1</microprofile-config-api.version>
<microprofile-jwt-auth-api.version>2.1</microprofile-jwt-auth-api.version>
<!-- other -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
<!-- dependencies -->
<angus.activation.version>2.0.1</angus.activation.version>
<angus.mail.version>2.0.2</angus.mail.version>
<arquillian.version>1.7.1.Final</arquillian.version>
<arquillian.version>1.7.2.Final</arquillian.version>
<bcel.version>6.7.0</bcel.version>
<checkstyle.version>10.12.5</checkstyle.version>
<checkstyle.version>10.12.6</checkstyle.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
<commons-io.version>2.15.0</commons-io.version>
<commons-io.version>2.15.1</commons-io.version>
<crac.version>0.1.3</crac.version>
<eclipselink.version>4.0.2</eclipselink.version>
<eclipse.jaxb.version>4.0.4</eclipse.jaxb.version>
Expand All @@ -93,16 +93,16 @@
<hibernate-validator.version>8.0.1.Final</hibernate-validator.version>
<h2.version>2.2.224</h2.version>
<jakarta.faces.version>4.0.5</jakarta.faces.version>
<jandex.version>3.1.5</jandex.version>
<jandex.version>3.1.6</jandex.version>
<!-- Kept at 1.2.5.Final because 1.3.0.Final does not work with Arquillian -->
<jboss-classfilewriter.version>1.2.5.Final</jboss-classfilewriter.version>
<jersey.version>3.1.3</jersey.version>
<jersey.version>3.1.5</jersey.version>
<jstl.version>3.0.1</jstl.version>
<junit-pioneer.version>2.2.0</junit-pioneer.version>
<junit-platform-launcher.version>1.10.1</junit-platform-launcher.version>
<junit.version>5.10.1</junit.version>
<maven-plugin-annotations.version>3.10.2</maven-plugin-annotations.version>
<maven-plugin-api.version>4.0.0-alpha-8</maven-plugin-api.version>
<maven-plugin-api.version>4.0.0-alpha-9</maven-plugin-api.version>
<maven-plugin-tools-annotations.version>3.10.2</maven-plugin-tools-annotations.version>
<microprofile-jwt-auth.version>2.0.2</microprofile-jwt-auth.version>
<netty.version>4.1.101.Final</netty.version>
Expand All @@ -115,7 +115,7 @@
<shrinkwrap-descriptors-api-base.version>2.0.0</shrinkwrap-descriptors-api-base.version>
<shrinkwrap-resolver.version>3.1.4</shrinkwrap-resolver.version>
<soteria.version>3.0.3</soteria.version>
<spring-boot.version>3.1.6</spring-boot.version>
<spring-boot.version>3.2.1</spring-boot.version>
<transact-cdi-beans.version>1.0.1</transact-cdi-beans.version>
<tyrus.version>2.1.4</tyrus.version>
<undertow.version>2.3.10.Final</undertow.version>
Expand Down

0 comments on commit d5569a6

Please sign in to comment.