Skip to content

Commit

Permalink
Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
Browse files Browse the repository at this point in the history
Bumps [org.influxdb:influxdb-java](https://github.com/influxdata/influxdb-java) from 2.23 to 2.24.
- [Release notes](https://github.com/influxdata/influxdb-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-java@influxdb-java-2.23...influxdb-java-2.24)

---
updated-dependencies:
- dependency-name: org.influxdb:influxdb-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 10ecdce commit 37befa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/influxdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description = "Testcontainers :: InfluxDB"
dependencies {
api project(':testcontainers')

compileOnly 'org.influxdb:influxdb-java:2.23'
compileOnly 'org.influxdb:influxdb-java:2.24'

testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.influxdb:influxdb-java:2.23'
testImplementation 'org.influxdb:influxdb-java:2.24'
testImplementation "com.influxdb:influxdb-client-java:6.11.0"
}

0 comments on commit 37befa2

Please sign in to comment.