update to OpenJDK 11, xbib net 2.0.0

This commit is contained in:
Jörg Prante 2019-08-08 15:48:09 +02:00
parent c3d65df2e0
commit 712dd570e7
2 changed files with 8 additions and 8 deletions

View file

@ -28,13 +28,13 @@ subprojects {
} }
compileJava { compileJava {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_11
} }
compileTestJava { compileTestJava {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_11
} }
tasks.withType(JavaCompile) { tasks.withType(JavaCompile) {

View file

@ -1,13 +1,13 @@
group = org.xbib group = org.xbib
name = netty-http name = netty-http
version = 4.1.38.2 version = 4.1.38.3
# main packages # main packages
netty.version = 4.1.38.Final netty.version = 4.1.38.Final
tcnative.version = 2.0.25.Final tcnative.version = 2.0.25.Final
# common # common
xbib-net-url.version = 1.3.4 xbib-net-url.version = 2.0.0
# server # server
bouncycastle.version = 1.61 bouncycastle.version = 1.61
@ -18,8 +18,8 @@ reactivestreams.version = 1.0.2
# rest # rest
xbib-guice.version = 4.0.4 xbib-guice.version = 4.0.4
# test packages # test
junit.version = 5.4.2 junit.version = 5.5.1
junit4.version = 4.12 junit4.version = 4.12
conscrypt.version = 2.0.0 conscrypt.version = 2.0.0
jackson.version = 2.9.9 jackson.version = 2.9.9