Skip to content

Commit 35d0bb6

Browse files
committed
Bump the Netty version we use
1 parent 517b8b4 commit 35d0bb6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.idea/libraries/netty.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/client/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-api-9.4.7.v20170914.jar" sourcepath="/third-party/java/websocket/websocket-api-9.4.7.v20170914-sources.jar"/>
3131
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-client-9.4.7.v20170914.jar" sourcepath="/third-party/java/websocket/websocket-client-9.4.7.v20170914-sources.jar"/>
3232
<classpathentry kind="lib" path="/third-party/java/websocket/websocket-common-9.4.7.v20170914.jar" sourcepath="/third-party/java/websocket/websocket-common-9.4.7.v20170914-sources.jar"/>
33-
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.19.Final.jar"/>
33+
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.25.Final.jar"/>
3434
<classpathentry kind="lib" path="/third-party/java/xml-apis/xml-apis-1.4.01.jar"/>
3535
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-2.18.0.jar"/>
3636
<classpathentry kind="lib" path="/third-party/java/objenesis/objenesis-2.6.jar"/>

java/server/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<classpathentry kind="lib" path="/third-party/java/junit/junit-4.12.jar" sourcepath="/third-party/java/junit/junit-4.12-sources.jar"/>
1414
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
1515
<classpathentry kind="lib" path="/third-party/java/jcip/jcip-annotations-1.0.jar" sourcepath="/third-party/java/jcip/jcip-annotations-1.0-sources.jar"/>
16-
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.19.Final.jar"/>
16+
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.25.Final.jar"/>
1717
<classpathentry kind="lib" path="/third-party/java/guava/guava-25.0-jre.jar" sourcepath="/third-party/java/guava/guava-25.0-jre-sources.jar"/>
1818
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-2.18.0.jar"/>
1919
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>

third_party/java/netty/BUCK

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
prebuilt_jar(
22
name = 'netty-all',
3-
maven_coords = 'io.netty:netty-all:jar:4.1.19.Final',
4-
binary_jar = 'netty-all-4.1.19.Final.jar',
5-
source_jar = 'netty-all-4.1.19.Final-sources.jar',
3+
maven_coords = 'io.netty:netty-all:jar:4.1.25.Final',
4+
binary_jar = 'netty-all-4.1.25.Final.jar',
5+
source_jar = 'netty-all-4.1.25.Final-sources.jar',
66
deps = [
77
'//third_party/java/commons-logging:commons-logging',
88
'//third_party/java/slf4j:slf4j-api',

0 commit comments

Comments
 (0)