Skip to content

Commit

Permalink
Bump jUnitVersion from 5.10.1 to 5.10.2
Browse files Browse the repository at this point in the history
Merge pull request #180 from gudzpoz/dependabot/gradle/jUnitVersion-5.10.2
  • Loading branch information
gudzpoz authored Oct 7, 2024
2 parents cfe0a48 + 5a8a46d commit 2a352ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jsr223/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ dependencies {
testImplementation project(path: ':lua53', configuration: 'desktopNatives')
testImplementation project(path: ':lua54', configuration: 'desktopNatives')
testImplementation project(path: ':luajit', configuration: 'desktopNatives')
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
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'
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 2a352ec

Please sign in to comment.