mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +00:00
Upgrade to Netty 4.1.9 for Artemis 2.1.0 (#779)
This commit is contained in:
parent
81d32fd6a7
commit
1932a24fa6
@ -34,7 +34,7 @@ buildscript {
|
||||
ext.guava_version = constants.getProperty("guavaVersion")
|
||||
ext.quickcheck_version = '0.7'
|
||||
ext.okhttp_version = '3.5.0'
|
||||
ext.netty_version = '4.1.5.Final'
|
||||
ext.netty_version = '4.1.9.Final'
|
||||
ext.typesafe_config_version = constants.getProperty("typesafeConfigVersion")
|
||||
ext.fileupload_version = '1.3.2'
|
||||
ext.junit_version = '4.12'
|
||||
|
Loading…
Reference in New Issue
Block a user