Skip to content

Commit

Permalink
Merge ff7fbda into 6030f25
Browse files Browse the repository at this point in the history
  • Loading branch information
barthanssens committed Mar 18, 2021
2 parents 6030f25 + ff7fbda commit 7727f0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -39,9 +39,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<httpclient.version>4.5.12</httpclient.version>
<httpcore.version>4.4.13</httpcore.version>
<jackson.version>2.11.2</jackson.version>
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.14</httpcore.version>
<jackson.version>2.11.4</jackson.version>
<junit.version>4.13</junit.version>
<slf4j.version>1.7.30</slf4j.version>

Expand Down Expand Up @@ -202,7 +202,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.8.0</version>
</dependency>
<!-- Reuse Guava, but shade it to avoid transitive classpath issues for
users given the high major release rate -->
Expand Down

0 comments on commit 7727f0a

Please sign in to comment.