Commit fd909cf 1 parent d745d39 commit fd909cf Copy full SHA for fd909cf
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Release 2.4.1 (October 31st 2022)
4
+ * Dependency Updates:
5
+ * Jackson from ` 2.12.7 ` to ` 2.13.4 `
6
+ * Jackson Databind from ` 2.12.7 ` to ` 2.13.4.2 `
7
+
8
+ ## Release 1.6.1 (October 31st 2022)
9
+ * Dependency Updates:
10
+ * Jackson Databind from ` 2.13.4 ` to ` 2.13.4.2 `
11
+
3
12
## Release 2.4.0 (September 15th 2022)
4
13
* Dependency Updates:
5
14
* AWS SDK v2 from 2.16.86 to 2.17.247 ([ pull request] ( https://github.com/awslabs/amazon-kinesis-connector-flink/pull/55 ) )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following dependency to your project to start using the connector.
22
22
<dependency >
23
23
<groupId >software.amazon.kinesis</groupId >
24
24
<artifactId >amazon-kinesis-connector-flink</artifactId >
25
- <version >1.5.0 </version >
25
+ <version >1.6.1 </version >
26
26
</dependency >
27
27
```
28
28
@@ -31,7 +31,7 @@ Add the following dependency to your project to start using the connector.
31
31
<dependency >
32
32
<groupId >software.amazon.kinesis</groupId >
33
33
<artifactId >amazon-kinesis-connector-flink</artifactId >
34
- <version >2.4.0 </version >
34
+ <version >2.4.1 </version >
35
35
</dependency >
36
36
```
37
37
You can’t perform that action at this time.
0 commit comments