Skip to content

Commit f952cd2

Browse files
Merge branch 'dev' into ms/#827-use-java-streams-on-sql-fetsches-effectively
2 parents 88023cb + 0d73d91 commit f952cd2

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
@@ -73,7 +73,7 @@ dependencies {
7373
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
7474
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
7575
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
76-
testImplementation 'net.bytebuddy:byte-buddy:1.14.13' // Mocks of classes
76+
testImplementation 'net.bytebuddy:byte-buddy:1.14.14' // Mocks of classes
7777

7878
// testcontainers (docker framework for testing)
7979
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"

docs/readthedocs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ commonmark==0.9.1
22
recommonmark==0.7.1
33
Sphinx==7.3.7
44
sphinx-rtd-theme==2.0.0
5-
myst-parser==2.0.0
5+
myst-parser==3.0.0
66
markdown-it-py==3.0.0

0 commit comments

Comments
 (0)