Update libs

This commit is contained in:
modmuss50
2024-01-04 14:07:12 +00:00
parent 872d12ace0
commit 793388cbfb
3 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
[versions]
kotlin = "1.9.0"
asm = "9.6"
commons-io = "2.15.0"
commons-io = "2.15.1"
gson = "2.10.1"
guava = "33.0.0-jre"
@@ -16,7 +16,7 @@ kotlinx-metadata = "0.8.0"
# Plugins
spotless = "6.20.0"
test-retry = "1.5.6"
checkstyle = "10.12.5"
checkstyle = "10.12.7"
codenarc = "3.3.0"
jacoco = "0.8.11"

View File

@@ -7,7 +7,7 @@ vineflower = "1.9.3"
# Runtime depedencies
mixin-compile-extensions = "0.6.0"
dev-launch-injector = "0.2.1+build.8"
terminal-console-appender = "1.2.0"
terminal-console-appender = "1.3.0"
jetbrains-annotations = "24.1.0"
native-support = "1.0.1"

View File

@@ -2,13 +2,13 @@
spock = "2.3-groovy-3.0"
junit = "5.10.1"
javalin = "5.6.3"
mockito = "5.7.0"
java-debug = "0.49.0"
mockito = "5.8.0"
java-debug = "0.50.0"
mixin = "0.11.4+mixin.0.8.5"
gradle-nightly = "8.6-20231219002119+0000"
gradle-nightly = "8.7-20240104001326+0000"
fabric-loader = "0.15.3"
fabric-installer = "0.11.1"
fabric-installer = "1.0.0"
[libraries]
spock = { module = "org.spockframework:spock-core", version.ref = "spock" }