We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9e855 commit 6dc0173Copy full SHA for 6dc0173
pom.xml
@@ -13,7 +13,7 @@
13
</parent>
14
<groupId>com.fasterxml.jackson.core</groupId>
15
<artifactId>jackson-databind</artifactId>
16
- <version>2.17.1</version>
+ <version>2.17.2-SNAPSHOT</version>
17
<name>jackson-databind</name>
18
<packaging>jar</packaging>
19
<description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -68,7 +68,7 @@
68
<version.powermock>2.0.9</version.powermock>
69
70
<!-- for Reproducible Builds -->
71
- <project.build.outputTimestamp>2024-05-05T01:59:41Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-05-05T02:07:07Z</project.build.outputTimestamp>
72
</properties>
73
74
<dependencies>
0 commit comments