Skip to content

Commit 54efb2e

Browse files
Merge pull request #348 from IABTechLab/cbc-UID2-4461-upgrade-vertx-version
Upgrading vertx to 4.5.11
2 parents 10b0054 + b0ed068 commit 54efb2e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.trivyignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@
55

66
# https://thetradedesk.atlassian.net/browse/UID2-4460
77
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
@@ -5,7 +5,7 @@
55

66
<groupId>com.uid2</groupId>
77
<artifactId>uid2-shared</artifactId>
8-
<version>8.0.0</version>
8+
<version>8.0.1-alpha-167-SNAPSHOT</version>
99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>Library for all the shared uid2 operations</description>
1111
<url>https://github.com/IABTechLab/uid2docs</url>
@@ -58,7 +58,7 @@
5858

5959
<properties>
6060
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
61-
<vertx.version>4.5.3</vertx.version>
61+
<vertx.version>4.5.11</vertx.version>
6262
<!-- check micrometer.version vertx-micrometer-metrics consumes before bumping up -->
6363
<micrometer.version>1.12.2</micrometer.version>
6464
<image.version>${project.version}</image.version>

0 commit comments

Comments
 (0)