Skip to content

Commit

Permalink
Merge pull request #65 from keiji/dependabot/gradle/android-app/org.j…
Browse files Browse the repository at this point in the history
…unit.jupiter-junit-jupiter-engine-5.11.2

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.2 in /android-app
  • Loading branch information
keiji authored Oct 21, 2024
2 parents 3219481 + 597984c commit 962e375
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android-app/apdu-command/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
api(project(":apdu"))

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
}

group = rootProject.ext.groupId
Expand Down
2 changes: 1 addition & 1 deletion android-app/apdu/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test {

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
}

group = rootProject.ext.groupId
Expand Down

0 comments on commit 962e375

Please sign in to comment.