Skip to content

Commit 84437f1

Browse files
Upgrading vertx version
1 parent 6b4b6ab commit 84437f1

File tree

3 files changed

+2
-5
lines changed

3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
1717
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
1818

19-
<vertx.version>4.5.3</vertx.version>
19+
<vertx.version>4.5.11</vertx.version>
2020
<vertx-maven-plugin.version>1.0.22</vertx-maven-plugin.version>
2121
<micrometer.version>1.12.2</micrometer.version>
2222
<junit-jupiter.version>5.10.3</junit-jupiter.version>

src/main/java/com/uid2/core/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public static void main(String[] args) {
171171
}
172172

173173
private static void setupMetrics(MicrometerMetricsOptions metricOptions) {
174-
BackendRegistries.setupBackend(metricOptions);
174+
BackendRegistries.setupBackend(metricOptions, null);
175175

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

0 commit comments

Comments
 (0)