Browse Source

Upgrade to InfluxDB Java 2.17

Closes gh-19917
pull/19926/head
Andy Wilkinson 6 years ago
parent
commit
273dc93e03
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -547,7 +547,7 @@ bom {
] ]
} }
} }
library("InfluxDB Java", "2.16") { library("InfluxDB Java", "2.17") {
group("org.influxdb") { group("org.influxdb") {
modules = [ modules = [
"influxdb-java" "influxdb-java"

Loading…
Cancel
Save