Skip to content

Commit b7f2531

Browse files
committed
⬆️ update httpClient and picocli
1 parent da03675 commit b7f2531

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
<name>Mindee Java Helper Library</name>
1111
<description>Java Library to call Mindee's Off The Shelf and Custom APIs</description>
1212
<url>https://github.com/mindee/mindee-api-java</url>
13+
<inceptionYear>2022</inceptionYear>
14+
<organization>
15+
<name>Mindee</name>
16+
<url>https://mindee.com/</url>
17+
</organization>
1318
<licenses>
1419
<license>
1520
<name>MIT License</name>
@@ -223,9 +228,9 @@
223228
<version>2.14.2</version>
224229
</dependency>
225230
<dependency>
226-
<artifactId>httpclient</artifactId>
227-
<groupId>org.apache.httpcomponents</groupId>
228-
<version>4.5.14</version>
231+
<groupId>org.apache.httpcomponents.client5</groupId>
232+
<artifactId>httpclient5</artifactId>
233+
<version>5.2.1</version>
229234
</dependency>
230235
<dependency>
231236
<artifactId>httpmime</artifactId>
@@ -236,7 +241,7 @@
236241
<dependency>
237242
<artifactId>picocli</artifactId>
238243
<groupId>info.picocli</groupId>
239-
<version>4.6.3</version>
244+
<version>4.7.1</version>
240245
</dependency>
241246

242247
<dependency>

0 commit comments

Comments
 (0)