Skip to content

Commit 259ae63

Browse files
author
anders-wartoft
committed
1.1-1 Updated kafka-clients dependency due to security vulnerability in earlier versions.
1 parent 07b4a08 commit 259ae63

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README-v1.0.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ java -jar target/LogGenerator-with-dependencies.jar -i kafka -icn test2 -itn tes
1616
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.
1717

1818
### Latest Release notes
19-
#### 1.1-1
20-
1.1-1 Updated kafka-clients dependency due to security vulnerability in earlier versions of the Kafka-client library used.
21-
22-
CVE-2024-31141 Moderate severity.
2319
#### 1.06-SNAPSHOT
2420
- DropFilter added. Use a regular expression to specify events to drop
2521
- DateSubstitute now supports epoch format

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ 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-1
22+
1.1-1 Updated kafka-clients dependency due to security vulnerability in earlier versions of the Kafka-client library used.
23+
24+
CVE-2024-31141 Moderate severity.
25+
2126
#### 1.1-SNAPSHOT
2227
- Major refactoring of the configuration system.
2328
The main method now only accepts the following parameters:

0 commit comments

Comments
 (0)