Skip to content

Commit

Permalink
[incubator-kie-issues#1737] [CVE] [Medium] CVE-2023-0833 okhttp-3.12.…
Browse files Browse the repository at this point in the history
…12.jar (Part 1) (#6230)

* CVE fix

* Fix
  • Loading branch information
josedee authored Jan 27, 2025
1 parent ffc421a commit f052aef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
<!-- ################################################################################ -->
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit f052aef

Please sign in to comment.