Skip to content

Commit b05add2

Browse files
committed
upgrade to netty 3.2.3
1 parent 5a1fd38 commit b05add2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/jarjar/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
runtime 'org.codehaus.jackson:jackson-smile:1.6.1'
2020
runtime 'org.yaml:snakeyaml:1.6'
2121

22-
runtime('org.jboss.netty:netty:3.2.2.Final') { transitive = false }
22+
runtime('org.jboss.netty:netty:3.2.3.Final') { transitive = false }
2323
}
2424

2525
configurations {

0 commit comments

Comments
 (0)