Skip to content

Commit

Permalink
fix(deps): update dependency com.influxdb:influxdb-client-java to v7 (#…
Browse files Browse the repository at this point in the history
…116)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 14, 2024
1 parent c20238e commit a73ebe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/influx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ apply(plugin = "kotlinx-serialization")

dependencies {
compileOnly(project(":unifiedmetrics-api"))
api("com.influxdb:influxdb-client-java:6.12.0")
api("com.influxdb:influxdb-client-java:7.1.0")
}

0 comments on commit a73ebe4

Please sign in to comment.