Skip to content

Commit

Permalink
Merge pull request #97 from horitaku1124/dependabot/gradle/org.junit.…
Browse files Browse the repository at this point in the history
…jupiter-junit-jupiter-5.9.2

build(deps): bump junit-jupiter from 5.9.1 to 5.9.2
  • Loading branch information
horitaku1124 authored Jun 5, 2024
2 parents ccdc61c + abe7e44 commit 57c0ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jar {
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testImplementation "org.junit.jupiter:junit-jupiter:5.9.1"
testImplementation "org.junit.jupiter:junit-jupiter:5.9.2"
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.9.2"
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.8.1'

Expand Down

0 comments on commit 57c0ae3

Please sign in to comment.