Skip to content

Commit

Permalink
fix: rabbit-core/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 7, 2024
1 parent 4aa4253 commit f9949de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rabbit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<apache-poi-version>5.2.4</apache-poi-version>
<apache-poi-version>5.2.5</apache-poi-version>
<bigquery.scope>system</bigquery.scope>
</properties>

Expand Down Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.11.3</version>
<version>1.11.4</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit f9949de

Please sign in to comment.