Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 2, 2023
1 parent 2a15628 commit 9bf8e6c
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.8.0")
api("com.influxdb:influxdb-client-java:6.9.0")
}

0 comments on commit 9bf8e6c

Please sign in to comment.