Skip to content

Commit 8740459

Browse files
authored
DEVEX-2494 [security] [dx-toolkit] Upgrade httpclient dependency (#1434)
1 parent 65f6aca commit 8740459

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Categories for each release: Added, Changed, Deprecated, Removed, Fixed, Securit
88

99
### Security
1010

11-
* Updated dependencies in Java wrapper: commons-io 2.18.0
11+
* Updated dependencies in Java wrapper
12+
* commons-io 2.18.0
13+
* httpclient 4.5.14
1214

1315
## [389.0] - beta
1416

src/java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.apache.httpcomponents</groupId>
5757
<artifactId>httpclient</artifactId>
58-
<version>4.5.3</version>
58+
<version>4.5.14</version>
5959
<scope>compile</scope>
6060
</dependency>
6161

0 commit comments

Comments
 (0)