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 4aaf9ad commit 171e779Copy full SHA for 171e779
Release Notes.md
@@ -1,7 +1,8 @@
1
# Version 3.1.4
2
3
## Changes
4
-* Jackson-databind updated to version 2.11.1.
+* Jackson-databind updated to version 2.11.2.
5
+* Jackcess updated to 3.5.0.
6
7
# Version 3.1.3
8
pom.xml
@@ -24,12 +24,12 @@
24
<dependency>
25
<groupId>com.fasterxml.jackson.core</groupId>
26
<artifactId>jackson-databind</artifactId>
27
- <version>2.11.1</version>
+ <version>2.11.2</version>
28
</dependency>
29
30
<groupId>com.healthmarketscience.jackcess</groupId>
31
<artifactId>jackcess</artifactId>
32
- <version>3.0.1</version>
+ <version>3.5.0</version>
33
34
35
0 commit comments