Skip to content

Commit a66733f

Browse files
authored
[NO_ISSUE] Fix netty-related CVE. Unify versions (#3852)
1 parent 372ecbd commit a66733f

File tree

1 file changed

+13
-0
lines changed
  • kogito-build/kogito-dependencies-bom

1 file changed

+13
-0
lines changed

kogito-build/kogito-dependencies-bom/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
<version.jakarta.validation-api>3.0.2</version.jakarta.validation-api>
7474
<version.jakarta.xml.bind-api>4.0.1</version.jakarta.xml.bind-api>
7575

76+
<version.io.netty>4.1.118.Final</version.io.netty>
77+
7678
<version.io.cloudevents>2.3.0</version.io.cloudevents>
7779
<!--
7880
We add Fabric8 here to use as a basis for Addons/Kubernetes
@@ -422,6 +424,17 @@
422424
<version>${version.io.smallrye.reactive.mutiny-vertx-web-client}</version>
423425
</dependency>
424426

427+
<dependency>
428+
<groupId>io.netty</groupId>
429+
<artifactId>netty-handler</artifactId>
430+
<version>${version.io.netty}</version>
431+
</dependency>
432+
<dependency>
433+
<groupId>io.netty</groupId>
434+
<artifactId>netty-common</artifactId>
435+
<version>${version.io.netty}</version>
436+
</dependency>
437+
425438
<!-- metrics - monitoring -->
426439
<dependency>
427440
<groupId>io.micrometer</groupId>

0 commit comments

Comments
 (0)