diff --git a/build.gradle b/build.gradle index 35c8722..289e654 100644 --- a/build.gradle +++ b/build.gradle @@ -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) { diff --git a/gradle.properties b/gradle.properties index c46baf6..bb6728a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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