Skip to content

Commit 6cf3030

Browse files
authored
Merge pull request #431 from ie3-institute/dependabot/gradle/dev/org.junit.jupiter-junit-jupiter-5.8.1
Bump junit-jupiter from 5.7.2 to 5.8.1
2 parents 4bcd7c3 + b697275 commit 6cf3030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
implementation 'org.jgrapht:jgrapht-core:1.4.0'
6363

6464
// testing
65-
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.2'
65+
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
6666
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
6767
testImplementation 'org.objenesis:objenesis:3.2' // Mock creation with constructor parameters
6868

0 commit comments

Comments
 (0)