Skip to content

Commit

Permalink
Pin async-http-client to 2.9.0 because AWS SDK has problems with nett…
Browse files Browse the repository at this point in the history
…y 4.1.36 which comes with 2.10.0 and greater

Use latest AWS SDK

Co-authored-by: Marco Geweke <[email protected]>
  • Loading branch information
MediaMarco and MediaMarco committed Jul 2, 2019
1 parent 0575e58 commit 5447a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ext {
spring_security_web : '5.1.5.RELEASE',
spring_security_oauth : '2.3.6.RELEASE',
spring_security_jwt : '1.0.10.RELEASE',
async_http_client : '2.10.1',
async_http_client : '2.9.0', //Use 2.9.0 because next update updates netty to 4.1.36 which is incompatible with AWS SDK as of 2019-06-02 (needs 4.1.33)
jcip_annotations : '1.0',
logback_classic : '1.2.3',
javax_servlet_api : '3.1.0',
Expand All @@ -23,7 +23,7 @@ ext {
edison_hal : '2.0.2',
validator_collection : '2.2.0',
slf4j : '1.7.26',
aws_sdk : '2.5.29',
aws_sdk : '2.6.4',
java_validation_api : '2.0.1.Final',
java_xml : '2.3.0'
]
Expand Down

0 comments on commit 5447a3e

Please sign in to comment.