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 9b4265f + 1202161 commit ba3ae80Copy full SHA for ba3ae80
modules/influxdb/build.gradle
@@ -3,6 +3,6 @@ description = "Testcontainers :: InfluxDB"
3
dependencies {
4
api project(':testcontainers')
5
6
- compileOnly 'org.influxdb:influxdb-java:2.21'
+ compileOnly 'org.influxdb:influxdb-java:2.22'
7
testImplementation 'org.influxdb:influxdb-java:2.21'
8
}
0 commit comments