Upgrade libraries.

This commit is contained in:
Michael Lipp 2023-09-01 22:22:57 +02:00
parent e75f12c69f
commit 6840db635e
2 changed files with 4 additions and 6 deletions

View file

@ -12,14 +12,12 @@ dependencies {
implementation 'org.jgrapes:org.jgrapes.core:[1.19.0,2)'
implementation 'org.jgrapes:org.jgrapes.io:[2.7.0,3)'
implementation 'org.jgrapes:org.jgrapes.http:[3.1.0,4)'
implementation 'org.jgrapes:org.jgrapes.util:[1.29.0,2)'
implementation 'org.jgrapes:org.jgrapes.util:[1.31.0,2)'
implementation project(':org.jdrupes.vmoperator.util')
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'org.freemarker:freemarker:[2.3.32,2.4)'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:[2.15.1,3]'
runtimeOnly 'com.electronwill.night-config:yaml:3.6.6'
}
application {