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.
1 parent 0b60079 commit b1a1dd1Copy full SHA for b1a1dd1
modules/influxdb/build.gradle
@@ -3,6 +3,6 @@ description = "Testcontainers :: InfluxDB"
3
dependencies {
4
compile project(':testcontainers')
5
6
- compileOnly 'org.influxdb:influxdb-java:2.19'
+ compileOnly 'org.influxdb:influxdb-java:2.20'
7
testCompile 'org.influxdb:influxdb-java:2.19'
8
}
0 commit comments