Skip to content

Commit ffb36f3

Browse files
committed
Update netty to 4.0.34.Final #186
1 parent 707abb4 commit ffb36f3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

314315
lettuce requires a minimum of Java 8 to build and run. It is tested continuously against the latest Redis source-build.
315316

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
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>

src/site/markdown/download.md.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

5959
You can do this from the command line or a manifest file.

0 commit comments

Comments
 (0)