From 6840db635e13b5c565ffcfee23a3ba5bc89d3991 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Fri, 1 Sep 2023 22:22:57 +0200 Subject: [PATCH] Upgrade libraries. --- org.jdrupes.vmoperator.manager/build.gradle | 6 +++--- org.jdrupes.vmoperator.runner.qemu/build.gradle | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/org.jdrupes.vmoperator.manager/build.gradle b/org.jdrupes.vmoperator.manager/build.gradle index 10a122c..2c2dd7f 100644 --- a/org.jdrupes.vmoperator.manager/build.gradle +++ b/org.jdrupes.vmoperator.manager/build.gradle @@ -12,17 +12,17 @@ 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 'io.kubernetes:client-java:[18.0.0,19)' - runtimeOnly 'com.electronwill.night-config:yaml:3.6.6' + runtimeOnly 'com.electronwill.night-config:yaml:[3.6.7,3.7)' runtimeOnly 'org.slf4j:slf4j-jdk14:[2.0.7,3)' - testImplementation 'io.fabric8:kubernetes-client:6.8.1' + testImplementation 'io.fabric8:kubernetes-client:[6.8.1,6.9)' } application { diff --git a/org.jdrupes.vmoperator.runner.qemu/build.gradle b/org.jdrupes.vmoperator.runner.qemu/build.gradle index a3fc61a..9f48a58 100644 --- a/org.jdrupes.vmoperator.runner.qemu/build.gradle +++ b/org.jdrupes.vmoperator.runner.qemu/build.gradle @@ -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 {