Skip to content

Commit 54c43f3

Browse files
authored
Merge pull request #593 from tvaron3/azure-cosmos-4.80.0-cves
Bump azure-cosmos to 4.80.0 to address jackson / netty CVEs
2 parents 3481b34 + a09e24f commit 54c43f3

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Release History
22

3+
### 1.20.0 (Unreleased)
4+
#### Other Changes
5+
* Updated `azure-cosmos` version to `4.80.0`. - [PR 593](https://github.com/microsoft/kafka-connect-cosmosdb/pull/593)
6+
37
### 1.19.0 (2026-01-27)
48
#### Key Bug Fixes
59
* Updated `azure-cosmos` version to `4.77.0` to address these security vulnerabilities. - [PR 585](https://github.com/microsoft/kafka-connect-cosmosdb/pull/585)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>com.azure</groupId>
5050
<artifactId>azure-cosmos</artifactId>
51-
<version>4.77.0</version>
51+
<version>4.80.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.jayway.jsonpath</groupId>

0 commit comments

Comments
 (0)