Skip to content

Commit 599372f

Browse files
committed
[security]: resolved Apache Kafka Clients: Privilege escalation to filesystem read-access via automatic ConfigProvider;
ref: https://github.com/fluid-ecosystem/example/security/dependabot/4
1 parent 0d4ba79 commit 599372f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

example-receive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.apache.kafka</groupId>
3939
<artifactId>kafka-clients</artifactId>
40-
<version>3.7.0</version>
40+
<version>3.7.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.github.spotbugs</groupId>

example-send/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.apache.kafka</groupId>
3939
<artifactId>kafka-clients</artifactId>
40-
<version>3.7.0</version>
40+
<version>3.7.1</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)