diff --git a/log4j2/pom.xml b/log4j2/pom.xml index 83904f2075..124b19330f 100644 --- a/log4j2/pom.xml +++ b/log4j2/pom.xml @@ -18,47 +18,47 @@ org.apache.logging.log4j log4j-core - 2.7 + ${log4j-core.version} com.fasterxml.jackson.core jackson-databind - 2.8.4 + ${jackson.version} com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.8.4 + ${jackson.version} com.h2database h2 - 1.4.192 + ${h2.version} org.apache.commons commons-dbcp2 - 2.1.1 + ${commons-dbcp2.version} org.apache.logging.log4j log4j-core - 2.7 + ${log4j-core.version} test-jar test junit junit - 4.12 + ${junit.version} test @@ -68,7 +68,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + ${maven-compiler-plugin.version} 1.8 1.8 @@ -76,4 +76,13 @@ + + + 2.8.5 + 1.4.193 + 2.1.1 + 2.7 + 4.12 + 3.6.0 + diff --git a/lombok/pom.xml b/lombok/pom.xml index b816642165..24c5722db9 100644 --- a/lombok/pom.xml +++ b/lombok/pom.xml @@ -128,24 +128,24 @@ 1.8 - 1.16.8 + 1.16.12 1.0.0.Final - 1.7.13 - 1.1.3 + 1.7.21 + 1.1.7 4.12 - 3.5.1 + 3.6.0 2.19.1 - ${lombok.version}.0 + 1.16.10.0 diff --git a/mapstruct/pom.xml b/mapstruct/pom.xml index aaa3e95f8c..72a67d19db 100644 --- a/mapstruct/pom.xml +++ b/mapstruct/pom.xml @@ -10,7 +10,11 @@ jar - 1.0.0.Final + 1.1.0.Final + 4.12 + 4.3.4.RELEASE + 3.6.0 + 2.19.1 @@ -21,18 +25,18 @@ junit junit - 4.12 + ${junit.version} test org.springframework spring-context - 4.3.2.RELEASE + ${springframework.version} org.springframework spring-test - 4.3.2.RELEASE + ${springframework.version} test @@ -42,7 +46,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + ${maven-compiler-plugin.version} 1.8 1.8 @@ -56,10 +60,10 @@ - + org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + ${maven-surefire-plugin.version} **/*IntegrationTest.java