Browse Source

Upgrade to InfluxDB Java 2.19

Closes gh-21954
pull/21985/head
Andy Wilkinson 6 years ago
parent
commit
73e00ee929
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -566,7 +566,7 @@ bom { @@ -566,7 +566,7 @@ bom {
]
}
}
library("InfluxDB Java", "2.18") {
library("InfluxDB Java", "2.19") {
group("org.influxdb") {
modules = [
"influxdb-java"

Loading…
Cancel
Save