Skip to content

Commit

Permalink
chore(Dependencies): update outdated junit dependency in spock1
Browse files Browse the repository at this point in the history
Signed-off-by: l-1squared <[email protected]>
  • Loading branch information
l-1squared committed Dec 18, 2024
1 parent 82981a1 commit cf6eed9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jgiven-spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ description = "Module for writing JGiven tests with Spock"
dependencies {
api project(':jgiven-junit')
implementation 'org.codehaus.groovy:groovy:2.5.23'
implementation 'org.spockframework:spock-core:1.3-groovy-2.5'
implementation ('org.spockframework:spock-core:1.3-groovy-2.5'){
exclude(group: 'junit', module: 'junit')
}
implementation 'junit:junit:4.13.2'

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

0 comments on commit cf6eed9

Please sign in to comment.