Skip to content

Commit 2c03cfb

Browse files
author
anders-wartoft
committed
Update for CVE-2026-35554: Apache Kafka Clients: Kafka Producer Message Corruption and Misrouting via Buffer Pool Race Condition
1 parent d2786de commit 2c03cfb

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ When running the last command, press Ctrl-C to see the gaps in the received data
2121

2222
## Latest Release Notes
2323

24+
### 1.1-7 Fix for CVE-2026-35554
25+
26+
Update for CVE-2026-35554: Apache Kafka Clients: Kafka Producer Message Corruption and Misrouting via Buffer Pool Race Condition
27+
2428
### 1.1-6
2529

2630
Added support for RELP (rsyslog Reliable Event Logging Protocol) input and ouput.

dependency-reduced-pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>nu.sitia.LogGenerator</groupId>
55
<artifactId>LogGenerator</artifactId>
66
<name>LogGenerator</name>
7-
<version>1.1-6</version>
7+
<version>1.1-7</version>
88
<url>http://maven.apache.org</url>
99
<build>
1010
<plugins>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>nu.sitia.LogGenerator</groupId>
66
<artifactId>LogGenerator</artifactId>
7-
<version>1.1-6</version>
7+
<version>1.1-7</version>
88
<packaging>jar</packaging>
99

1010
<name>LogGenerator</name>

0 commit comments

Comments
 (0)