This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
96 additions
and
6 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,65 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: 404Setup <153366651+404Setup@users.noreply.github.com> | ||
Date: Mon, 9 Sep 2024 08:56:43 +0800 | ||
Subject: [PATCH] Bump Dependencies | ||
|
||
|
||
diff --git a/build.gradle.kts b/build.gradle.kts | ||
index f60e269d861a157798ee46e730a46f83bc6a82a0..7c962b92e1f6ad3dda1794ff0980e8982dad3dd8 100644 | ||
--- a/build.gradle.kts | ||
+++ b/build.gradle.kts | ||
@@ -12,8 +12,8 @@ java { | ||
val annotationsVersion = "24.1.0" | ||
val bungeeCordChatVersion = "1.20-R0.2" | ||
val adventureVersion = "4.17.0" | ||
-val slf4jVersion = "2.0.9" | ||
-val log4jVersion = "2.17.1" | ||
+val slf4jVersion = "2.0.16" | ||
+val log4jVersion = "2.23.1" | ||
val apiAndDocs: Configuration by configurations.creating { | ||
attributes { | ||
attribute(Category.CATEGORY_ATTRIBUTE, objects.named(Category.DOCUMENTATION)) | ||
@@ -29,20 +29,20 @@ configurations.api { | ||
dependencies { | ||
api("com.mojang:brigadier:1.2.9") // Paper - Brigadier command api | ||
// api dependencies are listed transitively to API consumers | ||
- api("com.google.guava:guava:32.1.2-jre") | ||
- api("com.google.code.gson:gson:2.10.1") | ||
+ api("com.google.guava:guava:33.2.1-jre") | ||
+ api("com.google.code.gson:gson:2.11.0") | ||
// Paper start - adventure | ||
api("net.md-5:bungeecord-chat:$bungeeCordChatVersion-deprecated+build.18") { | ||
exclude("com.google.guava", "guava") | ||
} | ||
// Paper - adventure | ||
- api("org.yaml:snakeyaml:2.2") | ||
- api("org.joml:joml:1.10.5") | ||
+ api("org.yaml:snakeyaml:2.3") | ||
+ api("org.joml:joml:1.10.8") | ||
// Paper start | ||
api("com.googlecode.json-simple:json-simple:1.1.1") { | ||
isTransitive = false // includes junit | ||
} | ||
- api("it.unimi.dsi:fastutil:8.5.6") | ||
+ api("it.unimi.dsi:fastutil:8.5.13") | ||
apiAndDocs(platform("net.kyori:adventure-bom:$adventureVersion")) | ||
apiAndDocs("net.kyori:adventure-api") | ||
apiAndDocs("net.kyori:adventure-text-minimessage") | ||
@@ -170,13 +170,13 @@ tasks.withType<Javadoc> { | ||
options.use() | ||
options.isDocFilesSubDirs = true | ||
options.links( | ||
- "https://guava.dev/releases/32.1.2-jre/api/docs/", | ||
- "https://javadoc.io/doc/org.yaml/snakeyaml/2.2/", | ||
+ "https://guava.dev/releases/33.1.0-jre/api/docs/", | ||
+ "https://javadoc.io/doc/org.yaml/snakeyaml/2.3/", | ||
"https://javadoc.io/doc/org.jetbrains/annotations/$annotationsVersion/", // Paper - we don't want Java 5 annotations | ||
// "https://javadoc.io/doc/net.md-5/bungeecord-chat/$bungeeCordChatVersion/", // Paper - don't link to bungee chat | ||
// Paper start - add missing javadoc links | ||
- "https://javadoc.io/doc/org.joml/joml/1.10.5/index.html", | ||
- "https://www.javadoc.io/doc/com.google.code.gson/gson/2.10.1", | ||
+ "https://javadoc.io/doc/org.joml/joml/1.10.8/index.html", | ||
+ "https://www.javadoc.io/doc/com.google.code.gson/gson/2.11.0", | ||
// Paper end | ||
// Paper start | ||
"https://jd.advntr.dev/api/$adventureVersion/", |
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