Skip to content

Commit cf6eed9

Browse files
committed
chore(Dependencies): update outdated junit dependency in spock1
Signed-off-by: l-1squared <[email protected]>
1 parent 82981a1 commit cf6eed9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jgiven-spock/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ description = "Module for writing JGiven tests with Spock"
99
dependencies {
1010
api project(':jgiven-junit')
1111
implementation 'org.codehaus.groovy:groovy:2.5.23'
12-
implementation 'org.spockframework:spock-core:1.3-groovy-2.5'
12+
implementation ('org.spockframework:spock-core:1.3-groovy-2.5'){
13+
exclude(group: 'junit', module: 'junit')
14+
}
15+
implementation 'junit:junit:4.13.2'
1316

1417
testImplementation project(':jgiven-html5-report')
1518
}

0 commit comments

Comments
 (0)