Skip to content

Commit

Permalink
Merge pull request #3396 from RPTools/dependabot/gradle/develop/org.j…
Browse files Browse the repository at this point in the history
…unit.jupiter-junit-jupiter-api-5.8.2
  • Loading branch information
cwisniew authored Apr 1, 2023
2 parents fbe469e + 9e38d81 commit 574e565
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,14 @@ dependencies {
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.3'

// Better JSON functions...
implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9' // https://mvnrepository.com/artifact/com.google.code.gson/gson

// Declare the dependency for your favourite test framework you want to use in your tests.
// TestNG is also supported by the Gradle Test task. Just change the
// testimplementation dependency to testimplementation 'org.testng:testng:6.8.1' and add
// 'test.useTestNG()' to your build script.
//testCompile 'junit:junit:4.12'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.0' // https://mvnrepository.com/artifact/com.google.code.gson/gson

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
Expand Down

0 comments on commit 574e565

Please sign in to comment.