Skip to content

Commit

Permalink
Bump influxdb-java from 2.21 to 2.22
Browse files Browse the repository at this point in the history
Bumps [influxdb-java](https://github.com/influxdata/influxdb-java) from 2.21 to 2.22.
- [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.21...influxdb-java-2.22)

---
updated-dependencies:
- dependency-name: org.influxdb:influxdb-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 12, 2021
1 parent 29993b1 commit 80140f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.14.1' // log4j -> slf4j

// Databases
implementation 'org.influxdb:influxdb-java:2.21'
implementation 'org.influxdb:influxdb-java:2.22'
implementation 'com.couchbase.client:java-client:3.2.0'
runtimeOnly 'org.postgresql:postgresql:42.2.23' // postgresql jdbc driver required during runtime

Expand Down

0 comments on commit 80140f2

Please sign in to comment.