This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 1396209b9d fix cves (#6544)
1396209b9d is described below
commit 1396209b9d9d3d7fd77d54f94ed9dd9aa8baa75b
Author: Deepak Joseph <[email protected]>
AuthorDate: Thu Dec 18 17:03:44 2025 +0530
fix cves (#6544)
---
build-parent/pom.xml | 42 ++++++++++++++++++++++++------------------
1 file changed, 24 insertions(+), 18 deletions(-)
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 1359cb232c..64dd01bd4e 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -35,7 +35,7 @@
<properties>
<maven.compiler.release>17</maven.compiler.release>
-
+
<surefire.forkCount>1</surefire.forkCount>
<alphanetworkCompilerEnabled>false</alphanetworkCompilerEnabled>
@@ -223,6 +223,7 @@
<version.archunit.junit5>1.4.0</version.archunit.junit5>
<version.io.vertx>4.5.22</version.io.vertx>
+ <version.org.lz4.java>1.8.1</version.org.lz4.java>
</properties>
<dependencyManagement>
@@ -233,6 +234,11 @@
<artifactId>vertx-web</artifactId>
<version>${version.io.vertx}</version>
</dependency>
+ <dependency>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ <version>${version.org.lz4.java}</version>
+ </dependency>
<!-- Version overrides to fix vulnerabilities - end -->
<!-- Keep in sync with groupId org.slf4j -->
@@ -967,10 +973,10 @@
</dependency>
<dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-junit-jupiter</artifactId>
- <version>${version.org.mockito}</version>
- </dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-junit-jupiter</artifactId>
+ <version>${version.org.mockito}</version>
+ </dependency>
<dependency>
<groupId>org.mvel</groupId>
@@ -1564,9 +1570,9 @@
<configuration>
<checkstyleRules>
<module name="Checker">
- <module name="BeforeExecutionExclusionFileFilter">
- <property name="fileNamePattern" value="${drools.exclude.checkstyle}"/>
- </module>
+ <module name="BeforeExecutionExclusionFileFilter">
+ <property name="fileNamePattern"
value="${drools.exclude.checkstyle}"/>
+ </module>
<!-- Checks for whitespace. -->
<module name="FileTabCharacter">
<property name="severity" value="error"/>
@@ -1990,16 +1996,16 @@
<version>${version.com.github.eirslett}</version>
</plugin>
<plugin>
- <groupId>com.societegenerale.commons</groupId>
- <artifactId>arch-unit-maven-plugin</artifactId>
- <version>${version.archunit.maven.plugin}</version>
- <executions>
- <execution>
- <goals>
- <goal>arch-test</goal>
- </goals>
- </execution>
- </executions>
+ <groupId>com.societegenerale.commons</groupId>
+ <artifactId>arch-unit-maven-plugin</artifactId>
+ <version>${version.archunit.maven.plugin}</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>arch-test</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<plugin>
<groupId>io.github.download-maven-plugin</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]