Skip to content

Commit

Permalink
Pin httpclient to v4.5.13 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Jun 6, 2021
1 parent 2d48553 commit 924ab1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- Lyo Validation returns more messages in the reports. _Make sure your code logic scans all messages the report if you are looking for a specific error._
- Update Eclipse Paho from 1.2.1 to 1.2.5 due to a potential security vulnerability.
- Force libthrift from 0.13.0 to 0.14.1 due to a [vulnerability](https://snyk.io/vuln/SNYK-JAVA-ORGAPACHETHRIFT-1074898).
- Force httpclient to 4.5.13 due to a [vulnerability](https://github.com/eclipse/lyo/pull/103).

### Deprecated

Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,12 @@
<artifactId>libthrift</artifactId>
<version>0.14.1</version>
</dependency>
<!-- https://github.com/eclipse/lyo/pull/103 -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.13</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 924ab1b

Please sign in to comment.