diff --git a/buttplug4j.connectors.javax.websocket.client/build.gradle b/buttplug4j.connectors.javax.websocket.client/build.gradle index cc3ff7d..24a8840 100644 --- a/buttplug4j.connectors.javax.websocket.client/build.gradle +++ b/buttplug4j.connectors.javax.websocket.client/build.gradle @@ -15,7 +15,7 @@ dependencies { api 'org.eclipse.jetty.websocket:websocket-javax-client:10.0.26' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation project(':buttplug4j.utils.test') - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' } diff --git a/buttplug4j.connectors.javax.websocket.server/build.gradle b/buttplug4j.connectors.javax.websocket.server/build.gradle index 5a07e6b..cd573b2 100644 --- a/buttplug4j.connectors.javax.websocket.server/build.gradle +++ b/buttplug4j.connectors.javax.websocket.server/build.gradle @@ -15,7 +15,7 @@ dependencies { testImplementation 'org.eclipse.jetty.websocket:websocket-javax-server:10.0.26' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation project(':buttplug4j.utils.test') - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' } diff --git a/buttplug4j.connectors.jetty.websocket.client/build.gradle b/buttplug4j.connectors.jetty.websocket.client/build.gradle index 61af4e9..3c48204 100644 --- a/buttplug4j.connectors.jetty.websocket.client/build.gradle +++ b/buttplug4j.connectors.jetty.websocket.client/build.gradle @@ -16,7 +16,7 @@ dependencies { api 'org.eclipse.jetty.websocket:websocket-api:9.4.58.v20250814' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation project(':buttplug4j.utils.test') - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' } diff --git a/buttplug4j.utils.mdns/build.gradle b/buttplug4j.utils.mdns/build.gradle index f92fcac..835b3de 100644 --- a/buttplug4j.utils.mdns/build.gradle +++ b/buttplug4j.utils.mdns/build.gradle @@ -15,7 +15,7 @@ dependencies { api 'org.slf4j:slf4j-simple:2.0.17' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation project(':buttplug4j.utils.test') - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' } diff --git a/buttplug4j/build.gradle b/buttplug4j/build.gradle index ba9ea31..0199f69 100644 --- a/buttplug4j/build.gradle +++ b/buttplug4j/build.gradle @@ -16,7 +16,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testImplementation 'dev.harrel:json-schema:1.8.2' testImplementation 'org.mockito:mockito-core:5.20.0' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' }