Skip to content

Commit

Permalink
Merge pull request PSMRI#103 from PSMRI/java-version
Browse files Browse the repository at this point in the history
added dependency check and corrected vulnerabilities
  • Loading branch information
drtechie authored Sep 6, 2024
2 parents a61afee + 9dd6f83 commit 930ad24
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,14 +277,23 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.6</version>
<version>6.1.12</version>
</dependency>
</dependencies>


<build>
<finalName>hwc-facility-service-v3.0.0</finalName>
<plugins>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.3</version>
<configuration>
<format>HTML</format>
<nvdApiServerId>nvd</nvdApiServerId>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 930ad24

Please sign in to comment.