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 20, 2023
1 parent dfd90a2 commit 424087a
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2.22.4
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ allprojects {

configurations {
taglet {
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2023.11")
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2023.12")
}
}

Expand Down
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
4 changes: 2 additions & 2 deletions commercetools/commercetools-okhttp-client4/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

dependencies {
api project(":rmf:rmf-java-base")
api "com.squareup.okhttp3:okhttp:4.11.0" version {
api "com.squareup.okhttp3:okhttp:4.12.0" version {
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
}
10 changes: 5 additions & 5 deletions 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 All @@ -31,10 +31,10 @@ ext {
]

jackson_core = [
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.15.2',
databind: 'com.fasterxml.jackson.core:jackson-databind:2.15.2',
core: 'com.fasterxml.jackson.core:jackson-core:2.15.2',
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2',
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.15.3',
databind: 'com.fasterxml.jackson.core:jackson-databind:2.15.3',
core: 'com.fasterxml.jackson.core:jackson-core:2.15.3',
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3',
]

google = [
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

0 comments on commit 424087a

Please sign in to comment.