Skip to content

Commit e446cf0

Browse files
author
anders-wartoft
committed
Changed kafka-clients dependency version from 3.7.1 to 3.9.1 due to CVE-2025-27817
1 parent 1b06184 commit e446cf0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ java -jar target/LogGenerator{version}.jar -i kafka -ci test3 -t OUTPUT -b 192.1
1818
When running the last command, press Ctrl-C to see the gaps in the received data. Since we started the counter on 100, there should at least be one gap: 1-99.
1919

2020
### Latest Release Notes
21+
#### 1.1-4
22+
Changed kafka-clients dependency version from 3.7.1 to 3.9.1 due to CVE-2025-27817
23+
2124
#### 1.1-3
2225
Added a parameter {all} to regex filter, so a regex filter can wrap the log in a new string. Also, fixed a bug that hindered the regex filter to escape quotes (changing " to \").
2326
Minor documentation updates.

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-3</version>
7+
<version>1.1-4</version>
88
<url>http://maven.apache.org</url>
99
<build>
1010
<plugins>

pom.xml

Lines changed: 2 additions & 2 deletions
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-3</version>
7+
<version>1.1-4</version>
88
<packaging>jar</packaging>
99

1010
<name>LogGenerator</name>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.apache.kafka</groupId>
3434
<artifactId>kafka-clients</artifactId>
35-
<version>3.7.1</version>
35+
<version>3.9.1</version>
3636
</dependency>
3737
<!-- Kafka needs slf4j for logging -->
3838
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->

0 commit comments

Comments
 (0)