Skip to content

Commit

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

Bump junit-jupiter-api from 5.8.2 to 5.9.0
  • Loading branch information
chadlwilson authored Jul 29, 2022
2 parents 58e01c4 + 5e0cc1b commit a15426a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gocd-yum-repo-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {

testImplementation group: 'cd.go.plugin', name: 'go-plugin-api', version: '22.1.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.6.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.2'
}

Expand Down
2 changes: 1 addition & 1 deletion plugin-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
api group: 'com.google.code.gson', name: 'gson', version: '2.9.0'
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.6.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.8.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.0'
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.2'
}

Expand Down

0 comments on commit a15426a

Please sign in to comment.