Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl DeBisschop committed Mar 10, 2022
1 parent af20c94 commit a746948
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ sonarqube {

jacocoTestReport {
reports {
xml.enabled true
csv.enabled false
xml.required
csv.required
html.destination file("${buildDir}/jacocoHtml")
}
}
Expand Down Expand Up @@ -86,14 +86,14 @@ gradle.projectsEvaluated {
}

dependencies {
implementation 'org.rundeck:rundeck-core:3.+'
implementation 'org.rundeck:rundeck-core:3.4.10-20220118'

testImplementation group: 'junit', name: 'junit', version:'4.12'

testImplementation (
'org.mockito:mockito-all:1.9.5',
'org.powermock:powermock-module-junit4:1.5',
'org.powermock:powermock-api-mockito:1.5'
'org.mockito:mockito-all:1.10.19',
'org.powermock:powermock-module-junit4:2.0.9',
'org.powermock:powermock-api-mockito:1.7.4'
)
}

Expand Down

0 comments on commit a746948

Please sign in to comment.