Skip to content

Commit

Permalink
Updated Jackson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rijnb committed Oct 16, 2019
1 parent 4ec05e7 commit 96100c4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,9 @@ self-hosting this service.

## Release Notes

### 2.4.12.3
### 2.4.12.3-2.4.12.4

* Fixed `jackson-databind` security issue.
* Fixed `jackson-databind` security issues.

### 2.4.12.2

Expand Down
2 changes: 1 addition & 1 deletion deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.mapcode</groupId>
<artifactId>mapcode-rest-service</artifactId>
<version>2.4.12.3</version>
<version>2.4.12.4</version>
</parent>

<artifactId>deployment</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<artifactId>mapcode-rest-service</artifactId>

<packaging>pom</packaging>
<version>2.4.12.3</version>
<version>2.4.12.4</version>

<name>Mapcode REST API Web Service</name>
<description>
Expand Down Expand Up @@ -79,7 +79,7 @@
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version>
<maven-jetty-plugin.version>8.1.9.v20130131</maven-jetty-plugin.version>
<maven-jetty-plugin.version>9.4.21.v20190926</maven-jetty-plugin.version>
<maven-project-info-reports-plugin.version>3.0.0</maven-project-info-reports-plugin.version>
<maven-remote-resources-plugin.version>1.6.0</maven-remote-resources-plugin.version>
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
Expand All @@ -95,8 +95,8 @@
<gson.version>2.8.5</gson.version>
<guava.version>27.1-jre</guava.version>
<guice.version>4.2.2</guice.version>
<jackson.version>2.9.9</jackson.version>
<jackson-databind.version>2.9.9.3</jackson-databind.version>
<jackson.version>2.10.0</jackson.version>
<jackson-databind.version>2.10.0</jackson-databind.version>
<javax.inject.version>1</javax.inject.version>
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
Expand All @@ -110,7 +110,7 @@
<resteasy.version>3.7.0.Final</resteasy.version>
<scala.version>2.12.8</scala.version>
<slf4j.version>1.7.25</slf4j.version>
<speedtools.version>3.2.17</speedtools.version>
<speedtools.version>3.2.18</speedtools.version>
<swagger.version>1.5.22</swagger.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.mapcode</groupId>
<artifactId>mapcode-rest-service</artifactId>
<version>2.4.12.3</version>
<version>2.4.12.4</version>
</parent>

<artifactId>resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.mapcode</groupId>
<artifactId>mapcode-rest-service</artifactId>
<version>2.4.12.3</version>
<version>2.4.12.4</version>
</parent>

<artifactId>service</artifactId>
Expand Down

0 comments on commit 96100c4

Please sign in to comment.