Skip to content

Commit 88023cb

Browse files
authored
Merge branch 'dev' into ms/#827-use-java-streams-on-sql-fetsches-effectively
2 parents 46fc1b1 + 9ac2d1f commit 88023cb

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
@@ -5,7 +5,7 @@ plugins {
55
id 'signing'
66
id 'pmd' // code check, working on source code
77
id 'com.diffplug.spotless' version '6.25.0' //code format
8-
id 'com.github.spotbugs' version '6.0.11' // code check, working on byte code
8+
id 'com.github.spotbugs' version '6.0.12' // code check, working on byte code
99
id 'de.undercouch.download' version '5.6.0'
1010
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
1111
id 'jacoco' // java code coverage plugin

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==7.2.6
3+
Sphinx==7.3.7
44
sphinx-rtd-theme==2.0.0
55
myst-parser==2.0.0
66
markdown-it-py==3.0.0

0 commit comments

Comments
 (0)