diff --git a/build.gradle b/build.gradle index 9bdf9d3855..30cefdd11a 100644 --- a/build.gradle +++ b/build.gradle @@ -427,7 +427,7 @@ subprojects { dependency "com.fasterxml.jackson.core:jackson-core:2.11.0" dependency "com.fasterxml.jackson.core:jackson-annotations:2.11.0" - dependency "org.apache.httpcomponents:httpclient:4.5.2" + dependency "org.apache.httpcomponents:httpclient:4.5.13" dependency "io.netty:netty-all:4.1.73.Final" diff --git a/tools/third-party-dependencies/known-dependencies.txt b/tools/third-party-dependencies/known-dependencies.txt index ab1e4ec8cc..f8dd1c1ec4 100644 --- a/tools/third-party-dependencies/known-dependencies.txt +++ b/tools/third-party-dependencies/known-dependencies.txt @@ -5,7 +5,7 @@ cloudevents-core-2.2.0.jar cloudevents-json-jackson-2.2.0.jar commons-beanutils-1.9.2.jar commons-cli-1.2.jar -commons-codec-1.9.jar +commons-codec-1.11.jar commons-collections-3.2.2.jar commons-collections4-4.1.jar commons-digester-1.8.1.jar @@ -20,8 +20,8 @@ failureaccess-1.0.1.jar fastjson-1.2.69.jar guava-29.0-jre.jar hamcrest-core-1.3.jar -httpclient-4.5.2.jar -httpcore-4.4.4.jar +httpclient-4.5.13.jar +httpcore-4.4.13.jar j2objc-annotations-1.3.jar jackson-annotations-2.11.0.jar jackson-core-2.11.0.jar diff --git a/tools/third-party-licenses/LICENSE b/tools/third-party-licenses/LICENSE index f7c4509f7e..bf12daf67f 100644 --- a/tools/third-party-licenses/LICENSE +++ b/tools/third-party-licenses/LICENSE @@ -221,7 +221,7 @@ cloudevents-core 2.2.0: https://github.com/cloudevents/sdk-java, Apache 2.0 cloudevents-json-jackson 2.2.0: https://github.com/cloudevents/sdk-java, Apache 2.0 commons-beanutils 1.9.2: https://github.com/apache/commons-beanutils, Apache 2.0 commons-cli 1.2: https://github.com/apache/commons-cli, Apache 2.0 -commons-codec 1.9: https://github.com/apache/commons-codec, Apache 2.0 +commons-codec 1.11: https://github.com/apache/commons-codec, Apache 2.0 commons-collections 3.2.2: https://github.com/apache/commons-collections, Apache 2.0 commons-collections4 4.1: https://github.com/apache/commons-collections, Apache 2.0 commons-digester 1.8.1: https://github.com/apache/commons-digester, Apache 2.0 @@ -236,8 +236,8 @@ failureaccess 1.0.1: https://github.com/google/guava, Apache 2.0 listenablefuture 9999.0-empty-to-avoid-conflict-with-guava: https://github.com/google/guava, Apache 2.0 fastjson 1.2.69: https://github.com/alibaba/fastjson, Apache 2.0 guava 29.0-jre: https://github.com/google/guava, Apache 2.0 -httpclient 4.5.2: https://github.com/apache/httpcomponents-client, Apache 2.0 -httpcore 4.4.4: https://github.com/apache/httpcomponents-core, Apache 2.0 +httpclient 4.5.13: https://github.com/apache/httpcomponents-client, Apache 2.0 +httpcore 4.4.13: https://github.com/apache/httpcomponents-core, Apache 2.0 j2objc-annotations 1.3: https://github.com/google/j2objc, Apache 2.0 jackson-annotations 2.11.0: https://github.com/FasterXML/jackson-annotations, Apache 2.0 jackson-core 2.11.0:https://github.com/FasterXML/jackson-core, Apache 2.0