From 424750e345972290c9148bc59cf61ebeec36908d Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 10 Sep 2020 02:21:00 +0200 Subject: [PATCH] updated versions --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c7984c44..4f716b15 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ object Extras { // set for the project const val description = "Encrypted, high-performance, and event-driven/reactive network stack for Java 11+" const val group = "com.dorkbox" - const val version = "5.0-beta3" + const val version = "5.0-beta4" // set as project.ext const val name = "Network" @@ -228,7 +228,7 @@ dependencies { implementation("com.dorkbox:Annotations:3.1") implementation("com.dorkbox:MinLog-SLF4J:2.0") implementation("com.dorkbox:Utilities:1.8") - implementation("com.dorkbox:NetworkUtils:1.4") + implementation("com.dorkbox:NetworkUtils:1.5") // Caffeine High-throughput Timeout Cache // https://github.com/ben-manes/caffeine