Skip to content

Commit 9f9123f

Browse files
Merging up to main
2 parents 7bfc280 + c5678be commit 9f9123f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.trivyignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
33
# for more details
44
# e.g.
5-
# CVE-2022-3996
5+
6+
# https://thetradedesk.atlassian.net/browse/UID2-4460
7+
CVE-2024-47535
8+
9+
# https://thetradedesk.atlassian.net/browse/UID2-4461
10+
CVE-2024-7254

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.uid2</groupId>
88
<artifactId>uid2-core</artifactId>
9-
<version>2.20.8</version>
9+
<version>2.20.14</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -24,7 +24,7 @@
2424
<vertx.verticle>com.uid2.core.vertx.CoreVerticle</vertx.verticle>
2525
<launcher.class>io.vertx.core.Launcher</launcher.class>
2626

27-
<uid2-shared.version>7.21.1-alpha-157-SNAPSHOT</uid2-shared.version>
27+
<uid2-shared.version>7.21.7</uid2-shared.version>
2828
<image.version>${project.version}</image.version>
2929
</properties>
3030

0 commit comments

Comments
 (0)