Skip to content

Commit 4254c1e

Browse files
Bump org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.13.0
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.4 to 5.13.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.13.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c318ceb commit 4254c1e

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
@@ -10,7 +10,7 @@ dependencies {
1010

1111
testImplementation "org.assertj:assertj-core:3.27.3"
1212
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
13-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
13+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.0'
1414
}
1515

1616
test {

logi-led-jna/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111

1212
testImplementation "org.assertj:assertj-core:3.27.3"
1313
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
14-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
14+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.0'
1515
}
1616

1717
processResources {

0 commit comments

Comments
 (0)