Skip to content

Commit

Permalink
Update deps (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 authored Nov 19, 2023
1 parent 7c3bec3 commit 846d16c
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[versions]
kotlin = "1.9.0"
asm = "9.5"
commons-io = "2.13.0"
asm = "9.6"
commons-io = "2.15.0"
gson = "2.10.1"
jackson = "2.15.2"
guava = "32.1.2-jre"
jackson = "2.16.0"
guava = "32.1.3-jre"

stitch = "0.6.2"
tiny-remapper = "0.8.11"
access-widener = "2.1.0"
mapping-io = "0.5.0-beta.3"
mapping-io = "0.5.0"
lorenz-tiny = "4.0.2"
mercury = "0.4.0"
mercury = "0.4.1"
kotlinx-metadata = "0.7.0"

# Plugins
spotless = "6.20.0"
test-retry = "1.5.4"
checkstyle = "10.12.2"
test-retry = "1.5.6"
checkstyle = "10.12.5"
codenarc = "3.3.0"
jacoco = "0.8.10"
jacoco = "0.8.11"

[libraries]
# Loom compile libraries
Expand Down
2 changes: 1 addition & 1 deletion gradle/runtime.libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vineflower = "1.9.3"
mixin-compile-extensions = "0.6.0"
dev-launch-injector = "0.2.1+build.8"
terminal-console-appender = "1.2.0"
jetbrains-annotations = "24.0.1"
jetbrains-annotations = "24.1.0"
native-support = "1.0.1"

[libraries]
Expand Down
12 changes: 6 additions & 6 deletions gradle/test.libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
spock = "2.3-groovy-3.0"
junit = "5.10.0"
javalin = "5.6.2"
mockito = "5.4.0"
java-debug = "0.48.0"
junit = "5.10.1"
javalin = "5.6.3"
mockito = "5.7.0"
java-debug = "0.49.0"
mixin = "0.11.4+mixin.0.8.5"

gradle-nightly = "8.6-20231107135843+0000"
fabric-loader = "0.14.22"
gradle-nightly = "8.6-20231118001259+0000"
fabric-loader = "0.14.24"
fabric-installer = "0.11.1"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import static net.fabricmc.loom.test.LoomTestConstants.STANDARD_TEST_VERSIONS
import static org.gradle.testkit.runner.TaskOutcome.SUCCESS

class MultiMcVersionTest extends Specification implements GradleProjectTestTrait {
static def versions = [
static List<String> versions = [
'fabric-1.14.4',
'fabric-1.15',
'fabric-1.15.2',
Expand Down

0 comments on commit 846d16c

Please sign in to comment.