Skip to content

Commit 5cef5bf

Browse files
authored
Merge pull request #31 from erihuan/master
Bump jackson-databind version
2 parents ec5682c + c57d650 commit 5cef5bf

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## [4.0.8] - 2022-12-06
4+
5+
Updated Jackson-databind version to 2.13.4.1.
6+
37
## [4.0.7] - 2022-10-05
48

59
Updated Jackson version to 2.13.4 to address CVE-2022-42004. This is a transitive dependency of the driver and the SigV4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# IMPORTANT: Latest Version
22

3-
The current version is 4.0.7. Please see the [changelog](./CHANGELOG.md) for details on version history.
3+
The current version is 4.0.8. Please see the [changelog](./CHANGELOG.md) for details on version history.
44

55
# What
66

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>software.aws.mcs</groupId>
55
<artifactId>aws-sigv4-auth-cassandra-java-driver-plugin</artifactId>
6-
<version>4.0.7</version>
6+
<version>4.0.8</version>
77
<name>AWS SigV4 Auth Java Driver 4.x Plugin</name>
88
<description>A Plugin to allow SigV4 authentication for Java Cassandra drivers with Amazon MCS</description>
99
<url>https://github.com/aws/aws-sigv4-auth-cassandra-java-driver-plugin</url>
@@ -43,6 +43,7 @@
4343
<maven.compiler.target>1.8</maven.compiler.target>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
<jackson.version>2.13.4</jackson.version>
46+
<jackson-databind.version>2.13.4.1</jackson-databind.version>
4647
</properties>
4748

4849
<dependencies>
@@ -70,7 +71,7 @@
7071
<dependency>
7172
<groupId>com.fasterxml.jackson.core</groupId>
7273
<artifactId>jackson-databind</artifactId>
73-
<version>${jackson.version}</version>
74+
<version>${jackson-databind.version}</version>
7475
</dependency>
7576
<dependency>
7677
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)