File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
59Updated Jackson version to 2.13.4 to address CVE-2022 -42004. This is a transitive dependency of the driver and the SigV4
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments