Skip to content

Commit 88e0e4d

Browse files
liquibotsnyk-botfilipelautert
authored
[Snyk] Upgrade org.apache.httpcomponents.client5:httpclient5 from 5.1.2 to 5.2 (#15)
* fix: upgrade org.apache.httpcomponents.client5:httpclient5 from 5.1.2 to 5.2.1 * Commons codec needs to be imported as dependency was dropped by httpclient --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: filipe <flautert@liquibase.org>
1 parent 4f45c1a commit 88e0e4d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@
7474
<version>2.11.0</version>
7575
</dependency>
7676

77+
<dependency>
78+
<groupId>commons-codec</groupId>
79+
<artifactId>commons-codec</artifactId>
80+
<version>1.15</version>
81+
</dependency>
82+
7783
<dependency>
7884
<groupId>org.apache.maven</groupId>
7985
<artifactId>maven-plugin-api</artifactId>
@@ -126,7 +132,7 @@
126132
<dependency>
127133
<groupId>org.apache.httpcomponents.client5</groupId>
128134
<artifactId>httpclient5</artifactId>
129-
<version>5.1.2</version>
135+
<version>5.2.1</version>
130136
</dependency>
131137

132138
<dependency> <!-- use a specific Groovy version rather than the one specified by spock-core -->

0 commit comments

Comments
 (0)