diff --git a/pom.xml b/pom.xml index a297c4f..2729e67 100644 --- a/pom.xml +++ b/pom.xml @@ -63,19 +63,19 @@ org.springframework spring-context - ${dep.springframework.version} + 5.3.39 provided org.springframework spring-context-support - ${dep.springframework.version} + 6.1.20 provided org.springframework spring-test - ${dep.springframework.version} + 4.3.30.RELEASE test @@ -83,22 +83,22 @@ org.apache.curator curator-framework - ${dep.curator.version} + 4.3.0 org.apache.curator curator-client - ${dep.curator.version} + 4.3.0 org.apache.curator curator-recipes - ${dep.curator.version} + 4.3.0 org.apache.curator curator-test - ${dep.curator.version} + 5.6.0 test @@ -106,7 +106,7 @@ com.alibaba fastjson - ${dep.fastjson.version} + 1.2.83_noneautotype provided true @@ -114,7 +114,7 @@ com.fasterxml.jackson.core jackson-databind - ${dep.jackson.version} + 2.13.4.2 true @@ -122,32 +122,32 @@ commons-io commons-io - ${dep.commons-io.version} + 2.14.0 org.slf4j slf4j-api - ${dep.slf4j.version} + 1.7.32 provided org.slf4j jcl-over-slf4j - ${dep.slf4j.version} + 1.7.32 provided org.slf4j log4j-over-slf4j - ${dep.slf4j.version} + 1.7.32 provided ch.qos.logback logback-classic - ${dep.logback.version} + 1.3.15 test @@ -161,7 +161,7 @@ junit junit - ${dep.junit.version} + 4.13.2 test