updated build deps

master
Robinson 2023-12-18 14:43:51 +01:00
parent 222494fb90
commit 63af4278b7
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 8 additions and 8 deletions

14
LICENSE
View File

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

View File

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