Skip to content

Commit

Permalink
Merge pull request #25 from kiegroup/RHPAM-4700
Browse files Browse the repository at this point in the history
[8.13.x][RHPAM-4700][CVE-2022-1471] snakeyaml from 1.32 to 2.0
  • Loading branch information
mareknovotny authored Nov 24, 2023
2 parents 8165b3f + f06b7d5 commit 6303844
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/optaplanner-build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<version.org.springframework.boot>2.6.6</version.org.springframework.boot>
<version.org.assertj>3.22.0</version.org.assertj>
<version.com.github.javaparser>3.23.1</version.com.github.javaparser> <!-- Keep align with Drools 7 -->

<!-- ************************************************************************ -->
<!-- Plugins -->
<!-- ************************************************************************ -->
Expand All @@ -53,6 +53,8 @@
<!-- Versions plugin should stay on version 2.5
until https://github.com/mojohaus/versions-maven-plugin/issues/312 is fixed -->
<version.versions.plugin>2.5</version.versions.plugin>
<!-- we need to explicitly declare this version to have properly aligned version from redhat build -->
<version.org.yaml.snakeyaml>1.33</version.org.yaml.snakeyaml>
<!-- This property needs to be defined in all modules that use the packaging 'jar'.
It is used by different plugins to make sure the module/bundle names are consistent. -->
<java.module.name/>
Expand Down

0 comments on commit 6303844

Please sign in to comment.