Skip to content

Commit

Permalink
fix(deps): update dependency com.athaydes:spock-reports to v2.5.1-gro…
Browse files Browse the repository at this point in the history
…ovy-4.0
  • Loading branch information
renovate[bot] committed Oct 1, 2023
1 parent 95ff534 commit eb074ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ dependencies {
implementation "org.seleniumhq.selenium:selenium-firefox-driver:3.14.0"

// Better test reports.
testImplementation( 'com.athaydes:spock-reports:2.3.2-groovy-3.0' ) {
testImplementation( 'com.athaydes:spock-reports:2.5.1-groovy-4.0' ) {
transitive = false // this avoids affecting your version of Groovy/Spock
}

Expand Down

0 comments on commit eb074ff

Please sign in to comment.