We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6225019 commit 6661e7cCopy full SHA for 6661e7c
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>com.fasterxml.jackson</groupId>
5
<artifactId>jackson-base</artifactId>
6
- <version>2.18.1-SNAPSHOT</version>
+ <version>2.18.1</version>
7
</parent>
8
<groupId>com.fasterxml.jackson.module</groupId>
9
<artifactId>jackson-modules-base</artifactId>
release-notes/VERSION-2.x
@@ -23,6 +23,10 @@ Active maintainers:
23
=== Releases ===
24
------------------------------------------------------------------------
25
26
+2.18.1 (28-Oct-2024)
27
+
28
+No changes since 2.18.0
29
30
2.18.0 (26-Sep-2024)
31
32
#233: (jaxb) Tolerate JAX-RS 2.2 in jackson-module-jaxb-annotations so
0 commit comments