Use Java-21 virtual threads

This commit is contained in:
Michael Lipp 2024-08-10 10:41:50 +00:00
parent 82eb6671a3
commit bef47b308d
6 changed files with 15 additions and 17 deletions

View file

@ -9,7 +9,7 @@ plugins {
}
dependencies {
api 'org.jgrapes:org.jgrapes.core:[1.19.0,2)'
api 'org.jgrapes:org.jgrapes.core:[1.21.0,2)'
api project(':org.jdrupes.vmoperator.common')
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:[2.16.1,3]'
}