Skip to content

Commit

Permalink
Update Maven build for Netty and Rhino updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Feb 9, 2021
1 parent feffada commit 5ab5379
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,32 +75,32 @@
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.10</version>
<version>1.7.13</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.31.Final</version>
<version>4.1.59.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>4.1.31.Final</version>
<version>4.1.59.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.31.Final</version>
<version>4.1.59.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.31.Final</version>
<version>4.1.59.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.31.Final</version>
<version>4.1.59.Final</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 5ab5379

Please sign in to comment.