Skip to content

Commit 15912f0

Browse files
authored
Merge pull request #127 from larsgrefer/dependabot/gradle/org.junit.jupiter-junit-jupiter-api-5.11.2
Bump org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.2
2 parents c4660b3 + 77ea260 commit 15912f0

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
@@ -9,7 +9,7 @@ dependencies {
99
implementation 'net.java.dev.jna:jna-platform:5.15.0'
1010

1111
testImplementation "org.assertj:assertj-core:3.26.3"
12-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
12+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
1313
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
1414
}
1515

logi-led-jna/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation 'net.java.dev.jna:jna-platform:5.15.0'
1111

1212
testImplementation "org.assertj:assertj-core:3.26.3"
13-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
13+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
1414
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
1515
}
1616

0 commit comments

Comments
 (0)