Browse Source

Upgrade to InfluxDB Java 2.22

Closes gh-28050
pull/28064/head
Andy Wilkinson 4 years ago
parent
commit
74f95b2a69
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -529,7 +529,7 @@ bom { @@ -529,7 +529,7 @@ bom {
]
}
}
library("InfluxDB Java", "2.21") {
library("InfluxDB Java", "2.22") {
group("org.influxdb") {
modules = [
"influxdb-java"

Loading…
Cancel
Save