diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ae18be1..035ad9c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- - name: Set up JDK 17
+ - name: Set up JDK 21
uses: actions/setup-java@v2
with:
java-version: '21'
diff --git a/ChestsPlusPlus_1_21_R1/pom.xml b/ChestsPlusPlus_1_21_R1/pom.xml
index 3023da5..8ad01e0 100644
--- a/ChestsPlusPlus_1_21_R1/pom.xml
+++ b/ChestsPlusPlus_1_21_R1/pom.xml
@@ -59,7 +59,7 @@
net.md-5
specialsource-maven-plugin
- 1.2.3
+ 2.0.3
package
@@ -93,8 +93,8 @@
org.apache.maven.plugins
maven-compiler-plugin
-
- 16
+
+ 21
diff --git a/ChestsPlusPlus_Main/pom.xml b/ChestsPlusPlus_Main/pom.xml
index dd8b4e4..9e021c3 100644
--- a/ChestsPlusPlus_Main/pom.xml
+++ b/ChestsPlusPlus_Main/pom.xml
@@ -167,7 +167,7 @@
org.projectlombok
lombok
- 1.18.22
+ 1.18.32
provided
@@ -182,7 +182,7 @@
org.apache.maven.plugins
maven-shade-plugin
- 3.3.0
+ 3.5.3
false
diff --git a/ChestsPlusPlus_Main/src/main/resources/lang/en_GB.properties b/ChestsPlusPlus_Main/src/main/resources/lang/en_GB.properties
index 1548d03..f8f9949 100644
--- a/ChestsPlusPlus_Main/src/main/resources/lang/en_GB.properties
+++ b/ChestsPlusPlus_Main/src/main/resources/lang/en_GB.properties
@@ -1,4 +1,4 @@
-# Chests++ Language File (Version 2.9-Release)
+# Chests++ Language File (Version 2.12-Release)
# NOTE: This file gets replaced when the plugin launches! If you want to make modifications create a copy first!
# To create a new language file simply create a copy of this file and rename it to your desired choice for example 'en_US.properties'
# It should be located in the 'lang' folder
diff --git a/pom.xml b/pom.xml
index c315e8d..037edf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,8 +10,8 @@
pom
- 8
- 8
+ 21
+ 21