Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@
# UID2-6097
CVE-2025-59375 exp:2025-12-15

# UID2-6128
CVE-2025-55163 exp:2025-10-30
# UID2-6340
CVE-2025-64720 exp:2026-06-05

# UID2-6340
CVE-2025-65018 exp:2026-06-05

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<vertx.verticle>com.uid2.core.vertx.CoreVerticle</vertx.verticle>
<launcher.class>io.vertx.core.Launcher</launcher.class>

<uid2-shared.version>11.1.13</uid2-shared.version>
<uid2-shared.version>11.1.91</uid2-shared.version>
<image.version>${project.version}</image.version>
</properties>

Expand Down
Loading