diff --git a/Jenkinsfile b/Jenkinsfile
index 52ff5045..36248761 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,5 +2,5 @@
 buildPlugin(useAci: true, configurations: [
         [ platform: "linux", jdk: "8" ],
         [ platform: "windows", jdk: "8" ],
-        [ platform: "linux", jdk: "11", jenkins: "2.222.3" ]
+        [ platform: "linux", jdk: "11" ]
 ])
diff --git a/pom.xml b/pom.xml
index 417f2bca..0a97abc6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,11 +153,16 @@
     <dependencies>
       <dependency>
         <groupId>io.jenkins.tools.bom</groupId>
-        <artifactId>bom-2.176.x</artifactId>
-        <version>9</version>
+        <artifactId>bom-2.263.x</artifactId>
+        <version>19</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
+      <dependency>
+        <groupId>com.google.errorprone</groupId>
+        <artifactId>error_prone_annotations</artifactId>
+        <version>2.4.0</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 
@@ -187,7 +192,7 @@
     <changelist>-SNAPSHOT</changelist>
     <gitHubRepo>jenkinsci/parameterized-trigger-plugin</gitHubRepo>
     <java.level>8</java.level>
-    <jenkins.version>2.176.4</jenkins.version>
+    <jenkins.version>2.270</jenkins.version>
     <spotbugs.failOnError>false</spotbugs.failOnError>
   </properties>
 </project>