-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add - Bump Dependencies
- Loading branch information
Showing
49 changed files
with
339 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: IPECTER <ipectert@gmail.com> | ||
Date: Thu, 19 Oct 2023 22:10:35 +0900 | ||
Subject: [PATCH] Bump Dependencies | ||
|
||
|
||
diff --git a/build.gradle.kts b/build.gradle.kts | ||
index dfb989a18ab17fec3b8f0cf90ce2fc1048215265..90a85736247f1d5520a02b66e77405637c033fe9 100644 | ||
--- a/build.gradle.kts | ||
+++ b/build.gradle.kts | ||
@@ -11,8 +11,8 @@ java { | ||
val annotationsVersion = "24.0.1" | ||
val bungeeCordChatVersion = "1.20-R0.1" | ||
val adventureVersion = "4.14.0" | ||
-val slf4jVersion = "1.8.0-beta4" | ||
-val log4jVersion = "2.17.1" | ||
+val slf4jVersion = "2.0.9" // Plazma - Bump Dependencies | ||
+val log4jVersion = "2.20.0" // Plazma - Bump Dependencies | ||
val apiAndDocs: Configuration by configurations.creating { | ||
attributes { | ||
attribute(Category.CATEGORY_ATTRIBUTE, objects.named(Category.DOCUMENTATION)) | ||
@@ -27,8 +27,8 @@ configurations.api { | ||
|
||
dependencies { | ||
// api dependencies are listed transitively to API consumers | ||
- api("com.google.guava:guava:31.1-jre") | ||
- api("com.google.code.gson:gson:2.10") | ||
+ api("com.google.guava:guava:32.1.2-jre") // Plazma - Bump Dependencies | ||
+ api("com.google.code.gson:gson:2.10.1") // Plazma - Bump Dependencies | ||
api("net.md-5:bungeecord-chat:$bungeeCordChatVersion-deprecated+build.14") // Paper | ||
api("org.yaml:snakeyaml:2.0") | ||
api("org.joml:joml:1.10.5") | ||
@@ -46,30 +46,30 @@ dependencies { | ||
apiAndDocs("net.kyori:adventure-text-logger-slf4j") | ||
api("org.apache.logging.log4j:log4j-api:$log4jVersion") | ||
api("org.slf4j:slf4j-api:$slf4jVersion") | ||
- api("io.sentry:sentry:5.4.0") // Pufferfish | ||
+ api("io.sentry:sentry:6.28.0") // Pufferfish // Plazma - Bump Dependencies | ||
|
||
- implementation("org.ow2.asm:asm:9.4") | ||
- implementation("org.ow2.asm:asm-commons:9.4") | ||
+ implementation("org.ow2.asm:asm:9.5") // Plazma - Bump Dependencies | ||
+ implementation("org.ow2.asm:asm-commons:9.5") // Plazma - Bump Dependencies | ||
// Paper end | ||
|
||
- api("org.apache.maven:maven-resolver-provider:3.8.5") | ||
- compileOnly("org.apache.maven.resolver:maven-resolver-connector-basic:1.7.3") | ||
- compileOnly("org.apache.maven.resolver:maven-resolver-transport-http:1.7.3") | ||
- compileOnly("com.google.code.findbugs:jsr305:1.3.9") // Paper | ||
+ api("org.apache.maven:maven-resolver-provider:3.9.4") // Plazma - Bump Dependencies | ||
+ compileOnly("org.apache.maven.resolver:maven-resolver-connector-basic:1.9.15") // Plazma - Bump Dependencies | ||
+ compileOnly("org.apache.maven.resolver:maven-resolver-transport-http:1.9.15") // Plazma - Bump Dependencies | ||
+ compileOnly("com.google.code.findbugs:jsr305:3.0.2") // Paper // Plazma - Bump Dependencies | ||
|
||
val annotations = "org.jetbrains:annotations:$annotationsVersion" // Paper - we don't want Java 5 annotations... | ||
compileOnly(annotations) | ||
testCompileOnly(annotations) | ||
|
||
// Paper start - add checker | ||
- val checkerQual = "org.checkerframework:checker-qual:3.21.0" | ||
+ val checkerQual = "org.checkerframework:checker-qual:3.38.0" // Plazma - Bump Dependencies | ||
compileOnlyApi(checkerQual) | ||
testCompileOnly(checkerQual) | ||
// Paper end | ||
|
||
- testImplementation("org.apache.commons:commons-lang3:3.12.0") | ||
+ testImplementation("org.apache.commons:commons-lang3:3.13.0") // Plazma - Bump Dependencies | ||
testImplementation("junit:junit:4.13.2") | ||
- testImplementation("org.hamcrest:hamcrest-library:1.3") | ||
+ testImplementation("org.hamcrest:hamcrest-library:2.2") // Plazma - Bump Dependencies | ||
testImplementation("org.mockito:mockito-core:5.5.0") | ||
testImplementation("org.ow2.asm:asm-tree:9.5") | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: IPECTER <ipectert@gmail.com> | ||
Date: Thu, 19 Oct 2023 22:20:17 +0900 | ||
Subject: [PATCH] Bump Dependencies | ||
|
||
|
||
diff --git a/build.gradle.kts b/build.gradle.kts | ||
index 3d5397e2e7edf2ea1e1687c58126fd9a5d5d5736..55024a308f7a9125c6739efff4f7742ce530c750 100644 | ||
--- a/build.gradle.kts | ||
+++ b/build.gradle.kts | ||
@@ -20,7 +20,7 @@ dependencies { | ||
} | ||
// Purpur end | ||
// Paper start | ||
- implementation("org.jline:jline-terminal-jansi:3.21.0") | ||
+ implementation("org.jline:jline-terminal-jansi:3.23.0") // Plazma - Bump Dependencies | ||
implementation("net.minecrell:terminalconsoleappender:1.3.0") | ||
implementation("net.kyori:adventure-text-serializer-ansi:4.14.0") // Keep in sync with adventureVersion from Paper-API build file | ||
implementation("net.kyori:ansi:1.0.3") // Manually bump beyond above transitive dep | ||
@@ -30,31 +30,31 @@ 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.19.0") // Paper - implementation | ||
- log4jPlugins.annotationProcessorConfigurationName("org.apache.logging.log4j:log4j-core:2.19.0") // Paper - Needed to generate meta for our Log4j plugins | ||
+ implementation("org.apache.logging.log4j:log4j-core:2.20.0") // Paper - implementation // Plazma - Bump Dependencies | ||
+ log4jPlugins.annotationProcessorConfigurationName("org.apache.logging.log4j:log4j-core:2.20.0") // Paper - Needed to generate meta for our Log4j plugins // Plazma - Bump Dependencies | ||
runtimeOnly(log4jPlugins.output) | ||
alsoShade(log4jPlugins.output) | ||
- implementation("io.netty:netty-codec-haproxy:4.1.87.Final") // Paper - Add support for proxy protocol | ||
+ implementation("io.netty:netty-codec-haproxy:4.1.97.Final") // Paper - Add support for proxy protocol // Plazma - Bump Dependencies | ||
// Paper end | ||
- implementation("org.apache.logging.log4j:log4j-iostreams:2.19.0") // Paper - remove exclusion | ||
+ 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:4.9.0") // Paper - switch to mockito | ||
+ testImplementation("org.mockito:mockito-core:5.5.0") // Paper - switch to mockito | ||
implementation("org.spongepowered:configurate-yaml:4.1.2") // Paper - config files | ||
implementation("commons-lang:commons-lang:2.6") | ||
- implementation("net.fabricmc:mapping-io:0.3.0") // Paper - needed to read mappings for stacktrace deobfuscation | ||
+ implementation("net.fabricmc:mapping-io:0.4.2") // Paper - needed to read mappings for stacktrace deobfuscation // Plazma - Bump Dependencies | ||
runtimeOnly("org.xerial:sqlite-jdbc:3.42.0.0") | ||
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") { // Plazma - Bump Dependencies | ||
isTransitive = false | ||
} | ||
// Paper end | ||
|
||
- runtimeOnly("org.apache.maven:maven-resolver-provider:3.8.5") | ||
- runtimeOnly("org.apache.maven.resolver:maven-resolver-connector-basic:1.7.3") | ||
- runtimeOnly("org.apache.maven.resolver:maven-resolver-transport-http:1.7.3") | ||
+ runtimeOnly("org.apache.maven:maven-resolver-provider:3.9.4") // Plazma - Bump Dependencies | ||
+ runtimeOnly("org.apache.maven.resolver:maven-resolver-connector-basic:1.9.15") // Plazma - Bump Dependencies | ||
+ runtimeOnly("org.apache.maven.resolver:maven-resolver-transport-http:1.9.15") // Plazma - Bump Dependencies | ||
|
||
implementation("org.mozilla:rhino-runtime:1.7.14") // Purpur | ||
implementation("org.mozilla:rhino-engine:1.7.14") // Purpur | ||
@@ -67,11 +67,11 @@ dependencies { | ||
} | ||
// Pufferfish end | ||
|
||
- testImplementation("io.github.classgraph:classgraph:4.8.47") // Paper - mob goal test | ||
+ testImplementation("io.github.classgraph:classgraph:4.8.162") // Paper - mob goal test // Plazma - Bump Dependencies | ||
testImplementation("junit:junit:4.13.2") | ||
- testImplementation("org.hamcrest:hamcrest-library:1.3") | ||
+ testImplementation("org.hamcrest:hamcrest-library:2.2") // Plazma - Bump Dependencies | ||
|
||
- implementation("io.netty:netty-all:4.1.87.Final"); // Paper - Bump netty | ||
+ implementation("io.netty:netty-all:4.1.97.Final"); // Paper - Bump netty // Plazma - Bump Dependencies | ||
} | ||
|
||
val craftbukkitPackageVersion = "1_20_R1" // Paper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
106 changes: 0 additions & 106 deletions
106
patches/server/0043-CarpetFixes-Optimizations-RecipeManager.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.