From 3c41fcd755d2966f5f4c83d13d414a315f8ff26a Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:37:00 +0100 Subject: [PATCH] Upgrade to InfluxDB Java 2.23 Closes gh-31635 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index b63a3683f8..d1ebd0f2be 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -454,7 +454,7 @@ bom { ] } } - library("InfluxDB Java", "2.22") { + library("InfluxDB Java", "2.23") { group("org.influxdb") { modules = [ "influxdb-java"