Skip to content

Commit f68183f

Browse files
authored
Update native Minecraft dependencies (#3270)
Bump native deps Signed-off-by: Alexander Brandes <[email protected]>
1 parent c882645 commit f68183f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

buildSrc/src/main/kotlin/CommonConfig.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ fun Project.applyCommonConfiguration() {
4545
continue
4646
}
4747
add(conf.name, "com.google.guava:guava") {
48-
version { require("31.1-jre") }
48+
version { require("33.3.1-jre") }
4949
because("Mojang provides Guava")
5050
}
5151
add(conf.name, "com.google.code.gson:gson") {
52-
version { require("2.10") }
52+
version { require("2.11.0") }
5353
because("Mojang provides Gson")
5454
}
5555
add(conf.name, "it.unimi.dsi:fastutil") {
56-
version { require("8.5.9") }
56+
version { require("8.5.15") }
5757
because("Mojang provides FastUtil")
5858
}
5959
}

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
22
# Minecraft expectations
33
paper = "1.21-R0.1-SNAPSHOT"
4-
fastutil = "8.5.9"
5-
guava = "31.1-jre"
6-
log4j = "2.19.0"
7-
gson = "2.10"
8-
snakeyaml = "2.0"
4+
fastutil = "8.5.15"
5+
guava = "33.3.1-jre"
6+
log4j = "2.24.1"
7+
gson = "2.11.0"
8+
snakeyaml = "2.2"
99

1010
# Plugins
1111
dummypermscompat = "1.10"

0 commit comments

Comments
 (0)