Skip to content

Commit c7c6225

Browse files
committed
Upgrade Apache Http client version
1 parent 944c2f5 commit c7c6225

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"category": "AWS SDK for Java v2",
3+
"contributor": "",
4+
"type": "feature",
5+
"description": "Upgrade `org.apache.httpcomponents:httpclient` version to `4.5.13`"
6+
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
<aspectj.version>1.8.2</aspectj.version>
153153

154154
<jre.version>1.8</jre.version>
155-
<httpcomponents.httpclient.version>4.5.9</httpcomponents.httpclient.version>
155+
<httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
156156
<httpcomponents.httpcore.version>4.4.11</httpcomponents.httpcore.version>
157157

158158
<!-- These properties are used by cucumber tests related code -->

0 commit comments

Comments
 (0)