Skip to content

Commit

Permalink
Merge pull request #17 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.10.2

Bump org.junit.jupiter:junit-jupiter-engine from 5.9.2 to 5.10.2 in /android-app
  • Loading branch information
keiji authored Mar 7, 2024
2 parents 134e896 + 76753c8 commit 66664d7
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.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.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.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
}

group = rootProject.ext.groupId
Expand Down

0 comments on commit 66664d7

Please sign in to comment.