From 712dd570e7b7734a52ae8fe270e87f5563856280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Thu, 8 Aug 2019 15:48:09 +0200 Subject: [PATCH] update to OpenJDK 11, xbib net 2.0.0 --- build.gradle | 8 ++++---- gradle.properties | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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