Skip to content

Commit 6015464

Browse files
committed
⬆️ update jackson dependencies
1 parent 10d2a6a commit 6015464

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
### Changes
55
* :sparkles: Add support for Invoice v4
66
### Fixes
7-
* :arrow_up: Bump jackson-databind from 2.13.4 to 2.13.4.1 (#33)
7+
* :arrow_up: Bump jackson-databind from 2.13.4 to 2.13.4.2
88

99
## v2.0.0 - 2022-12-06
1010
### ¡Breaking Changes!

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,14 @@
181181
<dependency>
182182
<artifactId>jackson-databind</artifactId>
183183
<groupId>com.fasterxml.jackson.core</groupId>
184-
<version>2.13.4.2</version>
184+
<version>2.14.1</version>
185185
</dependency>
186186

187187
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 -->
188188
<dependency>
189-
<groupId>com.fasterxml.jackson.datatype</groupId>
190189
<artifactId>jackson-datatype-jsr310</artifactId>
191-
<version>2.13.1</version>
190+
<groupId>com.fasterxml.jackson.datatype</groupId>
191+
<version>2.14.1</version>
192192
</dependency>
193193

194194
<dependency>
@@ -304,7 +304,6 @@
304304
<url>http://github.com/mindee/mindee-api-java/tree/main</url>
305305
</scm>
306306

307-
308307
<properties>
309308
<junit.jupiter.version>5.8.1</junit.jupiter.version>
310309
<junit.platform.version>1.8.1</junit.platform.version>

0 commit comments

Comments
 (0)