Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 3, 2021
1 parent cdab6a9 commit fabe829
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<project.Automatic-Module-Name>io.cucumber.core</project.Automatic-Module-Name>
<jackson-databind.version>2.12.1</jackson-databind.version>
<jackson-databind.version>2.12.2</jackson-databind.version>
<jsoup.version>1.13.1</jsoup.version>
<xmlunit.version>2.8.2</xmlunit.version>
<hamcrest-json.version>0.2</hamcrest-json.version>
Expand Down
2 changes: 1 addition & 1 deletion docstring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Cucumber-JVM: Docstring</name>

<properties>
<jackson-databind.version>2.12.1</jackson-databind.version>
<jackson-databind.version>2.12.2</jackson-databind.version>
<project.Automatic-Module-Name>io.cucumber.docstring</project.Automatic-Module-Name>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<project.Automatic-Module-Name>io.cucumber.java</project.Automatic-Module-Name>
<jackson-databind.version>2.12.1</jackson-databind.version>
<jackson-databind.version>2.12.2</jackson-databind.version>
</properties>

<dependencies>
Expand Down

0 comments on commit fabe829

Please sign in to comment.