Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent 33b5914 commit 29ef4b2
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0
with:
results_file: results.sarif
results_format: sarif
Expand Down Expand Up @@ -67,6 +67,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
uses: github/codeql-action/upload-sarif@fdcae64e1484d349b3366718cdfef3d404390e85 # v2.22.1
with:
sarif_file: results.sarif
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

dependencies {
api project(":rmf:rmf-java-base")
implementation 'io.opentelemetry:opentelemetry-api:1.28.0'
implementation 'io.opentelemetry:opentelemetry-api:1.31.0'

testImplementation project(":commercetools:commercetools-sdk-java-api")
}
Expand Down
2 changes: 1 addition & 1 deletion commercetools/commercetools-okhttp-client4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
strictly '[4.0,5.0['
prefer "4.10.0"
}
implementation "com.squareup.okio:okio:3.5.0"
implementation "com.squareup.okio:okio:3.6.0"

implementation javax.validation
}
4 changes: 2 additions & 2 deletions commercetools/commercetools-reactornetty-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
dependencies {
api project(":rmf:rmf-java-base")

api "io.projectreactor.netty:reactor-netty-http:1.1.11"
api "io.projectreactor.netty:reactor-netty-core:1.1.11"
api "io.projectreactor.netty:reactor-netty-http:1.1.12"
api "io.projectreactor.netty:reactor-netty-core:1.1.12"

implementation javax.validation
}
2 changes: 1 addition & 1 deletion gradle-scripts/extensions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {

commons = [
lang3: 'org.apache.commons:commons-lang3:3.13.0',
io: 'commons-io:commons-io:2.13.0',
io: 'commons-io:commons-io:2.14.0',
io_version: {
strictly '[2.8.0,)'
prefer '2.11.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=14.15",
"npm": ">=5"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.6.4",
"dependencies": {
"husky": "8.0.3",
"lint-staged": "13.3.0"
Expand Down
2 changes: 1 addition & 1 deletion rmf/okhttp-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
prefer '4.10.0'
}
}
implementation "com.squareup.okio:okio:3.5.0"
implementation "com.squareup.okio:okio:3.6.0"

implementation javax.validation
}

0 comments on commit 29ef4b2

Please sign in to comment.