Skip to content

Commit

Permalink
NO-ISSUE: Bump xstream to version 1.4.21 (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer authored Nov 20, 2024
1 parent fd86124 commit 7bc2985
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/dev-deployment-kogito-quarkus-blank-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
<version.maven.jar.plugin>3.4.1</version.maven.jar.plugin>
<version.maven.clean.plugin>3.4.0</version.maven.clean.plugin>
<version.codehaus.flatten.plugin>1.6.0</version.codehaus.flatten.plugin>
<!-- Temporary declaring xstream dependency, a version (1.4.20) is transitively imported by Quarkus 3.8 affected by CVE
When upgrading Quarkus (> 3.15.x) to a new version, please evaluate if this exclusion can be removed -->
<version.com.thoughtworks.xstream>1.4.21</version.com.thoughtworks.xstream>

<!-- Config -->
<maven.compiler.parameters>true</maven.compiler.parameters>
Expand Down Expand Up @@ -88,6 +91,13 @@
<artifactId>jbpm-with-drools-quarkus</artifactId>
<version>${version.org.kie.kogito}</version>
</dependency>
<!-- Temporary declaring xstream dependency, a version (1.4.20) is transitively imported by Quarkus 3.8 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>${version.com.thoughtworks.xstream}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
2 changes: 1 addition & 1 deletion packages/stunner-editors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
<version.com.google.guava>32.1.3-jre</version.com.google.guava>
<version.org.gwtproject>2.10.0</version.org.gwtproject>
<version.com.google.jsinterop.base>1.0.0</version.com.google.jsinterop.base>
<version.com.thoughtworks.xstream>1.4.20</version.com.thoughtworks.xstream>
<version.com.thoughtworks.xstream>1.4.21</version.com.thoughtworks.xstream>
<version.enforce-managed-deps-rule>1.3</version.enforce-managed-deps-rule>
<version.enfore-victims-rule>1.3.4</version.enfore-victims-rule>
<version.illegal-transitive-dependency-check>1.7.4</version.illegal-transitive-dependency-check>
Expand Down

0 comments on commit 7bc2985

Please sign in to comment.