We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835372e commit c8a6015Copy full SHA for c8a6015
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## unreleased
2
+
3
+### Dependencies
4
+* Updated Jackson to 2.18.3 (#90)
5
6
7
## 1.4.0 (2024-12-07)
8
9
### Removal
pom.xml
@@ -49,12 +49,12 @@
49
<dependency>
50
<groupId>com.fasterxml.jackson.core</groupId>
51
<artifactId>jackson-databind</artifactId>
52
- <version>2.18.2</version>
+ <version>2.18.3</version>
53
</dependency>
54
55
<groupId>com.fasterxml.jackson.datatype</groupId>
56
<artifactId>jackson-datatype-jsr310</artifactId>
57
58
59
60
0 commit comments