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-COMFASTERXMLJACKSONCORE-6056407
  • Loading branch information
snyk-bot committed Nov 14, 2023
1 parent 00a0002 commit 5fe4406
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_2.11</artifactId>
<version>3.5.0</version>
<version>3.6.8</version>
</dependency>
<dependency>
<groupId>org.scalatra</groupId>
Expand Down Expand Up @@ -291,7 +291,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-s3</artifactId>
<version>1.11.257</version>
<version>1.12.588</version>
</dependency>
<dependency>
<groupId>fi.vm.sade</groupId>
Expand Down Expand Up @@ -446,12 +446,10 @@
</filter>
</filters>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
<resource>reference.conf</resource>
</transformer>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<Main-Class>fi.vm.sade.omatsivut.OmatsivutServer</Main-Class>
</manifestEntries>
Expand Down Expand Up @@ -588,11 +586,11 @@
<executions>
<execution>
<id>scala-compile-first</id>
<phase />
<phase/>
</execution>
<execution>
<id>scala-test-compile</id>
<phase />
<phase/>
</execution>
</executions>
</plugin>
Expand All @@ -602,7 +600,7 @@
<version>2.4.3</version>
<executions>
<execution>
<phase />
<phase/>
</execution>
</executions>
</plugin>
Expand All @@ -612,7 +610,7 @@
<executions>
<execution>
<id>get-vts-var</id>
<phase />
<phase/>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 5fe4406

Please sign in to comment.