Browse Source

Upgrade to InfluxDB Java 2.24

Closes gh-39008
pull/39053/head
Andy Wilkinson 2 years ago
parent
commit
dca46c75c9
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -472,7 +472,7 @@ bom { @@ -472,7 +472,7 @@ bom {
]
}
}
library("InfluxDB Java", "2.23") {
library("InfluxDB Java", "2.24") {
group("org.influxdb") {
modules = [
"influxdb-java"

Loading…
Cancel
Save