Skip to content

Commit ba15e89

Browse files
authored
Merge branch 'dev' into ms/#827-use-java-streams-on-sql-fetsches-effectively
2 parents 4b1b4a8 + 10f157f commit ba15e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393
implementation 'com.couchbase.client:java-client:3.6.1'
9494
runtimeOnly 'org.postgresql:postgresql:42.7.3' // postgresql jdbc driver required during runtime
9595

96-
implementation 'commons-io:commons-io:2.16.0' // I/O functionalities
96+
implementation 'commons-io:commons-io:2.16.1' // I/O functionalities
9797
implementation 'commons-codec:commons-codec:1.16.1' // needed by commons-compress
9898
implementation 'org.apache.commons:commons-compress:1.26.1' // I/O functionalities
9999
}

0 commit comments

Comments
 (0)