updated versions

This commit is contained in:
nathan 2020-09-10 02:21:00 +02:00
parent f724dc4662
commit 424750e345
1 changed files with 2 additions and 2 deletions

View File

@ -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