Skip to content

Commit

Permalink
Merge pull request #4678 from RPTools/dependabot/gradle/develop/org.j…
Browse files Browse the repository at this point in the history
…unit.jupiter-junit-jupiter-api-5.10.2

Bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2
  • Loading branch information
cwisniew authored Feb 8, 2024
2 parents bfd5d37 + 6d87907 commit 76b62e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,10 @@ dependencies {
// 'test.useTestNG()' to your build script.
//testCompile 'junit:junit:4.12'
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' // https://mvnrepository.com/artifact/com.google.code.gson/gson

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'

Expand Down

0 comments on commit 76b62e1

Please sign in to comment.