Skip to content

Commit

Permalink
Upgrade Netty to 4.2.42.Final (fixes CVE-2019-16869)
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Oct 3, 2019
1 parent ec2f7f0 commit e8f6a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ext {
jposVersion = '2.1.4-SNAPSHOT'
slf4jVersion = '1.7.21'
logbackVersion = '1.2.3'
hibernateVersion = '5.4.3.Final'
hibernateVersion = '5.4.6.Final'
geronimoVersion = '1.1.1'
jettyVersion = '9.4.15.v20190215'
servletApiVersion = '3.1.0'
Expand All @@ -15,7 +15,7 @@ ext {
groovyVersion = '2.5.6'
restAssuredVersion = '2.9.0'
vaadinVersion = '8.8.5'
nettyVersion = '4.1.24.Final'
nettyVersion = '4.1.42.Final'
httpAsyncClientVersion = '4.1.4'
mysqlJDBCVersion = '8.0.15'
c3p0Version = '0.9.5.3'
Expand Down

0 comments on commit e8f6a7e

Please sign in to comment.