File tree Expand file tree Collapse file tree 5 files changed +11
-2
lines changed Expand file tree Collapse file tree 5 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
7
## 2.0.26
2
8
- Added code changes so that REMReM Publish should not die if RabbitMQ is unavailable when starting up.
3
9
- Updated documentation and added code changes related to channels count and timeout parameters.
Original file line number Diff line number Diff line change 38
38
39
39
<groupId >org.springframework.boot</groupId >
40
40
<artifactId >spring-boot-maven-plugin</artifactId >
41
+ <version >2.7.5</version >
41
42
<configuration >
42
43
<skip >true</skip >
43
44
</configuration >
Original file line number Diff line number Diff line change 132
132
<plugin >
133
133
<groupId >org.springframework.boot</groupId >
134
134
<artifactId >spring-boot-maven-plugin</artifactId >
135
+ <version >2.7.5</version >
135
136
<configuration >
136
137
<mainClass >com.ericsson.eiffel.remrem.publish.cli.CLI</mainClass >
137
138
<skip >false</skip >
Original file line number Diff line number Diff line change 115
115
<dependency >
116
116
<groupId >com.fasterxml.jackson.core</groupId >
117
117
<artifactId >jackson-databind</artifactId >
118
- <version >2.13.3 </version >
118
+ <version >2.14.1 </version >
119
119
</dependency >
120
120
<dependency >
121
121
<groupId >com.fasterxml.jackson.core</groupId >
122
122
<artifactId >jackson-core</artifactId >
123
- <version >2.13.3 </version >
123
+ <version >2.14.1 </version >
124
124
</dependency >
125
125
<dependency >
126
126
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 162
162
<plugin >
163
163
<groupId >org.springframework.boot</groupId >
164
164
<artifactId >spring-boot-maven-plugin</artifactId >
165
+ <version >2.7.5</version >
165
166
<configuration >
166
167
<mainClass >com.ericsson.eiffel.remrem.publish.App</mainClass >
167
168
<skip >false</skip >
You can’t perform that action at this time.
0 commit comments