Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEPROTOBUF-8055227
  • Loading branch information
snyk-bot committed Sep 20, 2024
1 parent 489b68b commit f884a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.aserto</groupId>
<artifactId>java-directory</artifactId>
<version>0.31.2</version>
<version>0.31.3</version>
</dependency>

<!-- Used for unit testing -->
Expand Down Expand Up @@ -103,7 +103,7 @@
<id>integration</id>
<properties>
<!-- override exclude-tests property to remove IntegrationTest from it-->
<exclude-tests></exclude-tests>
<exclude-tests/>
</properties>
</profile>

Expand Down

0 comments on commit f884a55

Please sign in to comment.