Skip to content

Commit

Permalink
Client upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Oct 23, 2024
1 parent e5673d2 commit 0819d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changes/changes_1.7.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Code name:
#### Compile Dependency Updates

* Updated `org.apache.avro:avro:1.11.3` to `1.11.4`
* Updated `org.apache.kafka:kafka-clients:3.6.0` to `3.7.1`

#### Test Dependency Updates

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
</dependency>
<dependency>
<!-- Upgrade transitive dependency of org.apache.kafka:kafka-clients to fix CVE-2023-43642 -->
Expand Down

0 comments on commit 0819d34

Please sign in to comment.