Skip to content

Commit

Permalink
Merge pull request #152 from wildmountainfarms/dependabot/gradle/com.…
Browse files Browse the repository at this point in the history
…influxdb-influxdb-client-java-6.10.0

Bump com.influxdb:influxdb-client-java from 6.8.0 to 6.10.0
  • Loading branch information
retrodaredevil committed Sep 12, 2023
2 parents 9136606 + 3bd4729 commit b23c1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
// for InfluxDB 1.X
implementation 'org.influxdb:influxdb-java:2.23'
// for InfluxDB 2.0 // https://github.com/influxdata/influxdb-client-java/releases
implementation 'com.influxdb:influxdb-client-java:6.8.0'
implementation 'com.influxdb:influxdb-client-java:6.10.0'

implementation "org.apache.logging.log4j:log4j-core:$log4jVersion" // used for our custom error handler, otherwise not a necessary dependency
implementation "org.apache.logging.log4j:log4j-jcl:$log4jVersion" // commons logging bridge.
Expand Down

0 comments on commit b23c1a4

Please sign in to comment.