Skip to content

Commit

Permalink
Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 28, 2024
1 parent 91b3e8c commit 9dc572a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
// testing
testImplementation "org.apache.groovy:groovy:$groovyBinaryVersion"

testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
testImplementation "org.spockframework:spock-core:2.3-groovy-$groovyVersion"
testImplementation 'org.objenesis:objenesis:3.4' // Mock creation with constructor parameters
testImplementation 'net.bytebuddy:byte-buddy:1.14.17' // Mocks of classes
Expand Down

0 comments on commit 9dc572a

Please sign in to comment.