diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a4554..83c2a2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security * Update transitive dependency on org.apache.httpcomponents.core5:httpcore5 5.2.1 to 5.4.3 to address CVE. +* Update transitive dependency on org.apache.httpcomponents.core5:httpcore5-h2 5.2.1 to 5.4.3 to address CVE. ## [4.0.2] diff --git a/pom.xml b/pom.xml index d525318..877dd54 100644 --- a/pom.xml +++ b/pom.xml @@ -95,6 +95,10 @@ org.apache.httpcomponents.core5 httpcore5 + + org.apache.httpcomponents.core5 + httpcore5-h2 + @@ -102,6 +106,11 @@ httpcore5 5.4.3 + + org.apache.httpcomponents.core5 + httpcore5-h2 + 5.4.3 + org.junit.jupiter