Skip to content

Commit

Permalink
fix(deps): update dependency org.codehaus.groovy:groovy to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent b94f04d commit ad8d78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jgiven-spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Module for writing JGiven tests with Spock"

dependencies {
api project(':jgiven-junit')
implementation 'org.codehaus.groovy:groovy:2.5.23'
implementation 'org.codehaus.groovy:groovy:3.0.22'
implementation 'org.spockframework:spock-core:1.3-groovy-2.5'

testImplementation project(':jgiven-html5-report')
Expand Down

0 comments on commit ad8d78f

Please sign in to comment.