Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# IMPORTANT: Latest Version

The current version is 4.0.5. Please see the [changelog](./CHANGELOG.md) for details on version history.
The current version is 4.0.6. Please see the [changelog](./CHANGELOG.md) for details on version history.

# What

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>software.aws.mcs</groupId>
<artifactId>aws-sigv4-auth-cassandra-java-driver-plugin</artifactId>
<version>4.0.5</version>
<version>4.0.6</version>
<name>AWS SigV4 Auth Java Driver 4.x Plugin</name>
<description>A Plugin to allow SigV4 authentication for Java Cassandra drivers with Amazon MCS</description>
<url>https://github.com/aws/aws-sigv4-auth-cassandra-java-driver-plugin</url>
Expand Down Expand Up @@ -64,17 +64,17 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.0</version>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.0</version>
<version>2.13.2.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.0</version>
<version>2.13.2</version>
</dependency>
<!-- Test Dependencies -->
<dependency>
Expand Down