Skip to content

Commit b3c6db7

Browse files
authored
Merge branch 'dev' into ms/#827-use-java-streams-on-sql-fetsches-effectively
2 parents f952cd2 + c56597c commit b3c6db7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090

9191
// Databases
9292
implementation 'org.influxdb:influxdb-java:2.24'
93-
implementation 'com.couchbase.client:java-client:3.6.1'
93+
implementation 'com.couchbase.client:java-client:3.6.2'
9494
runtimeOnly 'org.postgresql:postgresql:42.7.3' // postgresql jdbc driver required during runtime
9595

9696
implementation 'commons-io:commons-io:2.16.1' // I/O functionalities

docs/readthedocs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ commonmark==0.9.1
22
recommonmark==0.7.1
33
Sphinx==7.3.7
44
sphinx-rtd-theme==2.0.0
5-
myst-parser==3.0.0
5+
myst-parser==3.0.1
66
markdown-it-py==3.0.0

0 commit comments

Comments
 (0)