Skip to content

Commit

Permalink
Merge pull request #87 from telicent-oss/minor/fix_cve_errors
Browse files Browse the repository at this point in the history
[Minor] Fix CVE-2024-7254
  • Loading branch information
rvesse authored Jan 6, 2025
2 parents 99d0f83 + c84abfc commit d3fd3d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<dependency.jjwt>0.12.6</dependency.jjwt>
<dependency.jwt-auth>0.17.5</dependency.jwt-auth>
<dependency.kafka>3.9.0</dependency.kafka>
<dependency.logback>1.5.12</dependency.logback>
<dependency.logback>1.5.13</dependency.logback>
<dependency.lombok>1.18.36</dependency.lombok>
<dependency.mockito>5.14.2</dependency.mockito>
<dependency.opentelemetry.agent>1.33.6</dependency.opentelemetry.agent>
Expand Down Expand Up @@ -221,6 +221,12 @@
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>${dependency.testcontainers}</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit d3fd3d3

Please # to comment.