From 63af4278b7093d1e131ed8d8b215cd2031fda452 Mon Sep 17 00:00:00 2001 From: Robinson Date: Mon, 18 Dec 2023 14:43:51 +0100 Subject: [PATCH] updated build deps --- LICENSE | 14 +++++++------- build.gradle.kts | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index bd73190..33f72e9 100644 --- a/LICENSE +++ b/LICENSE @@ -27,12 +27,6 @@ https://github.com/EsotericSoftware/minlog Nathan Sweet - - SLF4J - Simple facade or abstraction for various logging frameworks - [MIT License] - https://www.slf4j.org - Copyright 2023 - QOS.ch - - Kotlin - [The Apache Software License, Version 2.0] https://github.com/JetBrains/kotlin @@ -41,6 +35,12 @@ 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 + - SLF4J - Simple facade or abstraction for various logging frameworks + [MIT License] + https://www.slf4j.org + Copyright 2023 + QOS.ch + - ByteUtilities - Byte manipulation and SHA/xxHash utilities [The Apache Software License, Version 2.0] https://git.dorkbox.com/dorkbox/ByteUtilities @@ -257,7 +257,7 @@ Extra license information - SLF4J - Simple facade or abstraction for various logging frameworks [MIT License] - https://www.slf4j.org + http://www.slf4j.org Copyright 2023 QOS.ch diff --git a/build.gradle.kts b/build.gradle.kts index 0da1f83..e4c5098 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ plugins { id("com.dorkbox.GradleUtils") version "3.18" id("com.dorkbox.Licensing") version "2.28" id("com.dorkbox.VersionUpdate") version "2.8" - id("com.dorkbox.GradlePublish") version "1.20" + id("com.dorkbox.GradlePublish") version "1.22" kotlin("jvm") version "1.9.0" }