mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2026-01-06 15:51:31 +00:00
Bump dependencies
This commit is contained in:
@@ -76,19 +76,19 @@
|
||||
+ implementation(project(":leaf-api")) // Gale - project setup - Depend on own API // Leaf - project setup
|
||||
+
|
||||
+ // Leaf start - Libraries
|
||||
+ implementation("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.2") { // Leaf config
|
||||
+ implementation("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3") { // Leaf config
|
||||
+ exclude(group = "org.yaml", module = "snakeyaml")
|
||||
+ }
|
||||
+ implementation("com.github.luben:zstd-jni:1.5.6-9") // LinearPaper
|
||||
+ implementation("com.github.luben:zstd-jni:1.5.7-1") // LinearPaper
|
||||
+ implementation("org.lz4:lz4-java:1.8.0") // LinearPaper
|
||||
+ implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
|
||||
+ implementation("com.github.ben-manes.caffeine:caffeine:3.2.0")
|
||||
+ // Leaf end - Libraries
|
||||
+
|
||||
implementation("ca.spottedleaf:concurrentutil:0.0.3")
|
||||
- implementation("org.jline:jline-terminal-ffm:3.27.1") // use ffm on java 22+
|
||||
- implementation("org.jline:jline-terminal-jni:3.27.1") // fall back to jni on java 21
|
||||
+ implementation("org.jline:jline-terminal-ffm:3.28.0") // use ffm on java 22+ // Leaf - Bump Dependencies
|
||||
+ implementation("org.jline:jline-terminal-jni:3.28.0") // fall back to jni on java 21 // Leaf - Bump Dependencies
|
||||
+ implementation("org.jline:jline-terminal-ffm:3.29.0") // use ffm on java 22+ // Leaf - Bump Dependencies
|
||||
+ implementation("org.jline:jline-terminal-jni:3.29.0") // fall back to jni on java 21 // Leaf - Bump Dependencies
|
||||
implementation("net.minecrell:terminalconsoleappender:1.3.0")
|
||||
implementation("net.kyori:adventure-text-serializer-ansi:4.18.0") // Keep in sync with adventureVersion from Paper-API build file
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
- implementation("io.netty:netty-codec-haproxy:4.1.115.Final") // Add support for proxy protocol
|
||||
- implementation("org.apache.logging.log4j:log4j-iostreams:2.24.1")
|
||||
+ // Leaf start - Bump Dependencies
|
||||
+ implementation("io.netty:netty-codec-haproxy:4.1.116.Final") // Add support for proxy protocol
|
||||
+ implementation("io.netty:netty-codec-haproxy:4.1.119.Final") // Add support for proxy protocol
|
||||
+ implementation("org.apache.logging.log4j:log4j-iostreams:2.24.3")
|
||||
+ // Leaf end - Bump Dependencies
|
||||
implementation("org.ow2.asm:asm-commons:9.7.1")
|
||||
@@ -132,11 +132,11 @@
|
||||
- testImplementation("org.hamcrest:hamcrest:2.2")
|
||||
- testImplementation("org.mockito:mockito-core:5.14.1")
|
||||
- mockitoAgent("org.mockito:mockito-core:5.14.1") { isTransitive = false } // Configure mockito agent that is needed in newer java versions
|
||||
+ runtimeOnly("org.xerial:sqlite-jdbc:3.47.2.0") // Leaf - Bump Dependencies
|
||||
+ runtimeOnly("org.xerial:sqlite-jdbc:3.49.1.0") // Leaf - Bump Dependencies
|
||||
+ runtimeOnly("com.mysql:mysql-connector-j:9.2.0") {
|
||||
+ exclude("com.google.protobuf", "protobuf-java") // Leaf - Exclude outdated protobuf version
|
||||
+ }
|
||||
+ runtimeOnly("com.google.protobuf:protobuf-java:4.30.0")
|
||||
+ runtimeOnly("com.google.protobuf:protobuf-java:4.30.1")
|
||||
+ // Leaf start - Bump Dependencies
|
||||
+ runtimeOnly("com.lmax:disruptor:3.4.4") // Dreeam TODO - Waiting Log4j 3.x to support disruptor 4.0.0
|
||||
+
|
||||
@@ -153,11 +153,11 @@
|
||||
+
|
||||
+ // Leaf start - Bump Dependencies
|
||||
+ testImplementation("io.github.classgraph:classgraph:4.8.179") // For mob goal test
|
||||
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
|
||||
+ testImplementation("org.junit.platform:junit-platform-suite-engine:1.11.4")
|
||||
+ testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
|
||||
+ testImplementation("org.junit.platform:junit-platform-suite-engine:1.12.1")
|
||||
+ testImplementation("org.hamcrest:hamcrest:3.0")
|
||||
+ testImplementation("org.mockito:mockito-core:5.15.2")
|
||||
+ mockitoAgent("org.mockito:mockito-core:5.15.2") { isTransitive = false } // Configure mockito agent that is needed in newer java versions
|
||||
+ testImplementation("org.mockito:mockito-core:5.16.1")
|
||||
+ mockitoAgent("org.mockito:mockito-core:5.16.1") { isTransitive = false } // Configure mockito agent that is needed in newer java versions
|
||||
testImplementation("org.ow2.asm:asm-tree:9.7.1")
|
||||
- testImplementation("org.junit-pioneer:junit-pioneer:2.2.0") // CartesianTest
|
||||
+ testImplementation("org.junit-pioneer:junit-pioneer:2.3.0") // CartesianTest
|
||||
@@ -170,7 +170,7 @@
|
||||
implementation("me.lucko:spark-api:0.1-20240720.200737-2")
|
||||
implementation("me.lucko:spark-paper:1.10.119-20241121.092015-1")
|
||||
+
|
||||
+ implementation("io.netty:netty-all:4.1.116.Final") // Leaf - Bump Dependencies // Dreeam TODO - Update to 4.2.0
|
||||
+ implementation("io.netty:netty-all:4.1.119.Final") // Leaf - Bump Dependencies // Dreeam TODO - Update to 4.2.0
|
||||
}
|
||||
|
||||
// Gale start - hide irrelevant compilation warnings
|
||||
|
||||
Reference in New Issue
Block a user