update to gradle 7.3.2, to xbib netty 4.1.72.1, log4j 2.17.1
This commit is contained in:
parent
8faa5045b2
commit
66c7294856
2 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
group = org.xbib
|
group = org.xbib
|
||||||
name = elx
|
name = elx
|
||||||
version = 7.10.2.19
|
version = 7.10.2.20
|
||||||
|
|
||||||
org.gradle.warning.mode = ALL
|
org.gradle.warning.mode = ALL
|
||||||
gradle.wrapper.version = 7.3
|
gradle.wrapper.version = 7.3.2
|
||||||
elasticsearch.version = 7.10.2
|
elasticsearch.version = 7.10.2
|
||||||
# ES 7.10.2 uses Jackson 2.10.4
|
# ES 7.10.2 uses Jackson 2.10.4
|
||||||
jackson.version = 2.12.5
|
jackson.version = 2.12.5
|
||||||
# ES 7.10.2 uses Netty 4.1.49
|
# ES 7.10.2 uses Netty 4.1.49
|
||||||
xbib-netty-http.version = 4.1.72.0
|
xbib-netty-http.version = 4.1.72.1
|
||||||
# ES 7.10.2 uses log4j2 2.11.1
|
# ES 7.10.2 uses log4j2 2.11.1
|
||||||
log4j.version = 2.16.0
|
log4j.version = 2.17.1
|
||||||
xbib-metrics.version = 2.2.0
|
xbib-metrics.version = 2.2.0
|
||||||
xbib-time.version = 2.1.0
|
xbib-time.version = 2.1.0
|
||||||
junit.version = 5.8.1
|
junit.version = 5.8.1
|
||||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
Loading…
Reference in a new issue