Skip to content

Commit

Permalink
AAE-22375 XmlUnit upgrade to mitigate security issue (#4686)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciech-piotrowiak committed Jun 14, 2024
1 parent d6ea3f7 commit af434a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,14 @@
</properties>
<dependencyManagement>
<dependencies>
<!-- Temporary Security fix -->
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.10.0</version>
<scope>test</scope>
</dependency>
<!-- Temporary Security fix -->
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-dependency-check</artifactId>
Expand Down

0 comments on commit af434a0

Please sign in to comment.