update to Netty 4.1.50
This commit is contained in:
parent
2c117be26e
commit
610e170778
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ public class TransportClientHelper {
|
||||||
Collection<TransportAddress> addrs = findAddresses(settings);
|
Collection<TransportAddress> addrs = findAddresses(settings);
|
||||||
if (!connect(transportClient, addrs, settings.getAsBoolean("autodiscover", false))) {
|
if (!connect(transportClient, addrs, settings.getAsBoolean("autodiscover", false))) {
|
||||||
throw new NoNodeAvailableException("no cluster nodes available, check settings "
|
throw new NoNodeAvailableException("no cluster nodes available, check settings "
|
||||||
+ settings.toString());
|
+ settings.getAsMap());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ gradle.wrapper.version = 6.4.1
|
||||||
xbib-metrics.version = 2.1.0
|
xbib-metrics.version = 2.1.0
|
||||||
xbib-guice.version = 4.4.2
|
xbib-guice.version = 4.4.2
|
||||||
xbib-guava.version = 28.1
|
xbib-guava.version = 28.1
|
||||||
xbib-netty-http.version = 4.1.49.1
|
xbib-netty-http.version = 4.1.50.0
|
||||||
elasticsearch.version = 2.2.1
|
elasticsearch.version = 2.2.1
|
||||||
# jackson.version = 2.9.10
|
# jackson.version = 2.9.10
|
||||||
jackson.version = 2.11.0
|
jackson.version = 2.11.0
|
||||||
|
|
Loading…
Reference in a new issue