update to OpenJDK 11, xbib net 2.0.0
This commit is contained in:
parent
c3d65df2e0
commit
712dd570e7
2 changed files with 8 additions and 8 deletions
|
@ -28,13 +28,13 @@ subprojects {
|
|||
}
|
||||
|
||||
compileJava {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
|
||||
compileTestJava {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
group = org.xbib
|
||||
name = netty-http
|
||||
version = 4.1.38.2
|
||||
version = 4.1.38.3
|
||||
|
||||
# main packages
|
||||
netty.version = 4.1.38.Final
|
||||
tcnative.version = 2.0.25.Final
|
||||
|
||||
# common
|
||||
xbib-net-url.version = 1.3.4
|
||||
xbib-net-url.version = 2.0.0
|
||||
|
||||
# server
|
||||
bouncycastle.version = 1.61
|
||||
|
@ -18,8 +18,8 @@ reactivestreams.version = 1.0.2
|
|||
# rest
|
||||
xbib-guice.version = 4.0.4
|
||||
|
||||
# test packages
|
||||
junit.version = 5.4.2
|
||||
# test
|
||||
junit.version = 5.5.1
|
||||
junit4.version = 4.12
|
||||
conscrypt.version = 2.0.0
|
||||
jackson.version = 2.9.9
|
||||
|
|
Loading…
Reference in a new issue