Skip to content

Commit

Permalink
RESTEASY-2373 Upgrade Jackson2 to 2.10.0 (#41)
Browse files Browse the repository at this point in the history
* RESTEASY-2359 - remove cobertura plugin from resteasy-spring-boot (#38)

* RESTEASY-2373 Upgrade Jackson2 to 2.10.0
  • Loading branch information
liweinan authored Oct 16, 2019
1 parent 17fda2a commit 1c487d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resteasy-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springboot.version>2.1.6.RELEASE</springboot.version>
<resteasy.version>3.9.0.Final</resteasy.version>
<resteasy.jackson.version>2.9.10</resteasy.jackson.version>
<resteasy.jackson.version>2.10.0</resteasy.jackson.version>
<coverage.line>80</coverage.line>
<coverage.branch>80</coverage.branch>
<coverage.lineRate>80</coverage.lineRate>
Expand Down

0 comments on commit 1c487d4

Please sign in to comment.