From dca46c75c955454f90667682efca7b2e91fd8345 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:32:29 +0000 Subject: [PATCH] Upgrade to InfluxDB Java 2.24 Closes gh-39008 --- 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 0b8f23e4b9c..d414d31942b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -472,7 +472,7 @@ bom { ] } } - library("InfluxDB Java", "2.23") { + library("InfluxDB Java", "2.24") { group("org.influxdb") { modules = [ "influxdb-java"