File tree Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Expand file tree Collapse file tree 2 files changed +9
-14
lines changed Original file line number Diff line number Diff line change 2
2
# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
3
3
# for more details
4
4
# 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
Original file line number Diff line number Diff line change 58
58
59
59
<properties >
60
60
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
61
- <vertx .version>4.3.8 </vertx .version>
61
+ <vertx .version>4.5.3 </vertx .version>
62
62
<!-- check micrometer.version vertx-micrometer-metrics consumes before bumping up -->
63
- <micrometer .version>1.1.0 </micrometer .version>
63
+ <micrometer .version>1.12.2 </micrometer .version>
64
64
<image .version>${project.version} </image .version>
65
65
</properties >
66
66
<dependencyManagement >
191
191
<dependency >
192
192
<groupId >com.google.cloud</groupId >
193
193
<artifactId >google-cloud-logging</artifactId >
194
- <version >3.15.12</version >
195
- </dependency >
196
- <dependency >
197
- <groupId >com.google.protobuf</groupId >
198
- <artifactId >protobuf-java</artifactId >
199
- <version >3.25.5</version >
194
+ <version >3.20.6</version >
200
195
</dependency >
201
196
<dependency >
202
197
<groupId >com.azure</groupId >
203
198
<artifactId >azure-security-attestation</artifactId >
204
199
<version >1.1.29</version >
205
200
</dependency >
206
- <dependency >
207
- <groupId >io.netty</groupId >
208
- <artifactId >netty-codec-http2</artifactId >
209
- <version >4.1.100.Final</version >
210
- </dependency >
211
201
<dependency >
212
202
<groupId >com.azure</groupId >
213
203
<artifactId >azure-core-http-netty</artifactId >
You can’t perform that action at this time.
0 commit comments