Skip to content

Commit 52cae51

Browse files
vishnu-alapatiVishnu
andauthored
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 <vishnu.alapati@ericsson.com>
1 parent 3eef59c commit 52cae51

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.27
2+
- Degraded the spring-boot-maven-plugin version to 2.7.5
3+
- Updated the eiffel-remrem-parent version to 2.0.9
4+
- Updated the eiffel-remem-semantics version to 2.2.4
5+
- Uplift FasterXML Jackson databind to 2.14.1
6+
17
## 2.0.26
28
- Added code changes so that REMReM Publish should not die if RabbitMQ is unavailable when starting up.
39
- Updated documentation and added code changes related to channels count and timeout parameters.

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838

3939
<groupId>org.springframework.boot</groupId>
4040
<artifactId>spring-boot-maven-plugin</artifactId>
41+
<version>2.7.5</version>
4142
<configuration>
4243
<skip>true</skip>
4344
</configuration>

publish-cli/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
<plugin>
133133
<groupId>org.springframework.boot</groupId>
134134
<artifactId>spring-boot-maven-plugin</artifactId>
135+
<version>2.7.5</version>
135136
<configuration>
136137
<mainClass>com.ericsson.eiffel.remrem.publish.cli.CLI</mainClass>
137138
<skip>false</skip>

publish-common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@
115115
<dependency>
116116
<groupId>com.fasterxml.jackson.core</groupId>
117117
<artifactId>jackson-databind</artifactId>
118-
<version>2.13.3</version>
118+
<version>2.14.1</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>com.fasterxml.jackson.core</groupId>
122122
<artifactId>jackson-core</artifactId>
123-
<version>2.13.3</version>
123+
<version>2.14.1</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>junit</groupId>

publish-service/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
<plugin>
163163
<groupId>org.springframework.boot</groupId>
164164
<artifactId>spring-boot-maven-plugin</artifactId>
165+
<version>2.7.5</version>
165166
<configuration>
166167
<mainClass>com.ericsson.eiffel.remrem.publish.App</mainClass>
167168
<skip>false</skip>

0 commit comments

Comments
 (0)