Skip to content

Commit b983a3a

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

logi-led-handler/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ dependencies {
99
implementation 'net.java.dev.jna:jna-platform:5.17.0'
1010

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

1616
test {

logi-led-jna/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ dependencies {
1010
implementation 'net.java.dev.jna:jna-platform:5.17.0'
1111

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

1717
processResources {

0 commit comments

Comments
 (0)