Skip to content

Commit

Permalink
build(deps): bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4
Browse files Browse the repository at this point in the history
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and blackspherefollower committed Dec 16, 2024
1 parent a432426 commit e1c43f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buttplug4j.connectors.javax.websocket.client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
api project(':buttplug4j.connectors.javax.websocket.common')
api 'org.eclipse.jetty.websocket:websocket-javax-client:10.0.24'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
}

java {
Expand Down
2 changes: 1 addition & 1 deletion buttplug4j.connectors.javax.websocket.server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
api project(':buttplug4j.connectors.javax.websocket.common')
testImplementation 'org.eclipse.jetty.websocket:websocket-javax-server:10.0.24'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
}

java {
Expand Down
2 changes: 1 addition & 1 deletion buttplug4j.connectors.jetty.websocket.client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
api project(':buttplug4j')
api 'org.eclipse.jetty.websocket:websocket-client:9.4.56.v20240826'
api 'org.eclipse.jetty.websocket:websocket-api:9.4.56.v20240826'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
}

java {
Expand Down
2 changes: 1 addition & 1 deletion buttplug4j.utils.mdns/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
api 'org.jmdns:jmdns:3.6.0'
api 'org.slf4j:slf4j-simple:2.0.16'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
}

java {
Expand Down
2 changes: 1 addition & 1 deletion buttplug4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {
dependencies {
api 'com.fasterxml.jackson.core:jackson-annotations:2.18.2'
api 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
}

java {
Expand Down

0 comments on commit e1c43f5

Please sign in to comment.