diff --git a/.trivyignore b/.trivyignore
index 0a8aa9a..7902316 100644
--- a/.trivyignore
+++ b/.trivyignore
@@ -1,3 +1,7 @@
# List any vulnerability that are to be accepted
# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
# for more details
+
+# UID2-6837
+# plexus-utils directory traversal - comes from Maven installation in base image (maven:3.9.11-eclipse-temurin-21), not from our code dependencies. Not exploitable at runtime.
+CVE-2025-67030 exp:2026-10-01
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 608b9eb..a309e19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,8 @@
21
21
4.5.21
- 11.4.0
+ 11.4.16
+ 4.1.132.Final
@@ -36,6 +37,13 @@
+
+ io.netty
+ netty-bom
+ ${netty.version}
+ pom
+ import
+
org.junit
junit-bom