This is an automated email from the ASF dual-hosted git repository.
mariofusco 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 f052aef7e9 [incubator-kie-issues#1737] [CVE] [Medium] CVE-2023-0833
okhttp-3.12.12.jar (Part 1) (#6230)
f052aef7e9 is described below
commit f052aef7e92c4244e135a0405fcba335aef1b673
Author: Deepak Joseph <[email protected]>
AuthorDate: Mon Jan 27 13:55:29 2025 +0530
[incubator-kie-issues#1737] [CVE] [Medium] CVE-2023-0833 okhttp-3.12.12.jar
(Part 1) (#6230)
* CVE fix
* Fix
---
build-parent/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/build-parent/pom.xml b/build-parent/pom.xml
index 1037e77485..c59c7e400e 100644
--- a/build-parent/pom.xml
+++ b/build-parent/pom.xml
@@ -126,6 +126,7 @@
<!-- simple-jndi is a small library that helps us avoid JNDI error
messages during testing -->
<version.simple-jndi>0.11.4.1</version.simple-jndi>
<version.xerces>2.12.0.SP04</version.xerces>
+ <version.com.squareup.okhttp3>4.9.2</version.com.squareup.okhttp3>
<!-- External dependency versions bom -->
<!--
################################################################################
-->
@@ -337,6 +338,12 @@
<version>${version.com.h2database}</version>
</dependency>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
+ <version>${version.com.squareup.okhttp3}</version>
+ </dependency>
+
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]