Skip to content

Commit 528a5bc

Browse files
committed
docs: Update JDK version in README
1 parent caa5b9d commit 528a5bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Maven by running:
1414
$ sudo apt-get install maven
1515
```
1616

17-
ModifiableVariable currently needs Java JDK 11 to run. If you have the correct Java version you can install
17+
ModifiableVariable currently needs Java JDK 21 to run. If you have the correct Java version you can install
1818
ModifiableVariable as follows.
1919

2020
```bash
@@ -30,7 +30,7 @@ If you want to use this project as a dependency, you do not have to compile it y
3030
<dependency>
3131
<groupId>de.rub.nds</groupId>
3232
<artifactId>modifiable-variable</artifactId>
33-
<version>4.0.0</version>
33+
<version>5.0.0</version>
3434
</dependency>
3535
```
3636

0 commit comments

Comments
 (0)