Skip to content

Commit

Permalink
Merge branch 'dev' into ms/#827-use-java-streams-on-sql-fetsches-effe…
Browse files Browse the repository at this point in the history
…ctively
  • Loading branch information
staudtMarius authored Apr 23, 2024
2 parents 46fc1b1 + 9ac2d1f commit 88023cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'signing'
id 'pmd' // code check, working on source code
id 'com.diffplug.spotless' version '6.25.0' //code format
id 'com.github.spotbugs' version '6.0.11' // code check, working on byte code
id 'com.github.spotbugs' version '6.0.12' // code check, working on byte code
id 'de.undercouch.download' version '5.6.0'
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
id 'jacoco' // java code coverage plugin
Expand Down
2 changes: 1 addition & 1 deletion docs/readthedocs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
commonmark==0.9.1
recommonmark==0.7.1
Sphinx==7.2.6
Sphinx==7.3.7
sphinx-rtd-theme==2.0.0
myst-parser==2.0.0
markdown-it-py==3.0.0

0 comments on commit 88023cb

Please sign in to comment.