Skip to content

Commit

Permalink
Merge pull request #337 from IABTechLab/tjm-UID2-4460-ignore-cve-2024…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Nara authored Nov 15, 2024
2 parents cd3f23d + 0612d5f commit d122475
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
7 changes: 6 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
# See https://aquasecurity.github.io/trivy/v0.35/docs/vulnerability/examples/filter/
# for more details
# e.g.
# CVE-2022-3996

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

# https://thetradedesk.atlassian.net/browse/UID2-4461
CVE-2024-7254
16 changes: 3 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<vertx.version>4.3.8</vertx.version>
<vertx.version>4.5.3</vertx.version>
<!-- check micrometer.version vertx-micrometer-metrics consumes before bumping up -->
<micrometer.version>1.1.0</micrometer.version>
<micrometer.version>1.12.2</micrometer.version>
<image.version>${project.version}</image.version>
</properties>
<dependencyManagement>
Expand Down Expand Up @@ -191,23 +191,13 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.15.12</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
<version>3.20.6</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-attestation</artifactId>
<version>1.1.29</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>4.1.100.Final</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-http-netty</artifactId>
Expand Down

0 comments on commit d122475

Please sign in to comment.