diff --git a/README.md b/README.md
index 16510da948..5eefd58b05 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ If you had a `jar:test-jar` execution, delete it and add to `properties`:
The plugin POM is designed for plugin builds with JDK 8 or above,
but target `java.level` for a plugin may differ from a JDK version used for the build.
Starting from Plugin POM `3.44`, support of Java 7 targets in Plugin POM is deprecated and has been removed in `4.0`,
-`java.level=8` and `jenkins.version>2.204.1` are expected to be used for most plugins.
+`java.level=8` and `jenkins.version>2.249.1` are expected to be used for most plugins.
## Incrementals
diff --git a/pom.xml b/pom.xml
index f6ac761b84..7911aee5bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
-Xms768M -Xmx768M -XX:+HeapDumpOnOutOfMemoryError -XX:+TieredCompilation -XX:TieredStopAtLevel=1
- 2.204
+ 2.249
${jenkins.version}
1674.v3b8b1441e939
@@ -231,18 +231,6 @@
-
- com.github.spotbugs
- spotbugs-annotations
- provided
- true
-
-
- com.google.code.findbugs
- jsr305
-
-
-
net.jcip
jcip-annotations
@@ -265,19 +253,6 @@
commons-logging
provided
-
- org.kohsuke
- access-modifier-annotation
- provided
- true
-
-
-
- org.jenkins-ci
- annotation-indexer
-
-
-
org.jenkins-ci.main
diff --git a/src/it/benchmark/pom.xml b/src/it/benchmark/pom.xml
index 84a3b22fb6..6b3c9a4e86 100644
--- a/src/it/benchmark/pom.xml
+++ b/src/it/benchmark/pom.xml
@@ -13,7 +13,7 @@
1.0-SNAPSHOT
jar
- 2.204
+ 2.249
8
diff --git a/src/it/incrementals-and-plugin-bom/pom.xml b/src/it/incrementals-and-plugin-bom/pom.xml
index 70a3694cdf..bb2a61e025 100644
--- a/src/it/incrementals-and-plugin-bom/pom.xml
+++ b/src/it/incrementals-and-plugin-bom/pom.xml
@@ -14,7 +14,7 @@
1.0
-SNAPSHOT
- 2.204
+ 2.249
8
diff --git a/src/it/sample-plugin/pom.xml b/src/it/sample-plugin/pom.xml
index 2eb60ee04d..4f0ebfff95 100644
--- a/src/it/sample-plugin/pom.xml
+++ b/src/it/sample-plugin/pom.xml
@@ -13,7 +13,7 @@
1.0-SNAPSHOT
hpi
- 2.204
+ 2.249
8
diff --git a/src/it/undefined-java-level/pom.xml b/src/it/undefined-java-level/pom.xml
index 067bc56328..e4d8f20ff5 100644
--- a/src/it/undefined-java-level/pom.xml
+++ b/src/it/undefined-java-level/pom.xml
@@ -13,7 +13,7 @@
1.0-SNAPSHOT
hpi
- 2.204
+ 2.249