File tree Expand file tree Collapse file tree
buttplug4j.connectors.javax.websocket.client
buttplug4j.connectors.javax.websocket.server
buttplug4j.connectors.jetty.websocket.client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 api ' org.eclipse.jetty.websocket:websocket-javax-client:10.0.26'
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1717 testImplementation project(' :buttplug4j.utils.test' )
18- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
18+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.1 '
1919 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.4'
2020}
2121
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 testImplementation ' org.eclipse.jetty.websocket:websocket-javax-server:10.0.26'
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1717 testImplementation project(' :buttplug4j.utils.test' )
18- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
18+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.1 '
1919 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.4'
2020}
2121
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 api ' org.eclipse.jetty.websocket:websocket-api:9.4.58.v20250814'
1717 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1818 testImplementation project(' :buttplug4j.utils.test' )
19- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
19+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.1 '
2020 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.4'
2121}
2222
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 api ' org.slf4j:slf4j-simple:2.0.17'
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1717 testImplementation project(' :buttplug4j.utils.test' )
18- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
18+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.1 '
1919 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.4'
2020}
2121
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1717 testImplementation ' dev.harrel:json-schema:1.8.2'
1818 testImplementation ' org.mockito:mockito-core:5.20.0'
19- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.4 '
19+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.1 '
2020 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.4'
2121}
2222
You can’t perform that action at this time.
0 commit comments