We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f952cd2 + c56597c commit b3c6db7Copy full SHA for b3c6db7
build.gradle
@@ -90,7 +90,7 @@ dependencies {
90
91
// Databases
92
implementation 'org.influxdb:influxdb-java:2.24'
93
- implementation 'com.couchbase.client:java-client:3.6.1'
+ implementation 'com.couchbase.client:java-client:3.6.2'
94
runtimeOnly 'org.postgresql:postgresql:42.7.3' // postgresql jdbc driver required during runtime
95
96
implementation 'commons-io:commons-io:2.16.1' // I/O functionalities
docs/readthedocs/requirements.txt
@@ -2,5 +2,5 @@ commonmark==0.9.1
2
recommonmark==0.7.1
3
Sphinx==7.3.7
4
sphinx-rtd-theme==2.0.0
5
-myst-parser==3.0.0
+myst-parser==3.0.1
6
markdown-it-py==3.0.0
0 commit comments