We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 380487e + 0dd3a76 commit 97dd0d0Copy full SHA for 97dd0d0
modules/influxdb/build.gradle
@@ -3,10 +3,10 @@ description = "Testcontainers :: InfluxDB"
3
dependencies {
4
api project(':testcontainers')
5
6
- compileOnly 'org.influxdb:influxdb-java:2.24'
+ compileOnly 'org.influxdb:influxdb-java:2.25'
7
8
testImplementation 'org.assertj:assertj-core:3.27.3'
9
- testImplementation 'org.influxdb:influxdb-java:2.24'
+ testImplementation 'org.influxdb:influxdb-java:2.25'
10
testImplementation "com.influxdb:influxdb-client-java:6.12.0"
11
}
12
0 commit comments