Skip to content

Commit

Permalink
Update dependencies to fix security vulnerability.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrozanec committed Nov 17, 2020
1 parent 864f9f0 commit 4cf373f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<groupId>org.apache.bval</groupId>
<artifactId>bval-jsr</artifactId>
<version>1.1.2</version>
<!--The Hibernate dependency is no longer used, due to security vulnerabilities -->
<!-- https://stackoverflow.com/questions/48323244/java-lang-nosuchmethoderror-javax-validation-bootstrapconfiguration-getclockproExecutionTimeQuartzIntegrationTest -->
<!-- https://stackoverflow.com/questions/24386771/javax-validation-validationexception-hv000183-unable-to-load-javax-el-express -->
<version>5.3.6.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4cf373f

Please sign in to comment.