Skip to content

Commit

Permalink
Bump influxdb-java from 2.20 to 2.21 in /modules/influxdb (#3568)
Browse files Browse the repository at this point in the history
Bumps [influxdb-java](https://github.com/influxdata/influxdb-java) from 2.20 to 2.21.
- [Release notes](https://github.com/influxdata/influxdb-java/releases)
- [Changelog](https://github.com/influxdata/influxdb-java/blob/master/CHANGELOG.md)
- [Commits](influxdata/influxdb-java@influxdb-java-2.20...influxdb-java-2.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 29, 2020
1 parent 84f6dd8 commit 7c4e935
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.20'
testCompile 'org.influxdb:influxdb-java:2.19'
compileOnly 'org.influxdb:influxdb-java:2.21'
testCompile 'org.influxdb:influxdb-java:2.21'
}

0 comments on commit 7c4e935

Please sign in to comment.