We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a0d1f commit 8b9d091Copy full SHA for 8b9d091
frameworks/Java/netty/pom.xml
@@ -8,7 +8,7 @@
8
<version>0.1</version>
9
10
<properties>
11
- <netty.version>4.1.22.Final</netty.version>
+ <netty.version>4.1.25.Final</netty.version>
12
</properties>
13
14
<packaging>jar</packaging>
@@ -38,13 +38,13 @@
38
<dependency>
39
<groupId>com.fasterxml.jackson.module</groupId>
40
<artifactId>jackson-module-afterburner</artifactId>
41
- <version>RELEASE</version>
+ <version>2.9.5</version>
42
</dependency>
43
44
45
<groupId>javassist</groupId>
46
<artifactId>javassist</artifactId>
47
+ <version>3.12.1.GA</version>
48
49
50
</dependencies>
0 commit comments