Skip to content

Commit

Permalink
[Issue #752] upgrade httpclient (#753)
Browse files Browse the repository at this point in the history
* upgrade httpclient

* commons-codec transitive dependency upgrade

close #752
  • Loading branch information
pjfanning authored Feb 8, 2022
1 parent 63db59b commit 53bd74f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions tools/third-party-dependencies/known-dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions tools/third-party-licenses/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 53bd74f

Please sign in to comment.