updated deps

This commit is contained in:
Robinson 2023-09-07 18:15:10 +02:00
parent df11e40222
commit daf289c7b7
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 8 additions and 14 deletions

20
LICENSE
View File

@ -1296,7 +1296,7 @@
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
- ByteUtils - Byte manipulation and SHA/xxHash utilities
- ByteUtilities - Byte manipulation and SHA/xxHash utilities
[The Apache Software License, Version 2.0]
https://git.dorkbox.com/dorkbox/ByteUtilities
Copyright 2023
@ -1309,12 +1309,6 @@
Copyright 2020
Nathan Sweet
- Kotlin Hex -
[MIT License]
https://github.com/komputing/KHex
Copyright 2017
ligi
- Base58 -
[The Apache Software License, Version 2.0]
https://bitcoinj.github.io
@ -1404,12 +1398,6 @@
Mario Zechner
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
@ -1418,6 +1406,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
- Updates - Software Update Management
[The Apache Software License, Version 2.0]
https://git.dorkbox.com/dorkbox/Updates

View File

@ -176,7 +176,7 @@ dependencies {
api("com.dorkbox:NetworkUtils:2.23")
api("com.dorkbox:OS:1.8")
api("com.dorkbox:Serializers:2.9")
api("com.dorkbox:Storage:1.8")
api("com.dorkbox:Storage:1.10")
api("com.dorkbox:Updates:1.1")
api("com.dorkbox:Utilities:1.46")