Skip to content

Commit ebc5f63

Browse files
fix(deps): update all dependencies
1 parent 22cd1d3 commit ebc5f63

File tree

21 files changed

+49
-49
lines changed

21 files changed

+49
-49
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: 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-
api "org.apache.httpcomponents.client5:httpclient5:5.4.2" version {
4+
api "org.apache.httpcomponents.client5:httpclient5:5.4.4" version {
55
strictly "[5.4.1,6.0["
66
prefer "5.4.2"
77
}

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
}

0 commit comments

Comments
 (0)