Skip to content

Commit

Permalink
Merge pull request #92 from Onlineberatung/VIC-1888-fix-critical-cves
Browse files Browse the repository at this point in the history
chore: fix critical cves
  • Loading branch information
adnanalicic authored Nov 16, 2022
2 parents aa8a6ac + 1339a16 commit 23eed8d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>2.10.6</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Swagger/OpenApi dependencies -->
Expand Down

0 comments on commit 23eed8d

Please sign in to comment.