diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 836d494cd..3369cc8bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Set up JDK 8 + - name: Set up JDK 16 uses: actions/setup-java@v1 with: - java-version: 8 + java-version: 16 - name: Cache SonarCloud packages uses: actions/cache@v1 with: diff --git a/pom.xml b/pom.xml index 007592149..716b3cefd 100644 --- a/pom.xml +++ b/pom.xml @@ -63,9 +63,9 @@ UTF-8 UTF-8 - 1.8 + 16 - 2.0.4 + 2.0.9 3.8.0 1.17-R0.1-SNAPSHOT @@ -182,6 +182,10 @@ papermc https://papermc.io/repo/repository/maven-public/ + + maven-snapshots + https://repository.apache.org/content/repositories/snapshots/ + @@ -216,7 +220,7 @@ org.mockito mockito-core - 3.1.0 + 3.10.0 test @@ -299,6 +303,12 @@ 3.1.3 provided + + org.apache.maven.plugins + maven-shade-plugin + 3.3.0-SNAPSHOT + maven-plugin + @@ -340,8 +350,8 @@ maven-compiler-plugin 3.8.1 - ${java.version} - ${java.version} + 16 + @@ -393,7 +403,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.3.0-SNAPSHOT true @@ -449,7 +459,7 @@ org.jacoco jacoco-maven-plugin - 0.8.4 + 0.8.7 true