Skip to content

Commit

Permalink
Update httpclient and httpcore
Browse files Browse the repository at this point in the history
Saw the following error in some logs:

    Sep 10, 2020 3:19:25 PM com.amazonaws.http.apache.utils.ApacheUtils noSuchMethodThrownByNormalizeUriInvoker
    WARNING: NoSuchMethodException was thrown when disabling normalizeUri. This indicates you are using an old version (< 4.5.8) of Apache http client. It is recommended to use http client version >= 4.5.9 to avoid the breaking change introduced in apache client 4.5.7 and the latency in exception handling. See aws/aws-sdk-java#1919 for more information
  • Loading branch information
mfussenegger authored and mergify[bot] committed Sep 14, 2020
1 parent 9aae2a0 commit 27f4df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jna=4.2.2
randomizedrunner=2.7.7
junit5=5.6.0
junit=4.12
httpclient=4.5.2
httpcore=4.4.5
httpclient=4.5.12
httpcore=4.4.12
commonslogging=1.1.3
commonscodec=1.10
hamcrest=2.1
Expand Down

0 comments on commit 27f4df7

Please sign in to comment.