Skip to content

Commit

Permalink
Merge branch 'master' into APPPOCTOOL-28
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksiiKuzminov authored Sep 11, 2024
2 parents e95df70 + f0e8770 commit 9f96c30
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions folio-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,17 @@
<version>${keycloak-admin-client.version}</version>
</dependency>

<!-- Fix vulnerability in org.apache.james:apache-mime4j-core
https://www.cve.org/CVERecord?id=CVE-2024-21742
Remove this dependency when keycloak-admin-client ships with
resteasy-multipart-provider >= 6.2.10.Final
-->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-multipart-provider</artifactId>
<version>6.2.10.Final</version>
</dependency>

<!-- Test dependencies -->

<dependency>
Expand Down

0 comments on commit 9f96c30

Please sign in to comment.