Skip to content

Commit

Permalink
Merge pull request #294 from scala-steward/update/influxdb-java-2.24
Browse files Browse the repository at this point in the history
Update influxdb-java to 2.24
  • Loading branch information
dimafeng authored Aug 9, 2024
2 parents 5960fb9 + f77cbf1 commit 6a9eca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ object Dependencies {
COMPILE(
"org.testcontainers" % "influxdb" % testcontainersVersion
) ++ PROVIDED(
"org.influxdb" % "influxdb-java" % "2.17"
"org.influxdb" % "influxdb-java" % "2.24"
)
)

Expand Down

0 comments on commit 6a9eca0

Please sign in to comment.