Skip to content

Commit aecd7ec

Browse files
authored
Merge pull request #284 from SolaceProducts/boliao/DATAGO-110864-vulnerability-fix
DATAGO-110864: vulnerability fix
2 parents 027bb47 + e213c89 commit aecd7ec

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

service/application/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@
3131
</repositories>
3232
<dependencyManagement>
3333
<dependencies>
34+
<!-- Netty BOM for security fixes CVE-2025-55163, CVE-2025-58056, CVE-2025-58057 -->
3435
<dependency>
3536
<groupId>io.netty</groupId>
3637
<artifactId>netty-bom</artifactId>
37-
<version>4.1.124.Final</version>
38+
<version>4.1.125.Final</version>
3839
<type>pom</type>
3940
<scope>import</scope>
4041
</dependency>

service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646

4747
<dependencyManagement>
4848
<dependencies>
49-
<!-- Netty BOM for security fix CVE-2025-55163 -->
49+
<!-- Netty BOM for security fixes CVE-2025-55163, CVE-2025-58056, CVE-2025-58057 -->
5050
<dependency>
5151
<groupId>io.netty</groupId>
5252
<artifactId>netty-bom</artifactId>
53-
<version>4.1.124.Final</version>
53+
<version>4.1.125.Final</version>
5454
<type>pom</type>
5555
<scope>import</scope>
5656
</dependency>

0 commit comments

Comments
 (0)