Skip to content

Commit ac0e337

Browse files
authored
Merge pull request #27 from bhouse99/bhouse99-jackson-upgrade
Updated jackson.databind dependencies
2 parents 3614676 + 6733873 commit ac0e337

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

55
# What
66

pom.xml

Lines changed: 4 additions & 4 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.5</version>
6+
<version>4.0.6</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>
@@ -64,17 +64,17 @@
6464
<dependency>
6565
<groupId>com.fasterxml.jackson.core</groupId>
6666
<artifactId>jackson-core</artifactId>
67-
<version>2.13.0</version>
67+
<version>2.13.2</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-databind</artifactId>
72-
<version>2.13.0</version>
72+
<version>2.13.2.2</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>
7676
<artifactId>jackson-annotations</artifactId>
77-
<version>2.13.0</version>
77+
<version>2.13.2</version>
7878
</dependency>
7979
<!-- Test Dependencies -->
8080
<dependency>

0 commit comments

Comments
 (0)