Skip to content

Commit 13518b1

Browse files
CVE-2024-56128 CVE-2025-27818 CVE-2025-27819 Apache Kafka Deserialization of Untrusted Data vulnerability, Incorrectly Implements Authentication Algorithm (#139)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: maximthomas <[email protected]>
1 parent c9a3802 commit 13518b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

openig-core/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,12 @@
147147
<dependency>
148148
<groupId>org.apache.kafka</groupId>
149149
<artifactId>kafka_2.13</artifactId>
150-
<version>2.8.2</version>
150+
<version>3.9.1</version>
151151
</dependency>
152+
<dependency>
153+
<groupId>org.apache.zookeeper</groupId>
154+
<artifactId>zookeeper</artifactId>
155+
</dependency>
152156
<dependency>
153157
<groupId>org.openidentityplatform.commons</groupId>
154158
<artifactId>json-resource-http</artifactId>

0 commit comments

Comments
 (0)