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 b6ff25b commit 8276a5bCopy full SHA for 8276a5b
pom.xml
@@ -13,7 +13,7 @@
13
</parent>
14
<groupId>com.fasterxml.jackson.core</groupId>
15
<artifactId>jackson-databind</artifactId>
16
- <version>2.19.0-rc2</version>
+ <version>2.19.0-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>
@@ -73,7 +73,7 @@
73
<packageVersion.package>com.fasterxml.jackson.databind.cfg</packageVersion.package>
74
75
<!-- for Reproducible Builds -->
76
- <project.build.outputTimestamp>2025-04-08T01:22:37Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2025-04-08T01:22:58Z</project.build.outputTimestamp>
77
</properties>
78
79
<dependencyManagement>
0 commit comments