File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ commonmark==0.9.1
22recommonmark == 0.7.1
33Sphinx == 7.3.7
44sphinx-rtd-theme == 2.0.0
5- myst-parser == 2 .0.0
5+ myst-parser == 3 .0.0
66markdown-it-py == 3.0.0
You can’t perform that action at this time.
0 commit comments