Skip to content

Commit

Permalink
Fixes #3834 - Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Aug 15, 2024
1 parent 53a9ce5 commit 282d50a
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<jakarta.security.enterprise-api.version>3.0.0</jakarta.security.enterprise-api.version>
<jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version>
<jakarta.servlet.jsp-api.version>3.1.1</jakarta.servlet.jsp-api.version>
<jakarta.servlet.jsp.jstl-api.version>3.0.0</jakarta.servlet.jsp.jstl-api.version>
<jakarta.servlet.jsp.jstl-api.version>3.0.1</jakarta.servlet.jsp.jstl-api.version>
<jakarta.transaction-api.version>2.0.1</jakarta.transaction-api.version>
<jakarta.validation-api.version>3.0.2</jakarta.validation-api.version>
<jakarta.websocket-api.version>2.1.1</jakarta.websocket-api.version>
Expand Down
2 changes: 1 addition & 1 deletion extension/eclipse-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<name>Piranha - Extension - Eclipse Jersey</name>

<properties>
<jersey.version>3.1.7</jersey.version>
<jersey.version>3.1.8</jersey.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion extension/eclipse-parsson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<name>Piranha - Extension - Eclipse Parsson</name>
<properties>
<parsson.version>1.1.6</parsson.version>
<parsson.version>1.1.7</parsson.version>
</properties>
<dependencies>
<!-- compile -->
Expand Down
2 changes: 1 addition & 1 deletion extension/eclipse-yasson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<name>Piranha - Extension - Eclipse Yasson</name>
<properties>
<yasson.version>3.0.3</yasson.version>
<yasson.version>3.0.4</yasson.version>
</properties>
<dependencies>
<!-- compile -->
Expand Down
2 changes: 1 addition & 1 deletion extension/eclipselink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<name>Piranha - Extension - EclipseLink</name>
<properties>
<eclipselink.version>4.0.3</eclipselink.version>
<eclipselink.version>4.0.4</eclipselink.version>
</properties>
<dependencies>
<!-- compile -->
Expand Down
1 change: 1 addition & 0 deletions extension/hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<packaging>jar</packaging>
<name>Piranha - Extension - Hazelcast</name>
<properties>
<!-- kept at 5.4.0 because 5.5.0 adds remote repositories -->
<hazelcast.version>5.4.0</hazelcast.version>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion http/netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<name>Piranha - HTTP - Netty Integration</name>
<properties>
<netty.version>4.1.111.Final</netty.version>
<netty.version>4.1.112.Final</netty.version>
</properties>
<dependencies>
<!-- compile -->
Expand Down
2 changes: 1 addition & 1 deletion http/undertow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<name>Piranha - HTTP - Undertow Integration</name>
<properties>
<undertow.version>2.3.14.Final</undertow.version>
<undertow.version>2.3.15.Final</undertow.version>
</properties>
<dependencies>
<!-- compile -->
Expand Down
Empty file removed multi/tmp/piranha.stopped
Empty file.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@
<properties>
<!-- dependencies -->
<arquillian.version>1.8.0.Final</arquillian.version>
<bcel.version>6.9.0</bcel.version>
<bcel.version>6.10.0</bcel.version>
<checkstyle.version>10.17.0</checkstyle.version>
<free-port-finder.version>1.1.1</free-port-finder.version>
<htmlunit.version>2.70.0</htmlunit.version>
<h2.version>2.2.224</h2.version>
<h2.version>2.3.232</h2.version>
<jandex.version>3.1.8</jandex.version>
<jboss-classfilewriter.version>1.3.1.Final</jboss-classfilewriter.version>
<junit-pioneer.version>2.2.0</junit-pioneer.version>
<junit-platform-launcher.version>1.11.0-M2</junit-platform-launcher.version>
<junit.version>5.11.0-M2</junit.version>
<junit-platform-launcher.version>1.11.0</junit-platform-launcher.version>
<junit.version>5.11.0</junit.version>
<maven-plugin-annotations.version>3.13.1</maven-plugin-annotations.version>
<maven-plugin-api.version>4.0.0-beta-3</maven-plugin-api.version>
<maven-plugin-tools-annotations.version>3.13.1</maven-plugin-tools-annotations.version>
Expand Down

0 comments on commit 282d50a

Please sign in to comment.