Skip to content

Commit e834d34

Browse files
Merge branch 'dev' into sp/#513-SqlIndividualTimeSeriesMetaInformation
2 parents aee87b2 + 9fee752 commit e834d34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'maven-publish'
55
id 'signing'
66
id 'pmd' // code check, working on source code
7-
id 'com.diffplug.spotless' version '6.2.0'//code format
7+
id 'com.diffplug.spotless' version '6.2.1'//code format
88
id 'com.github.spotbugs' version '5.0.5' // code check, working on byte code
99
id 'de.undercouch.download' version '5.0.1'
1010
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
@@ -91,8 +91,8 @@ dependencies {
9191

9292
// Databases
9393
implementation 'org.influxdb:influxdb-java:2.22'
94-
implementation 'com.couchbase.client:java-client:3.2.4'
95-
runtimeOnly 'org.postgresql:postgresql:42.3.1' // postgresql jdbc driver required during runtime
94+
implementation 'com.couchbase.client:java-client:3.2.5'
95+
runtimeOnly 'org.postgresql:postgresql:42.3.2' // postgresql jdbc driver required during runtime
9696

9797
implementation 'commons-io:commons-io:2.11.0' // I/O functionalities
9898
implementation 'org.apache.commons:commons-compress:1.21' // I/O functionalities

0 commit comments

Comments
 (0)