Skip to content

Commit c9752c0

Browse files
author
Jegors Čemisovs
committed
update dependencies for 'Algorithm' module
Signed-off-by: Jegors Čemisovs <jegors_cemisovs@epam.com>
1 parent e0d09af commit c9752c0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

algorithm/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,19 @@ publishing {
5555

5656
dependencies {
5757
// Spock Framework
58-
testImplementation 'org.spockframework:spock-core:2.2-groovy-3.0'
59-
testImplementation 'org.codehaus.groovy:groovy-all:3.0.12'
58+
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
59+
testImplementation 'org.codehaus.groovy:groovy-all:3.0.16'
6060

6161
// Spock Reports
62-
testRuntimeClasspath('com.athaydes:spock-reports:2.3.1-groovy-3.0') {
62+
testCompileOnly('com.athaydes:spock-reports:2.4.0-groovy-4.0') {
6363
transitive = false // this avoids affecting your version of Groovy/Spock
6464
}
6565
// Required for spock-reports
66-
testImplementation 'org.slf4j:slf4j-api:2.0.1'
67-
testRuntimeClasspath 'org.slf4j:slf4j-simple:2.0.1'
66+
testImplementation 'org.slf4j:slf4j-api:2.0.5'
67+
testCompileOnly 'org.slf4j:slf4j-simple:2.0.5'
6868

6969
// JUnit 5 Parameterized Tests
70-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.8.1'
70+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.2'
7171
}
7272

7373
test {

0 commit comments

Comments
 (0)