Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/modules/influx…
Browse files Browse the repository at this point in the history
…db/org.influxdb-influxdb-java-2.24' into combined-pr-branch
  • Loading branch information
eddumelendez committed Jan 25, 2024
2 parents c0610e3 + 39641d3 commit 733508f
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 733508f

Please sign in to comment.