Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.junit.jupiter-junit-…
Browse files Browse the repository at this point in the history
…jupiter-api-5.10.3
  • Loading branch information
fedex81 authored Jun 30, 2024
2 parents c9ac0c1 + 3d3f4d7 commit 674cd78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.3'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.2'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.3'

//include local jars
implementation fileTree(dir: 'lib', include: ['*.jar'])
Expand Down

0 comments on commit 674cd78

Please sign in to comment.