Skip to content

Commit 4ac0966

Browse files
authored
Merge pull request #858 from commercetools/renovate/all
fix(deps): update all dependencies
2 parents 79eb037 + e6575d0 commit 4ac0966

File tree

22 files changed

+52
-52
lines changed

22 files changed

+52
-52
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
6060
run: ./gradlew spotlessApply
6161

62-
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
62+
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
6363
id: commit_style_fix
6464
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
6565
with:
@@ -75,7 +75,7 @@ jobs:
7575
env:
7676
HASH: ${{steps.commit_style_fix.outputs.commit_hash}}
7777

78-
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
78+
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
7979
id: commit_rev_ignore
8080
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
8181
with:
@@ -94,7 +94,7 @@ jobs:
9494
if: ${{ failure() }}
9595
run: cat licenses/dependencies-without-allowed-license.json
9696

97-
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
97+
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
9898
id: commit_license_change
9999
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
100100
with:
@@ -140,7 +140,7 @@ jobs:
140140
run: ./gradlew codeCoverageReport
141141

142142
- name: Send code coverage report to Codecov.io
143-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
143+
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
144144
with:
145145
token: ${{ secrets.CODECOV_TOKEN }}
146146
docs:
@@ -190,6 +190,6 @@ jobs:
190190
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
191191
- name: Generate and submit dependency graph
192192
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main'
193-
uses: gradle/actions/dependency-submission@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
193+
uses: gradle/actions/dependency-submission@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
194194
with:
195195
github-token: ${{ steps.generate_github_token.outputs.token }}

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Initializes the CodeQL tools for scanning.
5656
- name: Initialize CodeQL
57-
uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
57+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
5858
with:
5959
languages: ${{ matrix.language }}
6060
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -68,7 +68,7 @@ jobs:
6868
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
6969
# If this step fails, then you should remove it and run the build manually (see below)
7070
- name: Autobuild
71-
uses: github/codeql-action/autobuild@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
71+
uses: github/codeql-action/autobuild@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
7272

7373
# ℹ️ Command-line programs to run using the OS shell.
7474
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -81,6 +81,6 @@ jobs:
8181
# ./location_of_script_within_repo/buildscript.sh
8282

8383
- name: Perform CodeQL Analysis
84-
uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
84+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
8585
with:
8686
category: "/language:${{matrix.language}}"

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- run: rsync -r sdk/build/docs/javadoc/ doc/javadoc
6868

69-
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
69+
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
7070
with:
7171
repository: doc
7272
commit_message: "Update javadoc"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: rm -rf reference.txt
101101
continue-on-error: true
102102

103-
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
103+
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
104104
with:
105105
branch: after-release
106106
commit_message: "TASK: Updating version in README"
@@ -161,7 +161,7 @@ jobs:
161161

162162
- run: rsync -r sdk/build/docs/javadoc/ doc/javadoc
163163

164-
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
164+
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
165165
with:
166166
repository: doc
167167
commit_message: "Update javadoc"

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
with:
3434
persist-credentials: false
3535

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ allprojects {
7272

7373
dependencies {
7474
taglet 'com.commercetools.build.taglets:commercetools-taglets:3.6.3'
75-
taglet 'com.google.guava:guava:33.4.5-jre'
75+
taglet 'com.google.guava:guava:33.4.8-jre'
7676
taglet 'org.jdrupes.taglets:plantuml-taglet:3.1.0'
7777
}
7878
}

commercetools/commercetools-apachehttp-client/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
dependencies {
33
api project(":rmf:rmf-java-base")
4-
api "org.apache.httpcomponents.client5:httpclient5:5.4.2" version {
5-
strictly "[5.4.1,6.0["
6-
prefer "5.4.2"
4+
api "org.apache.httpcomponents.client5:httpclient5:5.4.4" version {
5+
strictly "[5.4.4,6.0["
6+
prefer "5.4.4"
77
}
88

99
api commons.io version commons.io_version

commercetools/commercetools-async-http-client/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ dependencies {
33
api project(":rmf:rmf-java-base")
44
api "org.asynchttpclient:async-http-client:2.12.4"
55
api commons.io version commons.io_version
6-
api "io.netty:netty-codec:4.1.119.Final"
7-
api "io.netty:netty-codec-http:4.1.119.Final"
8-
api "io.netty:netty-codec-socks:4.1.119.Final"
9-
api "io.netty:netty-handler-proxy:4.1.119.Final"
10-
api "io.netty:netty-handler:4.1.119.Final"
6+
api "io.netty:netty-codec:4.2.0.Final"
7+
api "io.netty:netty-codec-http:4.2.0.Final"
8+
api "io.netty:netty-codec-socks:4.2.0.Final"
9+
api "io.netty:netty-handler-proxy:4.2.0.Final"
10+
api "io.netty:netty-handler:4.2.0.Final"
1111
implementation javax.validation
1212
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
api "javax.money:money-api:1.1"
3-
api('org.javamoney.moneta:moneta-core:1.4.4') {
3+
api('org.javamoney.moneta:moneta-core:1.4.5') {
44
exclude group: "com.squareup.okhttp3", module: "okhttp"
55
}
66
}

commercetools/commercetools-monitoring-datadog/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
api project(":rmf:rmf-java-base")
3-
implementation "com.datadoghq:java-dogstatsd-client:4.4.3"
4-
implementation "com.datadoghq:datadog-api-client:2.33.1"
3+
implementation "com.datadoghq:java-dogstatsd-client:4.4.4"
4+
implementation "com.datadoghq:datadog-api-client:2.34.1"
55

66
testImplementation project(":commercetools:commercetools-sdk-java-api")
77
}

commercetools/commercetools-monitoring-newrelic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
dependencies {
33
api project(":rmf:rmf-java-base")
4-
implementation 'com.newrelic.agent.java:newrelic-api:8.19.0'
4+
implementation 'com.newrelic.agent.java:newrelic-api:8.20.0'
55

66
testImplementation project(":commercetools:commercetools-sdk-java-api")
77
}

commercetools/commercetools-monitoring-opentelemetry/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
dependencies {
33
api project(":rmf:rmf-java-base")
4-
implementation 'io.opentelemetry:opentelemetry-api:1.48.0'
4+
implementation 'io.opentelemetry:opentelemetry-api:1.49.0'
55

66
testImplementation project(":commercetools:commercetools-sdk-java-api")
77
}

commercetools/commercetools-okhttp-client3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jmh {
1212
dependencies {
1313
api project(":rmf:rmf-java-base")
1414

15-
implementation "com.squareup.okio:okio:3.10.2"
15+
implementation "com.squareup.okio:okio:3.11.0"
1616
api "com.squareup.okhttp3:okhttp:3.14.9" version {
1717
strictly "[3.0,4.0["
1818
prefer "3.14.9"

commercetools/commercetools-okhttp-client4/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
strictly '[4.0,5.0['
1616
prefer "4.12.0"
1717
}
18-
implementation "com.squareup.okio:okio:3.10.2"
18+
implementation "com.squareup.okio:okio:3.11.0"
1919

2020
implementation javax.validation
2121
}

commercetools/commercetools-reactornetty-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
dependencies {
33
api project(":rmf:rmf-java-base")
44

5-
api "io.projectreactor.netty:reactor-netty-http:1.2.4"
6-
api "io.projectreactor.netty:reactor-netty-core:1.2.4"
5+
api "io.projectreactor.netty:reactor-netty-http:1.2.5"
6+
api "io.projectreactor.netty:reactor-netty-core:1.2.5"
77

88
implementation javax.validation
99
}

commercetools/commercetools-sdk-compat-v1/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies {
2121
api project(':commercetools:commercetools-sdk-java-api')
2222
api ctsdkv1.client version ctsdkv1.version
2323
api ctsdkv1.models version ctsdkv1.version
24-
api "io.netty:netty-codec:4.1.119.Final"
25-
api "io.netty:netty-codec-http:4.1.119.Final"
24+
api "io.netty:netty-codec:4.2.0.Final"
25+
api "io.netty:netty-codec-http:4.2.0.Final"
2626

2727
jmhImplementation project(':commercetools:commercetools-async-http-client')
2828
jmhImplementation project(':commercetools:commercetools-apachehttp-client')

common-plugins/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gradlePlugin {
3030

3131
dependencies {
3232
implementation project(path: ':javaparser', configuration: 'shadow')
33-
implementation "com.google.code.gson:gson:2.12.1"
33+
implementation "com.google.code.gson:gson:2.13.1"
3434
implementation 'com.squareup:javapoet:1.13.0'
35-
implementation 'com.google.guava:guava:33.4.5-jre'
35+
implementation 'com.google.guava:guava:33.4.8-jre'
3636
}

common-plugins/javaparser/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ shadowJar {
1515
}
1616

1717
dependencies {
18-
implementation 'com.github.javaparser:javaparser-core:3.26.3'
18+
implementation 'com.github.javaparser:javaparser-core:3.26.4'
1919
}

gradle-scripts/extensions.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ext {
1010
]
1111

1212
commons = [
13-
text: 'org.apache.commons:commons-text:1.13.0',
13+
text: 'org.apache.commons:commons-text:1.13.1',
1414
lang3: 'org.apache.commons:commons-lang3:3.17.0',
15-
io: 'commons-io:commons-io:2.18.0',
15+
io: 'commons-io:commons-io:2.19.0',
1616
io_version: {
1717
strictly '[2.8.0,)'
1818
prefer '2.16.1'
@@ -28,15 +28,15 @@ ext {
2828
]
2929

3030
jackson_core = [
31-
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.18.3',
32-
databind: 'com.fasterxml.jackson.core:jackson-databind:2.18.3',
33-
core: 'com.fasterxml.jackson.core:jackson-core:2.18.3',
34-
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.3',
31+
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.19.0',
32+
databind: 'com.fasterxml.jackson.core:jackson-databind:2.19.0',
33+
core: 'com.fasterxml.jackson.core:jackson-core:2.19.0',
34+
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0',
3535
]
3636

3737
google = [
3838
findbugs: 'com.google.code.findbugs:jsr305:3.0.2',
39-
gson: 'com.google.code.gson:gson:2.12.1',
39+
gson: 'com.google.code.gson:gson:2.13.1',
4040
]
4141

4242
graphql = [
@@ -51,15 +51,15 @@ ext {
5151
]
5252

5353
junit = [
54-
junit: 'org.junit.jupiter:junit-jupiter:5.11.4',
54+
junit: 'org.junit.jupiter:junit-jupiter:5.12.2',
5555
dataprovider: 'com.tngtech.junit.dataprovider:junit-jupiter-dataprovider:2.10',
5656
jsonassert: 'org.skyscreamer:jsonassert:1.5.3',
5757
assertj: 'org.assertj:assertj-core:3.27.3'
5858
]
5959

6060
mockito = [
6161
inline: 'org.mockito:mockito-inline:5.2.0',
62-
junit: 'org.mockito:mockito-junit-jupiter:5.16.1',
62+
junit: 'org.mockito:mockito-junit-jupiter:5.17.0',
6363
]
6464

6565
failsafe = [

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"node": ">=14.15",
1010
"npm": ">=5"
1111
},
12-
"packageManager": "yarn@4.7.0",
12+
"packageManager": "yarn@4.9.1",
1313
"dependencies": {
1414
"husky": "9.1.7",
15-
"lint-staged": "15.5.0"
15+
"lint-staged": "15.5.1"
1616
},
1717
"scripts": {
1818
"postinstall": "husky install",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ __metadata:
8282
resolution: "commercetools-sdk-java-v2@workspace:."
8383
dependencies:
8484
husky: "npm:9.1.7"
85-
lint-staged: "npm:15.5.0"
85+
lint-staged: "npm:15.5.1"
8686
languageName: unknown
8787
linkType: soft
8888

@@ -230,9 +230,9 @@ __metadata:
230230
languageName: node
231231
linkType: hard
232232

233-
"lint-staged@npm:15.5.0":
234-
version: 15.5.0
235-
resolution: "lint-staged@npm:15.5.0"
233+
"lint-staged@npm:15.5.1":
234+
version: 15.5.1
235+
resolution: "lint-staged@npm:15.5.1"
236236
dependencies:
237237
chalk: "npm:^5.4.1"
238238
commander: "npm:^13.1.0"
@@ -246,7 +246,7 @@ __metadata:
246246
yaml: "npm:^2.7.0"
247247
bin:
248248
lint-staged: bin/lint-staged.js
249-
checksum: 10c0/393b24d85d705a36e6556dc9d9b710594163be60f7789a2ca71bbf8f31debc10f7fde9cd0e868466ac2b7c154661983602decd7abbb6c685b21007bc70dbbdd6
249+
checksum: 10c0/86deddb08bf10428f2eb96c02326a9ee403360729225f0b12afb0c0f13c287a75daa01e179d86f64e3432576446d8643d204a47417296f9ef0aa56f1340ff2af
250250
languageName: node
251251
linkType: hard
252252

0 commit comments

Comments
 (0)