Skip to content

Commit 171e779

Browse files
committed
Update jackson-databind & jackcess libraries
1 parent 4aaf9ad commit 171e779

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Release Notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Version 3.1.4
22

33
## Changes
4-
* Jackson-databind updated to version 2.11.1.
4+
* Jackson-databind updated to version 2.11.2.
5+
* Jackcess updated to 3.5.0.
56

67
# Version 3.1.3
78

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<dependency>
2525
<groupId>com.fasterxml.jackson.core</groupId>
2626
<artifactId>jackson-databind</artifactId>
27-
<version>2.11.1</version>
27+
<version>2.11.2</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.healthmarketscience.jackcess</groupId>
3131
<artifactId>jackcess</artifactId>
32-
<version>3.0.1</version>
32+
<version>3.5.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.healthmarketscience.jackcess</groupId>

0 commit comments

Comments
 (0)