Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Berti committed Jul 20, 2024
2 parents dbd7689 + da4d28c commit 7886d0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ 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.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.10.2'

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.3'

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

0 comments on commit 7886d0f

Please sign in to comment.