Skip to content

Commit

Permalink
Fixes #3834 - Update dependencies (#3836)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Sep 23, 2024
1 parent bb83f04 commit 3727cdf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<jakarta.security.enterprise-api.version>4.0.0</jakarta.security.enterprise-api.version>
<jakarta.servlet-api.version>6.1.0</jakarta.servlet-api.version>
<jakarta.servlet.jsp-api.version>4.0.0</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.1.0</jakarta.validation-api.version>
<jakarta.websocket-api.version>2.2.0</jakarta.websocket-api.version>
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 3727cdf

Please sign in to comment.