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-ORGECLIPSEJETTY-8186158
  • Loading branch information
snyk-io[bot] authored Feb 5, 2025
1 parent 0cb6a91 commit a84cc31
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</organization>
<properties>
<valinta-tulos-service.version>7.0.1-SNAPSHOT</valinta-tulos-service.version>
<jetty.version>9.4.15.v20190215</jetty.version>
<jetty.version>9.4.57.v20241219</jetty.version>
<postgresql.version>42.2.5</postgresql.version>
<scalatra.version>2.6.3</scalatra.version>
<flyway-core.version>3.2.1</flyway-core.version>
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 a84cc31

Please sign in to comment.