Skip to content

Commit

Permalink
build: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower committed Dec 3, 2024
1 parent 41652d0 commit 24f4008
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: jacoco
uses: madrapps/[email protected]
with:
paths: ${{ github.workspace }}/buttplug4j*/build/reports/jacoco/test/jacocoTestReport.xml
paths: ${{ github.workspace }}/**/build/reports/jacoco/test/jacocoTestReport.xml
token: ${{ secrets.GITHUB_TOKEN }}
if: github.event_name == 'pull_request'

Expand Down
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 @@ -12,7 +12,7 @@ repositories {

dependencies {
api project(':buttplug4j.connectors.javax.websocket.common')
api 'org.eclipse.jetty.websocket:websocket-javax-client:10.0.20'
api 'org.eclipse.jetty.websocket:websocket-javax-client:10.0.24'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
}

Expand Down
4 changes: 2 additions & 2 deletions buttplug4j.connectors.jetty.websocket.client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repositories {

dependencies {
api project(':buttplug4j')
api 'org.eclipse.jetty.websocket:websocket-client:9.4.54.v20240208'
api 'org.eclipse.jetty.websocket:websocket-api:9.4.55.v20240627'
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.10.3'
}

Expand Down
4 changes: 2 additions & 2 deletions buttplug4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repositories {
}

dependencies {
api 'com.fasterxml.jackson.core:jackson-annotations:2.17.2'
api 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
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.10.3'
}

Expand Down

0 comments on commit 24f4008

Please sign in to comment.