Skip to content

Commit

Permalink
chore: upgrade influxdb-client-java
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Jul 28, 2021
1 parent a10fb02 commit c66d84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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", "1.14.0")
api("com.influxdb", "influxdb-client-java", "3.1.0")
}
2 changes: 1 addition & 1 deletion platforms/minestom/src/main/resources/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1",
"org.jetbrains.kotlinx:kotlinx-serialization-core:1.2.2",
"com.charleskorn.kaml:kaml-jvm:0.35.0",
"com.influxdb:influxdb-client-java:1.14.0",
"com.influxdb:influxdb-client-java:3.1.0",
"io.prometheus:simpleclient_httpserver:0.11.0"
]
}
Expand Down

0 comments on commit c66d84a

Please sign in to comment.