diff --git a/LICENSE b/LICENSE index 8a82e790..9f1c6d0b 100644 --- a/LICENSE +++ b/LICENSE @@ -235,6 +235,12 @@ Copyright 2014 The Netty Project + - Retrofit - A type-safe HTTP client for Android and Java + [The Apache Software License, Version 2.0] + https://github.com/square/retrofit + Copyright 2020 + Square, Inc + - JNA - Simplified native library access for Java. [The Apache Software License, Version 2.0] https://github.com/twall/jna diff --git a/build.gradle.kts b/build.gradle.kts index 46abad19..c1a04b4f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,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-alpha3" + const val version = "5.0-alpha4" // set as project.ext const val name = "Network" @@ -217,8 +217,8 @@ dependencies { implementation("net.jodah:typetools:0.6.2") - implementation("com.dorkbox:Utilities:1.6") - implementation("com.dorkbox:NetworkUtils:1.1") + implementation("com.dorkbox:Utilities:1.7") + implementation("com.dorkbox:NetworkUtils:1.3") // https://github.com/MicroUtils/kotlin-logging