Skip to content

Commit

Permalink
aim42#309 Upgrade JUnit4 to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Dec 13, 2023
1 parent 266a11d commit d3cc506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htmlSanityCheck-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {

testImplementation(
'junit:junit:4.12',
'junit:junit:4.13.1',
'org.spockframework:spock-core:2.3-groovy-3.0',
'org.slf4j:slf4j-simple:2.0.7'
)
Expand Down
2 changes: 1 addition & 1 deletion htmlSanityCheck-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
testImplementation(
'junit:junit:4.12',
'junit:junit:4.13.1',
'org.spockframework:spock-core:2.3-groovy-3.0',
gradleTestKit()
)
Expand Down

0 comments on commit d3cc506

Please sign in to comment.