We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7efdad3 commit e6a989fCopy full SHA for e6a989f
1 file changed
pom.xml
@@ -83,18 +83,23 @@
83
<dependency>
84
<groupId>com.fasterxml.jackson.core</groupId>
85
<artifactId>jackson-core</artifactId>
86
- <version>2.14.3</version>
+ <version>2.15.2</version>
87
</dependency>
88
89
90
<artifactId>jackson-databind</artifactId>
91
92
93
94
<groupId>org.apache.commons</groupId>
95
<artifactId>commons-compress</artifactId>
96
<version>1.26.2</version>
97
98
+ <dependency>
99
+ <groupId>org.apache.httpcomponents</groupId>
100
+ <artifactId>httpcore</artifactId>
101
+ <version>4.4.16</version>
102
+ </dependency>
103
</dependencies>
104
</dependencyManagement>
105
0 commit comments