Skip to content

Commit 4f53299

Browse files
Merge branch 'dev' into df/#1244Fixed-example-in-ReadTheDocs
2 parents d9857bd + b74c37d commit 4f53299

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
@@ -19,7 +19,7 @@ ext {
1919
javaVersion = JavaVersion.VERSION_17
2020
groovyVersion = "4.0"
2121
groovyBinaryVersion = "4.0.25"
22-
testcontainersVersion = '1.20.4'
22+
testcontainersVersion = '1.20.5'
2323

2424
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
2525
}

docs/readthedocs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
commonmark==0.9.1
22
recommonmark==0.7.1
3-
Sphinx==8.1.3
3+
Sphinx==8.2.0
44
sphinx-rtd-theme==3.0.2
55
myst-parser==4.0.1
66
markdown-it-py==3.0.0

0 commit comments

Comments
 (0)