mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2026-01-06 15:51:31 +00:00
Bump denpendencies
This commit is contained in:
@@ -5,7 +5,7 @@ Subject: [PATCH] Bump Dependencies
|
||||
|
||||
|
||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||
index 476e5829b2b0e2782f11b258befc7d5002683789..7a2bbf13ab6cc23849f733063f00797b7659ede9 100644
|
||||
index 476e5829b2b0e2782f11b258befc7d5002683789..e16422d4d255aa7a2aff88e090e2d314e119860a 100644
|
||||
--- a/build.gradle.kts
|
||||
+++ b/build.gradle.kts
|
||||
@@ -16,7 +16,7 @@ dependencies {
|
||||
@@ -27,7 +27,7 @@ index 476e5829b2b0e2782f11b258befc7d5002683789..7a2bbf13ab6cc23849f733063f00797b
|
||||
+ // Leaf start - Bump Dependencies
|
||||
+ implementation("org.apache.logging.log4j:log4j-core:2.20.0") // Paper - implementation
|
||||
+ annotationProcessor("org.apache.logging.log4j:log4j-core:2.20.0") // Paper - Needed to generate meta for our Log4j plugins
|
||||
+ implementation("io.netty:netty-codec-haproxy:4.1.93.Final") // Paper - Add support for proxy protocol
|
||||
+ implementation("io.netty:netty-codec-haproxy:4.1.94.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")
|
||||
@@ -37,7 +37,7 @@ index 476e5829b2b0e2782f11b258befc7d5002683789..7a2bbf13ab6cc23849f733063f00797b
|
||||
+ implementation("org.apache.logging.log4j:log4j-iostreams:2.20.0") // Paper - remove exclusion
|
||||
+ implementation("org.ow2.asm:asm:9.5")
|
||||
+ implementation("org.ow2.asm:asm-commons:9.5") // Paper - ASM event executor generation
|
||||
+ testImplementation("org.mockito:mockito-core:5.3.1") // Paper - switch to mockito
|
||||
+ testImplementation("org.mockito:mockito-core:5.4.0") // Paper - switch to mockito
|
||||
+ implementation("org.spongepowered:configurate-yaml:4.2.0-SNAPSHOT") // Paper - config files
|
||||
+ // Leaf end
|
||||
implementation("commons-lang:commons-lang:2.6")
|
||||
@@ -52,19 +52,31 @@ index 476e5829b2b0e2782f11b258befc7d5002683789..7a2bbf13ab6cc23849f733063f00797b
|
||||
isTransitive = false
|
||||
}
|
||||
// Paper end
|
||||
@@ -51,8 +53,8 @@ dependencies {
|
||||
implementation("dev.omega24:upnp4j:1.0") // Purpur
|
||||
|
||||
runtimeOnly("org.apache.maven:maven-resolver-provider:3.9.2")
|
||||
- runtimeOnly("org.apache.maven.resolver:maven-resolver-connector-basic:1.9.10")
|
||||
- runtimeOnly("org.apache.maven.resolver:maven-resolver-transport-http:1.9.10")
|
||||
+ runtimeOnly("org.apache.maven.resolver:maven-resolver-connector-basic:1.9.12") // Leaf - Bump Dependencies
|
||||
+ runtimeOnly("org.apache.maven.resolver:maven-resolver-transport-http:1.9.12") // Leaf - Bump Dependencies
|
||||
|
||||
// Pufferfish start
|
||||
implementation("org.yaml:snakeyaml:2.0")
|
||||
@@ -61,11 +63,13 @@ dependencies {
|
||||
}
|
||||
// Pufferfish end
|
||||
|
||||
- testImplementation("io.github.classgraph:classgraph:4.8.47") // Paper - mob goal test
|
||||
- testImplementation("junit:junit:4.13.2")
|
||||
- testImplementation("org.hamcrest:hamcrest-library:1.3")
|
||||
+ // Leaf start - Bump Dependencies
|
||||
+ testImplementation("io.github.classgraph:classgraph:4.8.160") // Paper - mob goal test
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
- testImplementation("org.hamcrest:hamcrest-library:1.3")
|
||||
+ testImplementation("junit:junit:4.13.2") // Leaf TODO - update to 5?
|
||||
+ testImplementation("org.hamcrest:hamcrest:2.2")
|
||||
|
||||
- implementation("io.netty:netty-all:4.1.87.Final"); // Paper - Bump netty
|
||||
+ implementation("io.netty:netty-all:4.1.93.Final"); // Paper - Bump netty
|
||||
+ implementation("io.netty:netty-all:4.1.94.Final"); // Paper - Bump netty
|
||||
+ // Leaf end
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user