Skip to content

Commit

Permalink
Bump in Jackson version to address #139.
Browse files Browse the repository at this point in the history
  • Loading branch information
sapessi committed Apr 5, 2018
1 parent f719353 commit 6c90756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws-serverless-java-container-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</parent>

<properties>
<jackson.version>2.9.4</jackson.version>
<jackson.version>2.9.5</jackson.version>
<jaxrs.version>2.1</jaxrs.version>
<servlet.version>3.1.0</servlet.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.8.4</version>
<version>2.9.5</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion aws-serverless-java-container-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<spring.version>5.0.3.RELEASE</spring.version>
<spring-security.version>5.0.1.RELEASE</spring-security.version>
<jackson.version>2.9.4</jackson.version>
<jackson.version>2.9.5</jackson.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 6c90756

Please sign in to comment.