Skip to content

Commit

Permalink
Merge pull request #117 from gocd/dependabot/gradle/org.junit.jupiter…
Browse files Browse the repository at this point in the history
…-junit-jupiter-params-5.9.0

Bump junit-jupiter-params from 5.8.2 to 5.9.0
  • Loading branch information
chadlwilson authored Jul 30, 2022
2 parents 2ef9953 + bb127c5 commit 87df93b
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 @@ -76,7 +76,7 @@ dependencies {
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.36'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.0'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.8.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.9.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.9.0'

testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '21.4.0'
Expand Down

0 comments on commit 87df93b

Please sign in to comment.