From 52cae51eaa4687efbf07496f849cf007e40a51d3 Mon Sep 17 00:00:00 2001 From: vishnu-alapati <89137504+vishnu-alapati@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:47:56 +0530 Subject: [PATCH] Degraded the spring-boot-maven-plugin to 2.7.5 (#261) * Degraded the spring-boot-maven-plugin to 2.7.5 * Made changes in Changelog file --------- Co-authored-by: Vishnu --- CHANGELOG.md | 6 ++++++ pom.xml | 1 + publish-cli/pom.xml | 1 + publish-common/pom.xml | 4 ++-- publish-service/pom.xml | 1 + 5 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adfdf4d4..9f749425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.27 +- Degraded the spring-boot-maven-plugin version to 2.7.5 +- Updated the eiffel-remrem-parent version to 2.0.9 +- Updated the eiffel-remem-semantics version to 2.2.4 +- Uplift FasterXML Jackson databind to 2.14.1 + ## 2.0.26 - Added code changes so that REMReM Publish should not die if RabbitMQ is unavailable when starting up. - Updated documentation and added code changes related to channels count and timeout parameters. diff --git a/pom.xml b/pom.xml index 57d4bcb1..244611ff 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,7 @@ org.springframework.boot spring-boot-maven-plugin + 2.7.5 true diff --git a/publish-cli/pom.xml b/publish-cli/pom.xml index 53a5e6d2..82aa2c20 100644 --- a/publish-cli/pom.xml +++ b/publish-cli/pom.xml @@ -132,6 +132,7 @@ org.springframework.boot spring-boot-maven-plugin + 2.7.5 com.ericsson.eiffel.remrem.publish.cli.CLI false diff --git a/publish-common/pom.xml b/publish-common/pom.xml index 95c155dc..992683b3 100644 --- a/publish-common/pom.xml +++ b/publish-common/pom.xml @@ -115,12 +115,12 @@ com.fasterxml.jackson.core jackson-databind - 2.13.3 + 2.14.1 com.fasterxml.jackson.core jackson-core - 2.13.3 + 2.14.1 junit diff --git a/publish-service/pom.xml b/publish-service/pom.xml index 7b35adc1..309b274f 100644 --- a/publish-service/pom.xml +++ b/publish-service/pom.xml @@ -162,6 +162,7 @@ org.springframework.boot spring-boot-maven-plugin + 2.7.5 com.ericsson.eiffel.remrem.publish.App false