Update dependencies

This commit is contained in:
games647
2022-07-27 15:25:36 +02:00
parent 4765d6d4ef
commit e3778c865c
3 changed files with 3 additions and 3 deletions

View File

@ -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') }}

View File

@ -30,7 +30,7 @@
<modelVersion>4.0.0</modelVersion>
<properties>
<nettyVersion>4.1.77.Final</nettyVersion>
<nettyVersion>4.1.79.Final</nettyVersion>
</properties>
<parent>

View File

@ -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