From 83856add6b409b423639f939275c4510cb87417e Mon Sep 17 00:00:00 2001
From: "BT (calcastor/mame)" <43831917+calcastor@users.noreply.github.com>
Date: Fri, 23 Feb 2024 18:13:05 -0800
Subject: [PATCH] Update several build plugins, Gson, and Netty (#136)
---
.../0106-Update-Gson-and-build-plugins.patch | 42 +++++
.../server/0214-Update-to-Netty-4.1.x.patch | 2 +-
.../0225-Update-several-build-plugins.patch | 168 ++++++++++++++++++
3 files changed, 211 insertions(+), 1 deletion(-)
create mode 100644 patches/api/0106-Update-Gson-and-build-plugins.patch
create mode 100644 patches/server/0225-Update-several-build-plugins.patch
diff --git a/patches/api/0106-Update-Gson-and-build-plugins.patch b/patches/api/0106-Update-Gson-and-build-plugins.patch
new file mode 100644
index 00000000..49b9fd42
--- /dev/null
+++ b/patches/api/0106-Update-Gson-and-build-plugins.patch
@@ -0,0 +1,42 @@
+From 1c95f138431ebaea5d406b1d0915f019356381c1 Mon Sep 17 00:00:00 2001
+From: "BT (calcastor/mame)" <43831917+calcastor@users.noreply.github.com>
+Date: Tue, 22 Aug 2023 10:10:54 -0700
+Subject: [PATCH] Update Gson and build plugins
+
+
+diff --git a/pom.xml b/pom.xml
+index ab017e4b..353e4410 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -61,11 +61,11 @@
+ 17.0
+ compile
+
+-
++
+
+ com.google.code.gson
+ gson
+- 2.2.4
++ 2.10.1
+
+
+ org.avaje
+@@ -107,12 +107,12 @@
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+- 3.1
++ 3.11.0
+
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+- 2.3
++ 3.5.0
+
+
+ package
+--
+2.41.0
+
diff --git a/patches/server/0214-Update-to-Netty-4.1.x.patch b/patches/server/0214-Update-to-Netty-4.1.x.patch
index 6ef1f33f..69aaca98 100644
--- a/patches/server/0214-Update-to-Netty-4.1.x.patch
+++ b/patches/server/0214-Update-to-Netty-4.1.x.patch
@@ -15,7 +15,7 @@ index 2dee42e5..e6bdad05 100644
+
+ io.netty
+ netty-all
-+ 4.1.87.Final
++ 4.1.105.Final
+
it.unimi.dsi
diff --git a/patches/server/0225-Update-several-build-plugins.patch b/patches/server/0225-Update-several-build-plugins.patch
new file mode 100644
index 00000000..a89b125f
--- /dev/null
+++ b/patches/server/0225-Update-several-build-plugins.patch
@@ -0,0 +1,168 @@
+From 1726ca7e38b99bf0a47dfaf3a4f14ec42aef4c04 Mon Sep 17 00:00:00 2001
+From: "BT (calcastor/mame)" <43831917+calcastor@users.noreply.github.com>
+Date: Tue, 22 Aug 2023 10:11:12 -0700
+Subject: [PATCH] Update several build plugins
+
+
+diff --git a/pom.xml b/pom.xml
+index 6959c62a..41d4e4c7 100644
+--- a/pom.xml
++++ b/pom.xml
+@@ -117,65 +117,65 @@
+
+ install
+
+-
+- net.md-5
+- scriptus
+- 0.4.1
+-
+-
+- ex-sport
+-
+- git-SportPaper-%s
+- ../
+- sportpaper.desc
+-
+- initialize
+-
+- describe
+-
+-
+-
+- ex-paper
+-
+- -P.%s
+- ../base/Paper/PaperSpigot-Server
+- paper.desc
+-
+- initialize
+-
+- describe
+-
+-
+-
+- ex-spigot
+-
+- -SP.%s
+- ../base/Paper/Spigot-Server
+- spigot.desc
+-
+- initialize
+-
+- describe
+-
+-
+-
+- ex-craftbukkit
+-
+- -CB.%s
+- ../base/Paper/CraftBukkit
+- craftbukkit.desc
+-
+- initialize
+-
+- describe
+-
+-
+-
+-
++
++ net.md-5
++ scriptus
++ 0.5.0
++
++
++ ex-sport
++
++ git-SportPaper-%s
++ ../
++ sportpaper.desc
++
++ initialize
++
++ describe
++
++
++
++ ex-paper
++
++ -P.%s
++ ../base/Paper/PaperSpigot-Server
++ paper.desc
++
++ initialize
++
++ describe
++
++
++
++ ex-spigot
++
++ -SP.%s
++ ../base/Paper/Spigot-Server
++ spigot.desc
++
++ initialize
++
++ describe
++
++
++
++ ex-craftbukkit
++
++ -CB.%s
++ ../base/Paper/CraftBukkit
++ craftbukkit.desc
++
++ initialize
++
++ describe
++
++
++
++
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+- 2.5
++ 3.3.0
+
+ true
+
+@@ -214,7 +214,7 @@
+
+ org.apache.maven.plugins
+ maven-shade-plugin
+- 2.3
++ 3.5.0
+
+
+ package
+@@ -259,7 +259,7 @@
+
+ net.md-5
+ specialsource-maven-plugin
+- 1.2.1
++ 1.2.3
+
+
+ package
+@@ -276,12 +276,12 @@
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+- 3.1
++ 3.11.0
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+- 2.18
++ 3.1.2
+
+ ${basedir}/target/test-server
+
+--
+2.41.0
+