Skip to content

Commit

Permalink
Merge pull request yhs0602#533 from KYHSGeekCode/dependabot/gradle/or…
Browse files Browse the repository at this point in the history
…g.junit.jupiter-junit-jupiter-5.8.2

⬆️ Bump junit-jupiter from 5.7.2 to 5.8.2
  • Loading branch information
yhs0602 authored Jan 2, 2022
2 parents 8d5c7d7 + f14c8eb commit e09d076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ dependencies {
// implementation 'commons-codec:commons-codec:'
implementation project(path: ':multilevellistview')

testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
testImplementation "org.jetbrains.kotlin:kotlin-test-junit5:$kotlin_version"
testImplementation "org.spekframework.spek2:spek-dsl-jvm:$spek_version"
testImplementation "org.spekframework.spek2:spek-runner-junit5:$spek_version"
Expand Down

0 comments on commit e09d076

Please sign in to comment.