mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
upgrade to netty 3.2.3
This commit is contained in:
parent
bc4121c06b
commit
cccefad091
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ dependencies {
|
||||||
runtime 'org.codehaus.jackson:jackson-smile:1.6.1'
|
runtime 'org.codehaus.jackson:jackson-smile:1.6.1'
|
||||||
runtime 'org.yaml:snakeyaml:1.6'
|
runtime 'org.yaml:snakeyaml:1.6'
|
||||||
|
|
||||||
runtime('org.jboss.netty:netty:3.2.2.Final') { transitive = false }
|
runtime('org.jboss.netty:netty:3.2.3.Final') { transitive = false }
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue