Skip to content

Commit c7af1cf

Browse files
authored
Merge pull request data-integrations#117 from cloudsufi/cherry-pick/a169e4f3c79e092730c7577b0bdb98968e60aa9f
[🍒][PLUGIN-1914][PLUGIN-1907] Fix Vulnerability for httpClient and logback-classic
2 parents 4a3dae4 + 16f7229 commit c7af1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<cdap.version>6.8.0</cdap.version>
6464
<cdap.plugin.version>2.10.0</cdap.plugin.version>
6565
<hadoop.version>2.10.2</hadoop.version>
66-
<httpclient.version>4.3.4</httpclient.version>
66+
<httpclient.version>4.5.13</httpclient.version>
6767
<jackson.core.version>2.8.11.1</jackson.core.version>
6868
<junit.version>4.12</junit.version>
6969
<slf4j.version>1.7.5</slf4j.version>
@@ -253,7 +253,7 @@
253253
<dependency>
254254
<groupId>ch.qos.logback</groupId>
255255
<artifactId>logback-classic</artifactId>
256-
<version>1.2.8</version>
256+
<version>1.3.15</version>
257257
</dependency>
258258
<dependency>
259259
<groupId>org.json</groupId>

0 commit comments

Comments
 (0)