Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer committed Nov 19, 2024
1 parent a781b19 commit 5b13828
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kogito-build/kogito-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
<version.com.google.collections>1.0</version.com.google.collections>
<version.com.google.guava>33.0.0-jre</version.com.google.guava>
<version.apache.commons.commons-compress>1.26.1</version.apache.commons.commons-compress>
<version.com.thoughtworks.xstream>1.4.21</version.com.thoughtworks.xstream>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -451,13 +452,13 @@
<version>${version.jakarta.persistence-api}</version>
</dependency>


<!-- Temporary excluding xstream, current Quarkus version is importing a version (1.4.20) affected by CVE
When upgrading Quarkus (> 3.15.x) to a new version, please evaluate if this exclusion can be removed -->
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.21</version>
<scope>test</scope>
<version>${version.com.thoughtworks.xstream}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 5b13828

Please sign in to comment.