Skip to content

Commit 8a6392f

Browse files
authored
Fix CVE, remove unused dependency
1 parent ccc4d5a commit 8a6392f

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

pom.xml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,20 @@
4444
</dependency>
4545
<!-- CLI ARGUMENTS MANAGEMENT -->
4646
<dependency>
47-
<groupId>commons-cli</groupId>
48-
<artifactId>commons-cli</artifactId>
49-
<version>1.3.1</version>
47+
<groupId>commons-cli</groupId>
48+
<artifactId>commons-cli</artifactId>
49+
<version>1.3.1</version>
5050
</dependency>
5151
<!-- FOR CONNECTION TO RES CONSOLE -->
52-
<dependency>
53-
<groupId>org.apache.httpcomponents</groupId>
54-
<artifactId>httpclient</artifactId>
55-
<version>4.5.2</version>
56-
</dependency>
5752
<dependency>
58-
<groupId>com.fasterxml.jackson.core</groupId>
59-
<artifactId>jackson-annotations</artifactId>
60-
<version>2.8.8</version>
53+
<groupId>com.fasterxml.jackson.core</groupId>
54+
<artifactId>jackson-annotations</artifactId>
55+
<version>2.8.11.1</version>
6156
</dependency>
6257
<dependency>
63-
<groupId>com.fasterxml.jackson.core</groupId>
64-
<artifactId>jackson-databind</artifactId>
65-
<version>2.8.8</version>
58+
<groupId>com.fasterxml.jackson.core</groupId>
59+
<artifactId>jackson-databind</artifactId>
60+
<version>2.8.11.1</version>
6661
</dependency>
6762
</dependencies>
6863

@@ -154,4 +149,4 @@
154149
</dependencies>
155150
</profile>
156151
</profiles>
157-
</project>
152+
</project>

0 commit comments

Comments
 (0)