Skip to content

Commit 025e212

Browse files
committed
[Examples] Use Jackson 2.13
1 parent 3d5480b commit 025e212

File tree

1 file changed

+1
-1
lines changed
  • examples/calculator-java-junit5

1 file changed

+1
-1
lines changed

examples/calculator-java-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<properties>
1515
<project.Automatic-Module-Name>io.cucumber.calculator</project.Automatic-Module-Name>
16-
<jackson-databind.version>2.12.4</jackson-databind.version>
16+
<jackson-databind.version>2.13.0</jackson-databind.version>
1717
<junit-jupiter.version>5.8.2</junit-jupiter.version>
1818
</properties>
1919

0 commit comments

Comments
 (0)