Skip to content

Commit e6a989f

Browse files
committed
bump jackson versions and add httpcomponents dependency
1 parent 7efdad3 commit e6a989f

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,23 @@
8383
<dependency>
8484
<groupId>com.fasterxml.jackson.core</groupId>
8585
<artifactId>jackson-core</artifactId>
86-
<version>2.14.3</version>
86+
<version>2.15.2</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>com.fasterxml.jackson.core</groupId>
9090
<artifactId>jackson-databind</artifactId>
91-
<version>2.14.3</version>
91+
<version>2.15.2</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.apache.commons</groupId>
9595
<artifactId>commons-compress</artifactId>
9696
<version>1.26.2</version>
9797
</dependency>
98+
<dependency>
99+
<groupId>org.apache.httpcomponents</groupId>
100+
<artifactId>httpcore</artifactId>
101+
<version>4.4.16</version>
102+
</dependency>
98103
</dependencies>
99104
</dependencyManagement>
100105

0 commit comments

Comments
 (0)