From fa5ae5eb7f485add4295dee50c619408665852c7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 29 Apr 2020 14:34:32 +0200 Subject: [PATCH] Upgrade to InfluxDB Java 2.18 Closes gh-21238 --- 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 c41bb36de3..c37f03226d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -566,7 +566,7 @@ bom { ] } } - library("InfluxDB Java", "2.17") { + library("InfluxDB Java", "2.18") { group("org.influxdb") { modules = [ "influxdb-java"