We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bcd7c3 + b697275 commit 6cf3030Copy full SHA for 6cf3030
build.gradle
@@ -62,7 +62,7 @@ dependencies {
62
implementation 'org.jgrapht:jgrapht-core:1.4.0'
63
64
// testing
65
- testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
66
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
67
testImplementation 'org.objenesis:objenesis:3.2' // Mock creation with constructor parameters
68
0 commit comments