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-ORGJSON-5962464
  • Loading branch information
snyk-bot committed Oct 15, 2023
1 parent e933369 commit ac17df6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20230618</version>
<version>20231013</version>
</dependency>
<!-- Package URL -->
<dependency>
Expand Down Expand Up @@ -507,8 +507,7 @@
<phase>prepare-package</phase>
<configuration>
<target>
<copy file="${project.build.directory}/bom.json"
tofile="${project.build.directory}/${project.artifactId}/.well-known/sbom"/>
<copy file="${project.build.directory}/bom.json" tofile="${project.build.directory}/${project.artifactId}/.well-known/sbom"/>
</target>
</configuration>
<goals>
Expand Down

0 comments on commit ac17df6

Please sign in to comment.