Skip to content

Commit b641a83

Browse files
authored
Merge pull request #120 from larsgrefer/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.11.0
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.11.0
2 parents 8bc54fe + 6043792 commit b641a83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logi-led-handler/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010

1111
testImplementation "org.assertj:assertj-core:3.26.3"
1212
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
13-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
13+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
1414
}
1515

1616
test {

logi-led-jna/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111

1212
testImplementation "org.assertj:assertj-core:3.26.3"
1313
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
14-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
14+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
1515
}
1616

1717
processResources {

0 commit comments

Comments
 (0)