Skip to content

Commit 664edc1

Browse files
committed
Updates Key dependency versions
Updated the dependencies of several key libraries, including netty, jackson and Datastax Cassandra Driver
1 parent 0bd6ee6 commit 664edc1

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

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.4. Please see the [changelog](./CHANGELOG.md) for details on version history.
3+
The current version is 4.0.5. Please see the [changelog](./CHANGELOG.md) for details on version history.
44

55
# What
66

pom.xml

Lines changed: 18 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.4</version>
6+
<version>4.0.5</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>
@@ -53,13 +53,29 @@
5353
<dependency>
5454
<groupId>com.datastax.oss</groupId>
5555
<artifactId>java-driver-core</artifactId>
56-
<version>4.4.0</version>
56+
<version>4.13.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>javax.validation</groupId>
6060
<artifactId>validation-api</artifactId>
6161
<version>2.0.0.Final</version>
6262
</dependency>
63+
<!-- Override from underlying datastax dependency -->
64+
<dependency>
65+
<groupId>com.fasterxml.jackson.core</groupId>
66+
<artifactId>jackson-core</artifactId>
67+
<version>2.13.0</version>
68+
</dependency>
69+
<dependency>
70+
<groupId>com.fasterxml.jackson.core</groupId>
71+
<artifactId>jackson-databind</artifactId>
72+
<version>2.13.0</version>
73+
</dependency>
74+
<dependency>
75+
<groupId>com.fasterxml.jackson.core</groupId>
76+
<artifactId>jackson-annotations</artifactId>
77+
<version>2.13.0</version>
78+
</dependency>
6379
<!-- Test Dependencies -->
6480
<dependency>
6581
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)