mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
Update dependencies
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
|
|
||||||
# Cache build process too like in the maven config
|
# Cache build process too like in the maven config
|
||||||
- uses: actions/cache@v3.0.4
|
- uses: actions/cache@v3.0.5
|
||||||
with:
|
with:
|
||||||
path: ~/.m2/repository
|
path: ~/.m2/repository
|
||||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<nettyVersion>4.1.77.Final</nettyVersion>
|
<nettyVersion>4.1.79.Final</nettyVersion>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
@ -196,7 +196,7 @@ public class VerifyResponseTask implements Runnable {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//try to get the networkManager from ProtocolLib
|
//try to get the networkManager from ProtocolLib
|
||||||
private Object getNetworkManager() throws IllegalAccessException, ClassNotFoundException {
|
private Object getNetworkManager() throws ClassNotFoundException {
|
||||||
Object injectorContainer = TemporaryPlayerFactory.getInjectorFromPlayer(player);
|
Object injectorContainer = TemporaryPlayerFactory.getInjectorFromPlayer(player);
|
||||||
|
|
||||||
// ChannelInjector
|
// ChannelInjector
|
||||||
|
Reference in New Issue
Block a user