Skip to content

Commit

Permalink
Bump influxdb-java from 2.14 to 2.15 in /modules/influxdb (#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and kiview committed Feb 25, 2019
1 parent 2d0dfc1 commit c58a6f1
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,6 +3,6 @@ description = "Testcontainers :: InfluxDB"
dependencies {
compile project(':testcontainers')

compileOnly 'org.influxdb:influxdb-java:2.14'
testCompile 'org.influxdb:influxdb-java:2.10'
compileOnly 'org.influxdb:influxdb-java:2.15'
testCompile 'org.influxdb:influxdb-java:2.15'
}

0 comments on commit c58a6f1

Please sign in to comment.