diff --git a/http-service/pom.xml b/http-service/pom.xml index e3f8717488..ed2672ced9 100644 --- a/http-service/pom.xml +++ b/http-service/pom.xml @@ -37,7 +37,7 @@ 1.5.6.RELEASE - 1.2.0.Final + 1.4.2.Final @@ -62,7 +62,7 @@ org.mapstruct - mapstruct-jdk8 + mapstruct ${mapstruct.version} @@ -173,6 +173,11 @@ mapstruct-processor ${mapstruct.version} + + org.projectlombok + lombok-mapstruct-binding + 0.2.0 + org.projectlombok lombok @@ -181,6 +186,11 @@ + + org.apache.maven.plugins + maven-war-plugin + 3.3.1 + org.springframework.boot spring-boot-maven-plugin diff --git a/pom.xml b/pom.xml index d17abee198..ea9d749d62 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ UTF-8 1.8 8 - 1.18.4 + 1.18.20 true true @@ -208,7 +208,7 @@ org.projectlombok lombok-maven-plugin - 1.18.16.0 + 1.18.20.0