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