From 5b18c79aa612628977ad438a3d8de1f654c4433f Mon Sep 17 00:00:00 2001 From: Peter Hill Date: Wed, 9 Jul 2025 09:10:32 -0700 Subject: [PATCH] updated xmlunit assertJ to fix dependabot issue for CVE-2024-31573 --- build.gradle | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index bf158a1..7edd5e6 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ plugins { } group = 'net.juniper.netconf' -version = '2.2.0.0' +version = '2.2.0.1' description = 'An API For NetConf client' java { @@ -29,7 +29,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.23.1' testImplementation 'org.mockito:mockito-core:4.8.1' testImplementation 'commons-io:commons-io:2.14.0' - testImplementation 'org.xmlunit:xmlunit-assertj:2.9.0' + testImplementation 'org.xmlunit:xmlunit-assertj:2.10.0' testImplementation 'org.slf4j:slf4j-simple:2.0.3' testImplementation 'com.github.spotbugs:spotbugs-annotations:4.7.3' diff --git a/pom.xml b/pom.xml index 7eb9718..92ab598 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ net.juniper.netconf netconf-java - 2.2.0.0 + 2.2.0.1 jar @@ -217,7 +217,7 @@ org.xmlunit xmlunit-assertj - 2.9.0 + 2.10.0 test