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 287af92 commit fb5d283Copy full SHA for fb5d283
pom.xml
@@ -13,7 +13,7 @@
13
</parent>
14
<groupId>com.fasterxml.jackson.core</groupId>
15
<artifactId>jackson-databind</artifactId>
16
- <version>2.18.2</version>
+ <version>2.18.3-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
<packageVersion.package>com.fasterxml.jackson.databind.cfg</packageVersion.package>
69
70
<!-- for Reproducible Builds -->
71
- <project.build.outputTimestamp>2024-11-28T01:08:20Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-11-28T01:11:23Z</project.build.outputTimestamp>
72
</properties>
73
74
<dependencyManagement>
0 commit comments