diff --git a/Jenkinsfile b/Jenkinsfile
index e34aa363..43d54e42 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -2,7 +2,7 @@ pipeline {
agent any
environment {
- JDK_TOOL_NAME = 'JDK 11'
+ JDK_TOOL_NAME = 'JDK 21'
MAVEN_TOOL_NAME = 'Maven 3.9.9'
}
diff --git a/README.md b/README.md
index f2b78555..eafb3cf9 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Maven by running:
$ sudo apt-get install maven
```
-ModifiableVariable currently needs Java JDK 11 to run. If you have the correct Java version you can install
+ModifiableVariable currently needs Java JDK 21 to run. If you have the correct Java version you can install
ModifiableVariable as follows.
```bash
@@ -30,7 +30,7 @@ If you want to use this project as a dependency, you do not have to compile it y
de.rub.ndsmodifiable-variable
- 4.0.0
+ 5.0.0
```
diff --git a/pom.xml b/pom.xml
index ce278694..7126facb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,8 +58,8 @@
UTF-8UTF-8
- 11
- 11
+ 21
+ 21false${skipTests}
@@ -116,7 +116,7 @@
4
- 1.16.0
+ 1.25.2
@@ -156,6 +156,9 @@
${maven.compiler.source}${maven.compiler.target}
+
+ -proc:full
+