Skip to content

Commit

Permalink
chore(deps): Bump httpclient from 4.5.10 to 4.5.13 #725
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi authored and manusa committed Jun 29, 2021
1 parent 61f16fb commit 57018d3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Usage:
./scripts/extract-changelog-for-version.sh 1.3.37 5
```
### 1.4.0-SNAPSHOT
* Fix #725: Upgrade HttpClient from 4.5.10 to 4.5.13
* Fix #704: NPE when using Service fragment with no port specified
* Fix #705: JIB assembly works on Windows
* Fix #714: feat: Helm support for Golang expressions
Expand Down
13 changes: 12 additions & 1 deletion jkube-kit/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
<version.commons-text>1.9</version.commons-text>
<version.gson>2.8.6</version.gson>
<version.guava>30.1.1-jre</version.guava>
<version.httpclient>4.5.10</version.httpclient>
<version.httpcore>4.4.13</version.httpcore>
<version.httpclient>4.5.13</version.httpclient>
<version.ianaservicehelper>0.0.1</version.ianaservicehelper>
<version.jansi>1.16</version.jansi>
<version.javassist>3.20.0-GA</version.javassist>
Expand Down Expand Up @@ -383,6 +384,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand All @@ -408,6 +413,12 @@
<version>${version.snakeyaml}</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>${version.httpcore}</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand Down

0 comments on commit 57018d3

Please sign in to comment.