File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ Other
310310------
311311* Improve Redis URI documentation and query parameter handling #153
312312* Added configurable timeout to connection string #152
313+ * Update netty to 4.0.34.Final #186
313314
314315lettuce requires a minimum of Java 8 to build and run. It is tested continuously against the latest Redis source-build.
315316
Original file line number Diff line number Diff line change 5757 <skipTests >true</skipTests >
5858 <github .site.upload.skip>true</github .site.upload.skip>
5959 <lettuce-release-version >3.3.1.Final</lettuce-release-version >
60- <netty-version >4.0.33 .Final</netty-version >
60+ <netty-version >4.0.34 .Final</netty-version >
6161 </properties >
6262
6363 <scm >
Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ Using lettuce on your classpath
5454 netty-transport-native-epoll-${netty-version}.jar
5555 netty-handler-${netty-version}.jar
5656 guava-17.0.jar
57- commons-pool2-2.2.jar
57+ commons-pool2-2.4. 2.jar
5858
5959You can do this from the command line or a manifest file.
You can’t perform that action at this time.
0 commit comments