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 d9857bd + b74c37d commit 4f53299Copy full SHA for 4f53299
build.gradle
@@ -19,7 +19,7 @@ ext {
19
javaVersion = JavaVersion.VERSION_17
20
groovyVersion = "4.0"
21
groovyBinaryVersion = "4.0.25"
22
- testcontainersVersion = '1.20.4'
+ testcontainersVersion = '1.20.5'
23
24
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
25
}
docs/readthedocs/requirements.txt
@@ -1,6 +1,6 @@
1
commonmark==0.9.1
2
recommonmark==0.7.1
3
-Sphinx==8.1.3
+Sphinx==8.2.0
4
sphinx-rtd-theme==3.0.2
5
myst-parser==4.0.1
6
markdown-it-py==3.0.0
0 commit comments