mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-27 18:59:08 +00:00
56 lines
3.1 KiB
Diff
56 lines
3.1 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: NONPLAYT <76615486+NONPLAYT@users.noreply.github.com>
|
|
Date: Fri, 16 Jun 2023 01:19:29 +0300
|
|
Subject: [PATCH] Bump Dependencies
|
|
|
|
|
|
diff --git a/build.gradle.kts b/build.gradle.kts
|
|
index 4c6248657ea8bd914d33c4ea997522317a681777..f7f4b235d2035013159be9291aa8afb531a83794 100644
|
|
--- a/build.gradle.kts
|
|
+++ b/build.gradle.kts
|
|
@@ -24,13 +24,13 @@ dependencies {
|
|
all its classes to check if they are plugins.
|
|
Scanning takes about 1-2 seconds so adding this speeds up the server start.
|
|
*/
|
|
- implementation("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - implementation
|
|
- annotationProcessor("org.apache.logging.log4j:log4j-core:2.14.1") // Paper - Needed to generate meta for our Log4j plugins
|
|
+ implementation("org.apache.logging.log4j:log4j-core:2.19.0") // Paper - implementation // DivineMC - bump dependencies
|
|
+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.19.0") // Paper - Needed to generate meta for our Log4j plugins // DivineMC - bump dependencies
|
|
implementation("io.netty:netty-codec-haproxy:4.1.87.Final") // Paper - Add support for proxy protocol
|
|
// Paper end
|
|
implementation("org.apache.logging.log4j:log4j-iostreams:2.19.0") // Paper - remove exclusion
|
|
- implementation("org.ow2.asm:asm:9.4")
|
|
- implementation("org.ow2.asm:asm-commons:9.4") // Paper - ASM event executor generation
|
|
+ implementation("org.ow2.asm:asm:9.5") // DivineMC - bump dependencies
|
|
+ implementation("org.ow2.asm:asm-commons:9.5") // Paper - ASM event executor generation // DivineMC - bump dependencies
|
|
testImplementation("org.mockito:mockito-core:4.9.0") // Paper - switch to mockito
|
|
implementation("org.spongepowered:configurate-yaml:4.1.2") // Paper - config files
|
|
implementation("commons-lang:commons-lang:2.6")
|
|
@@ -39,7 +39,7 @@ dependencies {
|
|
runtimeOnly("com.mysql:mysql-connector-j:8.0.33")
|
|
runtimeOnly("com.lmax:disruptor:3.4.4") // Paper
|
|
// Paper start - Use Velocity cipher
|
|
- implementation("com.velocitypowered:velocity-native:3.1.2-SNAPSHOT") {
|
|
+ implementation("com.velocitypowered:velocity-native:3.2.0-SNAPSHOT") { // DivineMC - bump dependencies
|
|
isTransitive = false
|
|
}
|
|
// Paper end
|
|
@@ -54,14 +54,14 @@ dependencies {
|
|
|
|
// Pufferfish start
|
|
implementation("org.yaml:snakeyaml:1.32")
|
|
- implementation ("me.carleslc.Simple-YAML:Simple-Yaml:1.8.4") {
|
|
+ implementation ("com.github.Carleslc:Simple-YAML:1.8.4") { // DivineMC - fix build issue
|
|
exclude(group="org.yaml", module="snakeyaml")
|
|
}
|
|
// Pufferfish end
|
|
|
|
- testImplementation("io.github.classgraph:classgraph:4.8.47") // Paper - mob goal test
|
|
+ testImplementation("io.github.classgraph:classgraph:4.8.151") // Paper - mob goal test // DivineMC - bump dependencies
|
|
testImplementation("junit:junit:4.13.2")
|
|
- testImplementation("org.hamcrest:hamcrest-library:1.3")
|
|
+ testImplementation("org.hamcrest:hamcrest-library:2.2") // DivineMC - bump dependencies
|
|
|
|
implementation("io.netty:netty-all:4.1.87.Final"); // Paper - Bump netty
|
|
}
|