From 584dd6efdc6302b036c9b81cc2c2be5012966865 Mon Sep 17 00:00:00 2001 From: panos-kakos <102670093+panos-kakos@users.noreply.github.com> Date: Mon, 19 Jun 2023 15:39:08 +0300 Subject: [PATCH] =?UTF-8?q?[JAVA-22160]=20Upgraded=20resilience4j-spring-b?= =?UTF-8?q?oot2=20dependency=20version=20+=20=E2=80=A6=20(#14207)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../spring-boot-libraries-2/pom.xml | 30 +++++++++++-------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/spring-boot-modules/spring-boot-libraries-2/pom.xml b/spring-boot-modules/spring-boot-libraries-2/pom.xml index 3cc228d838..ce9157da50 100644 --- a/spring-boot-modules/spring-boot-libraries-2/pom.xml +++ b/spring-boot-modules/spring-boot-libraries-2/pom.xml @@ -1,7 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-boot-libraries-2 @@ -16,7 +16,7 @@ org.springframework.experimental spring-modulith-bom - 0.5.1 + ${spring-modulith-bom.version} import pom @@ -48,7 +48,7 @@ org.jobrunr jobrunr-spring-boot-starter - ${jobrunr.version} + ${jobrunr-spring-boot-starter.version} @@ -59,7 +59,7 @@ org.openapitools jackson-databind-nullable - ${jackson-databind.version} + ${jackson-databind-nullable.version} org.springdoc @@ -80,23 +80,23 @@ org.reflections reflections - 0.10.2 + ${reflections.version} org.jboss jandex - 2.4.3.Final + ${jandex.version} io.github.resilience4j resilience4j-spring-boot2 - 1.7.0 + ${resilience4j-spring-boot2.version} com.github.tomakehurst wiremock-jre8 - 2.34.0 + ${wiremock-jre8.version} test @@ -141,7 +141,7 @@ org.jboss.jandex jandex-maven-plugin - 1.2.3 + ${jandex-maven-plugin.version} compile @@ -163,11 +163,17 @@ - 3.1.1 + 0.5.1 + 3.1.1 4.0.3 5.3.0 2.4.5 - 0.2.1 + 0.2.1 + 0.10.2 + 2.4.3.Final + 2.0.2 + 2.34.0 + 1.2.3 1.7.0 com.baeldung.openapi.OpenApiApplication