diff --git a/Jenkinsfile b/Jenkinsfile
index 11a3415ac..bf14f0d12 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -10,7 +10,6 @@ pipeline {
     stages {
         stage ('Build') {
             steps {
-                sh 'rm /var/lib/jenkins/.m2/repository/org/geysermc/bootstrap-standalone/1.4.1-SNAPSHOT/maven-metadata-local.xml'
                 sh 'git submodule update --init --recursive'
                 sh 'mvn clean package'
             }
diff --git a/connector/pom.xml b/connector/pom.xml
index be7b9869f..d32e01806 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -147,7 +147,7 @@
         <dependency>
             <groupId>com.github.GeyserMC</groupId>
             <artifactId>MCProtocolLib</artifactId>
-            <version>e427237</version>
+            <version>e17787a</version>
             <scope>compile</scope>
             <exclusions>
                 <exclusion>