Updated build dependencies

master
Robinson 2022-03-03 14:45:39 +01:00
parent 2c5e7fd1eb
commit 7680069a3f
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
2 changed files with 8 additions and 6 deletions

View File

@ -2,7 +2,7 @@
[BSD 3-Clause License]
https://git.dorkbox.com/dorkbox/MinLog-SLF4J
https://github.com/EsotericSoftware/minlog
Copyright 2021
Copyright 2022
Dorkbox LLC
Nathan Sweet
Dan Brown
@ -11,7 +11,7 @@
- SLF4J - Simple facade or abstraction for various logging frameworks
[MIT License]
http://www.slf4j.org
Copyright 2021
Copyright 2022
QOS.ch
- Updates - Software Update Management

View File

@ -26,10 +26,10 @@ gradle.startParameter.showStacktrace = ShowStacktrace.ALWAYS // always show th
plugins {
id("com.dorkbox.GradleUtils") version "2.8"
id("com.dorkbox.Licensing") version "2.7"
id("com.dorkbox.VersionUpdate") version "2.3"
id("com.dorkbox.GradlePublish") version "1.11"
id("com.dorkbox.GradleUtils") version "2.16"
id("com.dorkbox.Licensing") version "2.12"
id("com.dorkbox.VersionUpdate") version "2.4"
id("com.dorkbox.GradlePublish") version "1.12"
}
object Extras {
@ -83,6 +83,8 @@ tasks.jar.get().apply {
}
}
dependencies {
implementation("org.slf4j:slf4j-api:1.8.0-beta4")
implementation("com.dorkbox:Updates:1.1")