Use updated library.

This commit is contained in:
Michael Lipp 2023-08-02 12:51:08 +02:00
parent e3dbe372bd
commit 37ffe475fb
3 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@ 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.28.0,2)'
implementation 'org.jgrapes:org.jgrapes.util:[1.29.0,2)'
implementation project(':org.jdrupes.vmoperator.util')
implementation 'commons-cli:commons-cli:1.5.0'