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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 25, 2024
1 parent 490f8f8 commit 39641d3
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.25.1'
testImplementation 'org.influxdb:influxdb-java:2.23'
testImplementation 'org.influxdb:influxdb-java:2.24'
testImplementation "com.influxdb:influxdb-client-java:6.12.0"
}

0 comments on commit 39641d3

Please sign in to comment.