9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2026-01-04 15:31:43 +00:00

Merge branch 'ver/1.21.10' into ver/1.21.11

# Conflicts:
#	divinemc-server/minecraft-patches/features/0003-Completely-remove-Mojang-profiler.patch
#	gradle.properties
This commit is contained in:
NONPLAYT
2025-12-11 16:52:45 +03:00
6 changed files with 124 additions and 124 deletions

View File

@@ -23,7 +23,7 @@
+ api("com.google.guava:guava:33.4.0-jre") // DivineMC - Bump dependencies
api("com.google.code.gson:gson:2.11.0")
- api("org.yaml:snakeyaml:2.2")
+ api("org.yaml:snakeyaml:2.3") // DivineMC - Bump dependencies
+ api("org.yaml:snakeyaml:2.5") // DivineMC - Bump dependencies
api("org.joml:joml:1.10.8") {
isTransitive = false // https://github.com/JOML-CI/JOML/issues/352
}