From a1db866375fcd8454dde393f4f82282dae4186c6 Mon Sep 17 00:00:00 2001 From: Robinson Date: Wed, 22 Nov 2023 20:40:05 +0100 Subject: [PATCH] updated deps --- LICENSE | 8 -------- build.gradle.kts | 10 +++++----- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/LICENSE b/LICENSE index 9b75bfa1..7c0334ee 100644 --- a/LICENSE +++ b/LICENSE @@ -523,14 +523,6 @@ Dorkbox LLC Extra license information - - Kotlin - - [The Apache Software License, Version 2.0] - https://github.com/JetBrains/kotlin - Copyright 2020 - JetBrains s.r.o. and Kotlin Programming Language contributors - Kotlin Compiler, Test Data+Libraries, and Tools repository contain third-party code, to which different licenses may apply - See: https://github.com/JetBrains/kotlin/blob/master/license/README.md - - 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 08df42c5..dc33638e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -165,23 +165,23 @@ shadowJar.apply { dependencies { - api("org.jetbrains.kotlinx:atomicfu:0.22.0") + api("org.jetbrains.kotlinx:atomicfu:0.23.0") api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") // https://github.com/dorkbox - api("com.dorkbox:ByteUtilities:2.0") + api("com.dorkbox:ByteUtilities:2.1") api("com.dorkbox:ClassUtils:1.3") api("com.dorkbox:Collections:2.7") api("com.dorkbox:HexUtilities:1.1") - api("com.dorkbox:JNA:1.2") + api("com.dorkbox:JNA:1.4") api("com.dorkbox:MinLog:2.6") api("com.dorkbox:NetworkDNS:2.16") api("com.dorkbox:NetworkUtils:2.23") - api("com.dorkbox:OS:1.8") + api("com.dorkbox:OS:1.11") api("com.dorkbox:Serializers:2.9") api("com.dorkbox:Storage:1.11") api("com.dorkbox:Updates:1.1") - api("com.dorkbox:Utilities:1.47") + api("com.dorkbox:Utilities:1.48") // how we bypass using reflection/jpms to access fields for java17+