|  | 
| 3 | 3 |  <modelVersion>4.0.0</modelVersion> | 
| 4 | 4 |  <groupId>software.aws.mcs</groupId> | 
| 5 | 5 |  <artifactId>aws-sigv4-auth-cassandra-java-driver-plugin</artifactId> | 
| 6 |  | - <version>4.0.4</version> | 
|  | 6 | + <version>4.0.5</version> | 
| 7 | 7 |  <name>AWS SigV4 Auth Java Driver 4.x Plugin</name> | 
| 8 | 8 |  <description>A Plugin to allow SigV4 authentication for Java Cassandra drivers with Amazon MCS</description> | 
| 9 | 9 |  <url>https://github.com/aws/aws-sigv4-auth-cassandra-java-driver-plugin</url> | 
|  | 
| 53 | 53 |  <dependency> | 
| 54 | 54 |  <groupId>com.datastax.oss</groupId> | 
| 55 | 55 |  <artifactId>java-driver-core</artifactId> | 
| 56 |  | - <version>4.4.0</version> | 
|  | 56 | + <version>4.13.0</version> | 
| 57 | 57 |  </dependency> | 
| 58 | 58 |  <dependency> | 
| 59 | 59 |  <groupId>javax.validation</groupId> | 
| 60 | 60 |  <artifactId>validation-api</artifactId> | 
| 61 | 61 |  <version>2.0.0.Final</version> | 
| 62 | 62 |  </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> | 
| 63 | 79 |  <!-- Test Dependencies --> | 
| 64 | 80 |  <dependency> | 
| 65 | 81 |  <groupId>org.junit.jupiter</groupId> | 
|  | 
0 commit comments