Skip to content

Commit

Permalink
Update netty and ion dependencies in network hub
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcsmith-net committed Aug 23, 2024
1 parent 8ac781d commit f653f94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions praxiscore-hub-net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,32 @@
<dependency>
<groupId>com.amazon.ion</groupId>
<artifactId>ion-java</artifactId>
<version>1.11.1</version>
<version>1.11.9</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.96.Final</version>
<version>4.1.112.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.96.Final</version>
<version>4.1.112.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.96.Final</version>
<version>4.1.112.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId>
<version>4.1.96.Final</version>
<version>4.1.112.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.96.Final</version>
<version>4.1.112.Final</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit f653f94

Please sign in to comment.