Skip to content

Commit

Permalink
Bump the Netty version we use
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jun 18, 2018
1 parent 517b8b4 commit 35d0bb6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/netty.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<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"/>
<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"/>
<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"/>
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.19.Final.jar"/>
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.25.Final.jar"/>
<classpathentry kind="lib" path="/third-party/java/xml-apis/xml-apis-1.4.01.jar"/>
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-2.18.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/objenesis/objenesis-2.6.jar"/>
Expand Down
2 changes: 1 addition & 1 deletion java/server/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<classpathentry kind="lib" path="/third-party/java/junit/junit-4.12.jar" sourcepath="/third-party/java/junit/junit-4.12-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
<classpathentry kind="lib" path="/third-party/java/jcip/jcip-annotations-1.0.jar" sourcepath="/third-party/java/jcip/jcip-annotations-1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.19.Final.jar"/>
<classpathentry kind="lib" path="/third-party/java/netty/netty-all-4.1.25.Final.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-25.0-jre.jar" sourcepath="/third-party/java/guava/guava-25.0-jre-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-2.18.0.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions third_party/java/netty/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = 'netty-all',
maven_coords = 'io.netty:netty-all:jar:4.1.19.Final',
binary_jar = 'netty-all-4.1.19.Final.jar',
source_jar = 'netty-all-4.1.19.Final-sources.jar',
maven_coords = 'io.netty:netty-all:jar:4.1.25.Final',
binary_jar = 'netty-all-4.1.25.Final.jar',
source_jar = 'netty-all-4.1.25.Final-sources.jar',
deps = [
'//third_party/java/commons-logging:commons-logging',
'//third_party/java/slf4j:slf4j-api',
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 35d0bb6

Please sign in to comment.