Skip to content

Commit

Permalink
fix: deployments/orion-agent-deployment/pom.xml to reduce vulnerabili…
Browse files Browse the repository at this point in the history
…ties

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539865
- https://snyk.io/vuln/SNYK-JAVA-CHQOSLOGBACK-8539866
  • Loading branch information
snyk-bot committed Dec 22, 2024
1 parent d673b4a commit 28a2990
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deployments/orion-agent-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.5.14</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -65,8 +65,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 28a2990

Please sign in to comment.