From 74f95b2a69afb2c2bd4c13793f3f5c50bbdfeb45 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 17 Sep 2021 13:31:12 +0100 Subject: [PATCH] Upgrade to InfluxDB Java 2.22 Closes gh-28050 --- 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 d4b88cb7aad..3de873188d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -529,7 +529,7 @@ bom { ] } } - library("InfluxDB Java", "2.21") { + library("InfluxDB Java", "2.22") { group("org.influxdb") { modules = [ "influxdb-java"