Skip to content

Commit

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

build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.2
  • Loading branch information
horitaku1124 authored Oct 8, 2024
2 parents d659b41 + 4cc277d commit 6c1b963
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 @@ -16,7 +16,7 @@ jar {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.1'

// Might using "Reflection"
Expand Down

0 comments on commit 6c1b963

Please sign in to comment.