diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b525c628..736c1d75 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -50,7 +50,7 @@ jobs: languages: ${{ matrix.language }} # Cache build process too like in the maven config - - uses: actions/cache@v3.0.4 + - uses: actions/cache@v3.0.5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/bukkit/pom.xml b/bukkit/pom.xml index 2811991d..39ca1f92 100644 --- a/bukkit/pom.xml +++ b/bukkit/pom.xml @@ -30,7 +30,7 @@ 4.0.0 - 4.1.77.Final + 4.1.79.Final diff --git a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java index 5876d139..f3e1bc90 100644 --- a/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java +++ b/bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocollib/VerifyResponseTask.java @@ -196,7 +196,7 @@ public class VerifyResponseTask implements Runnable { } //try to get the networkManager from ProtocolLib - private Object getNetworkManager() throws IllegalAccessException, ClassNotFoundException { + private Object getNetworkManager() throws ClassNotFoundException { Object injectorContainer = TemporaryPlayerFactory.getInjectorFromPlayer(player); // ChannelInjector