Skip to content

Commit

Permalink
Exclude org.hibernate.validator:hibernate-validator:6.2.0.Final to fi…
Browse files Browse the repository at this point in the history
…x CVEs

As per maven repository version 6.2.0.Final is vulnerable(https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator/6.2.0.Final)
  • Loading branch information
imsayari404 authored and tdcmeehan committed Dec 5, 2024
1 parent 0610c4b commit 4c44dcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions presto-benchto-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</exclusion>
<exclusion>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 4c44dcf

Please sign in to comment.