Skip to content

Commit

Permalink
Merge branch 'dev' into ms/#827-use-java-streams-on-sql-fetsches-effe…
Browse files Browse the repository at this point in the history
…ctively
  • Loading branch information
staudtMarius authored Apr 9, 2024
2 parents 4b1b4a8 + 10f157f commit ba15e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
implementation 'com.couchbase.client:java-client:3.6.1'
runtimeOnly 'org.postgresql:postgresql:42.7.3' // postgresql jdbc driver required during runtime

implementation 'commons-io:commons-io:2.16.0' // I/O functionalities
implementation 'commons-io:commons-io:2.16.1' // I/O functionalities
implementation 'commons-codec:commons-codec:1.16.1' // needed by commons-compress
implementation 'org.apache.commons:commons-compress:1.26.1' // I/O functionalities
}
Expand Down

0 comments on commit ba15e89

Please sign in to comment.