Skip to content

Commit

Permalink
Update references to Jackson databind, Netty and HTTP async client.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgonzal committed Feb 4, 2022
1 parent 5efd850 commit f4882c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ ext {
jaxrsVersion = '2.0.1'
jsonSchemaVersion = '2.2.11'
guavaVersion = '31.0.1-jre'
jacksonVersion = '2.10.0'
jacksonVersion = '2.10.5.1'
groovyVersion = '3.0.4'
jlineVersion = '2.14.6'
restAssuredVersion = '2.9.0'
vaadinVersion = '8.14.1'
nettyVersion = '4.1.69.Final'
httpAsyncClientVersion = '4.1.4'
nettyVersion = '4.1.73.Final'
httpAsyncClientVersion = '4.1.5'
mysqlJDBCVersion = '8.0.28'
c3p0Version = '0.9.5.4'
postgresJDBCVersion = '42.2.13'
Expand Down

0 comments on commit f4882c5

Please # to comment.