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 a49c790 + f5d79f2 commit 26ef1f2Copy full SHA for 26ef1f2
build.gradle
@@ -73,10 +73,10 @@ dependencies {
73
implementation 'org.jgrapht:jgrapht-core:1.5.1'
74
75
// testing
76
- testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
77
testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0'
78
testImplementation 'org.objenesis:objenesis:3.3' // Mock creation with constructor parameters
79
- testImplementation 'net.bytebuddy:byte-buddy:1.12.21' // Mocks of classes
+ testImplementation 'net.bytebuddy:byte-buddy:1.12.22' // Mocks of classes
80
81
// testcontainers (docker framework for testing)
82
testImplementation "org.testcontainers:testcontainers:$testcontainersVersion"
0 commit comments