Skip to content

Commit 74dc535

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.11.2 to 5.11.4
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.11.2 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a225588 commit 74dc535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logi-led-handler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation 'net.java.dev.jna:jna-platform:5.16.0'
1010

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

logi-led-jna/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation 'net.java.dev.jna:jna-platform:5.16.0'
1111

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

0 commit comments

Comments
 (0)