From 540ced45203007899882070e00dfbffbe9ca329e Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 14 Jun 2019 20:34:22 +0200 Subject: [PATCH] Updated objectpool --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 3e40e632..8c2669a5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -48,7 +48,7 @@ plugins { object Extras { // set for the project - const val description = "Encrypted, high-performance, and event-driven/reactive network stack for Java 8+" + const val description = "Encrypted, high-performance, and event-driven/reactive network stack for Java 11+" const val group = "com.dorkbox" const val version = "3.0" @@ -269,7 +269,7 @@ dependencies { implementation("net.jodah:typetools:0.6.1") implementation("de.javakaffee:kryo-serializers:0.45") - implementation("com.dorkbox:ObjectPool:2.11") + implementation("com.dorkbox:ObjectPool:2.12") implementation("com.dorkbox:Utilities:1.1") implementation("org.slf4j:slf4j-api:1.7.25")