Skip to content

Commit

Permalink
Merge pull request #125 from larsgrefer/dependabot/gradle/org.junit.j…
Browse files Browse the repository at this point in the history
…upiter-junit-jupiter-engine-5.11.1

Bump org.junit.jupiter:junit-jupiter-engine from 5.11.0 to 5.11.1
  • Loading branch information
larsgrefer authored Oct 2, 2024
2 parents d27592b + 09a31ec commit ad45594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion logi-led-handler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {

testImplementation "org.assertj:assertj-core:3.26.3"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion logi-led-jna/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

testImplementation "org.assertj:assertj-core:3.26.3"
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
}

processResources {
Expand Down

0 comments on commit ad45594

Please sign in to comment.