Skip to content

Commit

Permalink
Getitng rid of CVEs in InfluxDB connector (#13821)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlg99 committed Jan 20, 2022
1 parent 5a33d10 commit 8574639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulsar-io/influxdb/pom.xml
Expand Up @@ -51,13 +51,13 @@
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-java</artifactId>
<version>1.6.0</version>
<version>4.0.0</version>
</dependency>

<dependency>
<groupId>org.influxdb</groupId>
<artifactId>influxdb-java</artifactId>
<version>2.7</version>
<version>2.22</version>
<exclusions>
<exclusion>
<groupId>com.squareup.okhttp3</groupId>
Expand Down

0 comments on commit 8574639

Please sign in to comment.