File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -351,6 +351,10 @@ self-hosting this service.
351
351
352
352
## Release Notes
353
353
354
+ ### 2.4.12.3
355
+
356
+ * Fixed ` jackson-databind ` security issue.
357
+
354
358
### 2.4.12.2
355
359
356
360
* Improved handling if incorrect coordinates and parameter values, producing a
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >com.mapcode</groupId >
25
25
<artifactId >mapcode-rest-service</artifactId >
26
- <version >2.4.12.3-SNAPSHOT </version >
26
+ <version >2.4.12.3</version >
27
27
</parent >
28
28
29
29
<artifactId >deployment</artifactId >
Original file line number Diff line number Diff line change 24
24
<artifactId >mapcode-rest-service</artifactId >
25
25
26
26
<packaging >pom</packaging >
27
- <version >2.4.12.3-SNAPSHOT </version >
27
+ <version >2.4.12.3</version >
28
28
29
29
<name >Mapcode REST API Web Service</name >
30
30
<description >
96
96
<guava .version>27.1-jre</guava .version>
97
97
<guice .version>4.2.2</guice .version>
98
98
<jackson .version>2.9.9</jackson .version>
99
- <jackson-databind .version>2.9.9.1 </jackson-databind .version>
99
+ <jackson-databind .version>2.9.9.3 </jackson-databind .version>
100
100
<javax .inject.version>1</javax .inject.version>
101
101
<javax .servlet-api.version>4.0.1</javax .servlet-api.version>
102
102
<jaxb-api .version>2.3.1</jaxb-api .version>
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >com.mapcode</groupId >
25
25
<artifactId >mapcode-rest-service</artifactId >
26
- <version >2.4.12.3-SNAPSHOT </version >
26
+ <version >2.4.12.3</version >
27
27
</parent >
28
28
29
29
<artifactId >resources</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >com.mapcode</groupId >
25
25
<artifactId >mapcode-rest-service</artifactId >
26
- <version >2.4.12.3-SNAPSHOT </version >
26
+ <version >2.4.12.3</version >
27
27
</parent >
28
28
29
29
<artifactId >service</artifactId >
You can’t perform that action at this time.
0 commit comments