File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
src/main/java/com/uid2/operator Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 55
66# https://thetradedesk.atlassian.net/browse/UID2-4460
77CVE-2024-47535
8-
9- # https://thetradedesk.atlassian.net/browse/UID2-4461
10- CVE-2024-7254
Original file line number Diff line number Diff line change 66
77 <groupId >com.uid2</groupId >
88 <artifactId >uid2-operator</artifactId >
9- <version >5.42.6 </version >
9+ <version >5.42.7-alpha-139-SNAPSHOT </version >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13- <vertx .version>4.5.3 </vertx .version>
13+ <vertx .version>4.5.11 </vertx .version>
1414 <vertx-maven-plugin .version>1.0.22</vertx-maven-plugin .version>
1515 <junit-jupiter .version>5.11.2</junit-jupiter .version>
1616 <junit-vintage .version>5.11.2</junit-vintage .version>
2222 <enclave-aws .version>2.1.0</enclave-aws .version>
2323 <enclave-azure .version>2.1.0</enclave-azure .version>
2424 <enclave-gcp .version>2.1.0</enclave-gcp .version>
25- <uid2-shared .version>7.20.4 </uid2-shared .version>
25+ <uid2-shared .version>8.0.6 </uid2-shared .version>
2626 <image .version>${project.version} </image .version>
2727 <maven .compiler.source>21</maven .compiler.source>
2828 <maven .compiler.target>21</maven .compiler.target>
Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ private static Vertx createVertx() {
414414 }
415415
416416 private static void setupMetrics (MicrometerMetricsOptions metricOptions ) {
417- BackendRegistries .setupBackend (metricOptions );
417+ BackendRegistries .setupBackend (metricOptions , null );
418418
419419 MeterRegistry backendRegistry = BackendRegistries .getDefaultNow ();
420420 if (backendRegistry instanceof PrometheusMeterRegistry ) {
You can’t perform that action at this time.
0 commit comments