diff --git a/pom.xml b/pom.xml index 7314faf..08742c9 100644 --- a/pom.xml +++ b/pom.xml @@ -83,29 +83,29 @@ com.fasterxml.jackson.core jackson-core - ${jackson.version} + 2.13.2 com.fasterxml.jackson.core jackson-databind - ${jackson.version} + 2.13.4.2 com.fasterxml.jackson.dataformat jackson-dataformat-xml - ${jackson.version} + 2.13.5 com.fasterxml.jackson.datatype jackson-datatype-joda - ${jackson.version} + 2.13.5 org.slf4j slf4j-api - ${slf4j.version} + 1.7.36 @@ -113,7 +113,7 @@ junit junit - ${junit.version} + 4.13.2 test @@ -137,7 +137,7 @@ commons-io commons-io - 2.9.0 + 2.14.0 test @@ -145,19 +145,19 @@ org.apache.logging.log4j log4j-api - ${log4j2.version} + 2.17.2 test org.apache.logging.log4j log4j-core - ${log4j2.version} + 2.17.2 test org.apache.logging.log4j log4j-slf4j-impl - ${log4j2.version} + 2.17.2 test