diff --git a/.github/workflows/pr-pipeline.yml b/.github/workflows/pr-pipeline.yml
index aec43abdf0..cda68c6532 100644
--- a/.github/workflows/pr-pipeline.yml
+++ b/.github/workflows/pr-pipeline.yml
@@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- - name: Set up JDK 8
+ - name: Set up JDK 16
uses: actions/setup-java@v2
with:
- java-version: '8'
- distribution: 'adopt'
+ java-version: '16'
+ distribution: 'temurin'
- name: Build with Maven (compile -> test -> package)
run: mvn -B package --file pom.xml
diff --git a/README.md b/README.md
index bfd2b8a7c1..d581445d93 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ To launch the server, you may either:
* If you already have Maven installed, simply run the command "mvn clean install" to create the jar file.
* IntelliJ also comes with built-in Maven support. Open a new terminal window inside IntelliJ, type "mvn clean install" (your command should now be marked green), then Ctrl+Enter to build the jar file.
2. Launch the jar file
- * Double click on "launch.bat"
+ * Double click on "launch.bat" (need to have Java 16 installed)
#### Launch with Docker
1. Start Docker
diff --git a/launch.bat b/launch.bat
index 299162ddb8..903ce475cf 100644
--- a/launch.bat
+++ b/launch.bat
@@ -1,5 +1,4 @@
@echo off
@title Cosmic
-set PATH="C:\Program Files\Java\jdk1.8.0_241\bin";%PATH%
-java -Xmx2048m -Dwzpath=wz\ -jar target\Cosmic.jar
+java -Xmx2048m -jar target\Cosmic.jar
pause
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 0334d6b9c4..577282b1a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
2.14.1
21.1.0
- 4.1.65.Final
+ 4.1.67.Final
5.7.2
@@ -37,19 +37,19 @@
commons-io
commons-io
- 2.10.0
+ 2.11.0
com.zaxxer
HikariCP
- 4.0.3
+ 5.0.0
mysql
mysql-connector-java
- 8.0.23
+ 8.0.26
@@ -78,7 +78,7 @@
org.slf4j
slf4j-api
- 1.7.30
+ 1.7.32
org.apache.logging.log4j
@@ -129,7 +129,7 @@
org.apache.maven.plugins
maven-jar-plugin
- 2.4
+ 3.2.0
default-jar
@@ -138,6 +138,11 @@
+
+ maven-surefire-plugin
+ 3.0.0-M5
+
+
org.apache.maven.plugins