Skip to content

Commit d3edbce

Browse files
build(deps): bump org.junit.platform:junit-platform-launcher
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) from 1.13.4 to 6.0.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad5633b commit d3edbce

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

buttplug4j.connectors.javax.websocket.client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
api project(':buttplug4j.connectors.javax.websocket.common')
1515
api 'org.eclipse.jetty.websocket:websocket-javax-client:10.0.26'
1616
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
17-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
17+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
1818
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
1919
}
2020

buttplug4j.connectors.javax.websocket.server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
api project(':buttplug4j.connectors.javax.websocket.common')
1515
testImplementation 'org.eclipse.jetty.websocket:websocket-javax-server:10.0.26'
1616
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
17-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
17+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
1818
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
1919
}
2020

buttplug4j.connectors.jetty.websocket.client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
api 'org.eclipse.jetty.websocket:websocket-client:9.4.58.v20250814'
1616
api 'org.eclipse.jetty.websocket:websocket-api:9.4.58.v20250814'
1717
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
18-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
18+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
1919
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
2020
}
2121

buttplug4j.utils.mdns/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
api 'org.jmdns:jmdns:3.6.1'
1515
api 'org.slf4j:slf4j-simple:2.0.17'
1616
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
17-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
17+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
1818
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
1919
}
2020

buttplug4j/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
api 'com.fasterxml.jackson.core:jackson-annotations:2.19.2'
1515
api 'com.fasterxml.jackson.core:jackson-databind:2.19.2'
1616
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
17-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4'
17+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.0'
1818
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4'
1919
}
2020

0 commit comments

Comments
 (0)