Skip to content

Commit

Permalink
Fixes #3811 - Update dependencies (#3816)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Aug 21, 2024
1 parent 0c3b517 commit 86fc9cc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions COMPONENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ deliver various bits and pieces of functionality.
| Eclipse Grizzly | 4.1.0-M1 |
| Eclipse Grizzly NPN | 2.0.0 |
| Eclipse JAXB | 4.0.5 |
| Eclipse Jersey | 3.1.7 |
| Eclipse JSTL | 3.0.1 |
| Eclipse Mojarra | 4.1.0 |
| Eclipse Parsson | 1.1.7 |
Expand Down
2 changes: 1 addition & 1 deletion extension/hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<packaging>jar</packaging>
<name>Piranha - Extension - Hazelcast</name>
<properties>
<hazelcast.version>5.3.6</hazelcast.version>
<hazelcast.version>5.4.0</hazelcast.version>
</properties>
<dependencies>
<!-- compile -->
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.108.Final</netty.version>
<netty.version>4.1.111.Final</netty.version>
</properties>
<dependencies>
<!-- compile -->
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,19 @@
<properties>
<!-- dependencies -->
<arquillian.version>1.8.0.Final</arquillian.version>
<bcel.version>6.8.2</bcel.version>
<checkstyle.version>10.14.2</checkstyle.version>
<bcel.version>6.9.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>
<jandex.version>3.1.7</jandex.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.10.2</junit-platform-launcher.version>
<junit.version>5.10.2</junit.version>
<maven-plugin-annotations.version>3.11.0</maven-plugin-annotations.version>
<maven-plugin-api.version>4.0.0-alpha-13</maven-plugin-api.version>
<maven-plugin-tools-annotations.version>3.11.0</maven-plugin-tools-annotations.version>
<junit-platform-launcher.version>1.11.0-M2</junit-platform-launcher.version>
<junit.version>5.11.0-M2</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>
<shrinkwrap-impl-base.version>2.0.0-beta-1</shrinkwrap-impl-base.version>
<shrinkwrap-descriptors-api-base.version>2.0.0</shrinkwrap-descriptors-api-base.version>
<shrinkwrap-resolver.version>3.3.0</shrinkwrap-resolver.version>
Expand Down

0 comments on commit 86fc9cc

Please sign in to comment.