Skip to content

Commit c908795

Browse files
dependabot[bot]sapessi
authored andcommitted
Bump jackson.version from 2.9.10 to 2.10.1 in /samples/struts2/pet-store (#301)
Bumps `jackson.version` from 2.9.10 to 2.10.1. Updates `jackson-core` from 2.9.10 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](FasterXML/jackson-core@jackson-core-2.9.10...jackson-core-2.10.1) Updates `jackson-annotations` from 2.9.10 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-databind` from 2.9.10 to 2.10.1 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 240dbac commit c908795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/struts2/pet-store/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<maven.compiler.source>1.8</maven.compiler.source>
2828
<maven.compiler.target>1.8</maven.compiler.target>
2929
<struts2.version>2.5.20</struts2.version>
30-
<jackson.version>2.9.10</jackson.version>
30+
<jackson.version>2.10.1</jackson.version>
3131
<junit.version>4.12</junit.version>
3232
<log4j.version>2.11.1</log4j.version>
3333
</properties>

0 commit comments

Comments
 (0)