From 273dc93e03cc8eb8240ce4e83403ab6462706d24 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 25 Jan 2020 13:23:29 +0000 Subject: [PATCH] Upgrade to InfluxDB Java 2.17 Closes gh-19917 --- 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 3232ad68d7f..cc397bc2ffe 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -547,7 +547,7 @@ bom { ] } } - library("InfluxDB Java", "2.16") { + library("InfluxDB Java", "2.17") { group("org.influxdb") { modules = [ "influxdb-java"