File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 31
31
run : ./src/docker/startup.ps1
32
32
if : github.ref == 'refs/heads/main'
33
33
- name : Upload JaCoCo coverage report
34
- uses : actions/upload-artifact@v3
34
+ uses : actions/upload-artifact@v4
35
35
with :
36
36
name : jacoco-report
37
37
path : target/site/jacoco/
Original file line number Diff line number Diff line change 1
1
## Release History
2
+ ### 1.17.0 (2025-02-24)
3
+ #### Key Bug Fixes
4
+ * Updated ` azure-cosmos ` version to 4.67.0 to address these security vulnerabilities.
5
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-25193 ,
6
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-24970
7
+ * Added direct dependency on json smart to address the security vulnerability. - [ PR 579] ( https://github.com/microsoft/kafka-connect-cosmosdb/pull/579 )
8
+ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-57699
9
+
2
10
### 1.16.0 (2024-11-21)
3
11
#### New Features
4
12
* Updated ` azure-cosmos ` version to 4.65.0.
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >com.azure.cosmos.kafka</groupId >
9
9
<artifactId >kafka-connect-cosmos</artifactId >
10
- <version >1.16 .0</version >
10
+ <version >1.17 .0</version >
11
11
12
12
<name > kafka-connect-cosmos</name >
13
13
<url >https://github.com/microsoft/kafka-connect-cosmosdb</url >
48
48
<dependency >
49
49
<groupId >com.azure</groupId >
50
50
<artifactId >azure-cosmos</artifactId >
51
- <version >4.65 .0</version >
51
+ <version >4.67 .0</version >
52
52
</dependency >
53
53
<dependency >
54
54
<groupId >com.jayway.jsonpath</groupId >
55
55
<artifactId >json-path</artifactId >
56
56
<version >2.9.0</version >
57
57
</dependency >
58
+ <!-- remove once jsonpath increments version -->
59
+ <dependency >
60
+ <groupId >net.minidev</groupId >
61
+ <artifactId >json-smart</artifactId >
62
+ <version >2.5.2</version >
63
+ </dependency >
58
64
59
65
<!-- Apache commons -->
60
66
<dependency >
You can’t perform that action at this time.
0 commit comments