Skip to content

Commit

Permalink
Degraded the spring-boot-maven-plugin to 2.7.5 (#261)
Browse files Browse the repository at this point in the history
* Degraded the spring-boot-maven-plugin to 2.7.5

* Made changes in Changelog file

---------

Co-authored-by: Vishnu <[email protected]>
  • Loading branch information
vishnu-alapati and Vishnu authored Feb 2, 2023
1 parent 3eef59c commit 52cae51
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@

<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.5</version>
<configuration>
<skip>true</skip>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions publish-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.5</version>
<configuration>
<mainClass>com.ericsson.eiffel.remrem.publish.cli.CLI</mainClass>
<skip>false</skip>
Expand Down
4 changes: 2 additions & 2 deletions publish-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.3</version>
<version>2.14.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.3</version>
<version>2.14.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
1 change: 1 addition & 0 deletions publish-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.7.5</version>
<configuration>
<mainClass>com.ericsson.eiffel.remrem.publish.App</mainClass>
<skip>false</skip>
Expand Down

0 comments on commit 52cae51

Please sign in to comment.