Skip to content

Commit

Permalink
Merge pull request #179 from IABTechLab/cbc-UID2-4461-upgrade-vertx-v…
Browse files Browse the repository at this point in the history
…ersion

Upgrading vertx version
  • Loading branch information
cody-constine-ttd authored Nov 25, 2024
2 parents 90183b3 + 84437f1 commit 6a80d18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@

# https://thetradedesk.atlassian.net/browse/UID2-4460
CVE-2024-47535

# https://thetradedesk.atlassian.net/browse/UID2-4461
CVE-2024-7254
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>

<vertx.version>4.5.3</vertx.version>
<vertx.version>4.5.11</vertx.version>
<vertx-maven-plugin.version>1.0.22</vertx-maven-plugin.version>
<micrometer.version>1.12.2</micrometer.version>
<junit-jupiter.version>5.10.3</junit-jupiter.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/uid2/core/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public static void main(String[] args) {
}

private static void setupMetrics(MicrometerMetricsOptions metricOptions) {
BackendRegistries.setupBackend(metricOptions);
BackendRegistries.setupBackend(metricOptions, null);

// As of now default backend registry should have been created
if (BackendRegistries.getDefaultNow() instanceof PrometheusMeterRegistry) {
Expand Down

0 comments on commit 6a80d18

Please sign in to comment.