aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0069-Allow-plugins-to-use-SLF4J-for-logging.patch
diff options
context:
space:
mode:
authorSimon Gardling <[email protected]>2021-12-31 17:26:20 -0500
committerGitHub <[email protected]>2021-12-31 14:26:20 -0800
commit58c41d0f60261fe169ca81f928acc322546c0c87 (patch)
tree75bb3d4831abef179884721fe3f3322bddcf6b2d /patches/api/0069-Allow-plugins-to-use-SLF4J-for-logging.patch
parentc40e04e9e76cb6a817b25eb8f689e1c9d5d8bbe4 (diff)
downloadPaper-58c41d0f60261fe169ca81f928acc322546c0c87.tar.gz
Paper-58c41d0f60261fe169ca81f928acc322546c0c87.zip
[ci skip] Update log4j-api in Paper-API to 2.17.1 (#7227)
Diffstat (limited to 'patches/api/0069-Allow-plugins-to-use-SLF4J-for-logging.patch')
-rw-r--r--patches/api/0069-Allow-plugins-to-use-SLF4J-for-logging.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0069-Allow-plugins-to-use-SLF4J-for-logging.patch b/patches/api/0069-Allow-plugins-to-use-SLF4J-for-logging.patch
index 6b9df358dc..4ec1e7353d 100644
--- a/patches/api/0069-Allow-plugins-to-use-SLF4J-for-logging.patch
+++ b/patches/api/0069-Allow-plugins-to-use-SLF4J-for-logging.patch
@@ -14,14 +14,14 @@ it without having to shade it in the plugin and going through
several layers of logging abstraction.
diff --git a/build.gradle.kts b/build.gradle.kts
-index d8d459561cc75935136f8f9888ff27b45ad98f9e..a23b2bd8e1ca1ff8d0ad5ed5d5e41c89e4795090 100644
+index d8d459561cc75935136f8f9888ff27b45ad98f9e..001c2b963205012f340db0d539e4033c748124ce 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -38,6 +38,8 @@ dependencies {
apiAndDocs("net.kyori:adventure-text-serializer-gson")
apiAndDocs("net.kyori:adventure-text-serializer-legacy")
apiAndDocs("net.kyori:adventure-text-serializer-plain")
-+ api("org.apache.logging.log4j:log4j-api:2.17.0")
++ api("org.apache.logging.log4j:log4j-api:2.17.1")
+ api("org.slf4j:slf4j-api:1.8.0-beta4")
implementation("org.ow2.asm:asm:9.2")