Skip to content

Commit

Permalink
fix: deployments/orion-server-deployment/pom.xml to reduce vulnerabil…
Browse files Browse the repository at this point in the history
…ities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGAPACHECOMMONS-6254296
  • Loading branch information
snyk-bot committed Feb 21, 2024
1 parent b8cd232 commit 91dff38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deployments/orion-server-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.20</version>
<version>1.26.0</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -64,8 +64,7 @@
<phase>package</phase>
<configuration>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
</transformers>
</configuration>
</execution>
Expand Down

0 comments on commit 91dff38

Please sign in to comment.