We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e8768 commit cda4611Copy full SHA for cda4611
build.gradle
@@ -97,7 +97,7 @@ dependencies {
97
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
98
99
// Databases
100
- implementation 'org.influxdb:influxdb-java:2.24'
+ implementation 'org.influxdb:influxdb-java:2.25'
101
implementation 'com.couchbase.client:java-client:3.7.9'
102
runtimeOnly 'org.postgresql:postgresql:42.7.5' // postgresql jdbc driver required during runtime
103
0 commit comments