Skip to content

Commit e683b56

Browse files
fix(deps): update all dependencies
1 parent 7d60c43 commit e683b56

File tree

18 files changed

+64
-64
lines changed

18 files changed

+64
-64
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
62+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.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@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
78+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.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@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
97+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
9898
id: commit_license_change
9999
if: github.event_name == 'push' && github.ref != 'refs/heads/main'
100100
with:
@@ -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@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2
193+
uses: gradle/actions/dependency-submission@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
57+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
71+
uses: github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
84+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
69+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.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@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
103+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.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@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
164+
- uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
165165
with:
166166
repository: doc
167167
commit_message: "Update javadoc"

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060
# format to the repository Actions tab.
6161
- name: "Upload artifact"
62-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
62+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
6363
with:
6464
name: SARIF file
6565
path: results.sarif
6666
retention-days: 5
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
70+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
7171
with:
7272
sarif_file: results.sarif

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
1818
id 'com.github.jk1.dependency-license-report' version '2.0'
1919

20-
id "me.champeau.jmh" version "0.7.2"
20+
id "me.champeau.jmh" version "0.7.3"
2121
id "jacoco"
2222

2323
id "versioning"
@@ -66,7 +66,7 @@ allprojects {
6666

6767
configurations {
6868
taglet {
69-
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2024.8")
69+
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2025.0")
7070
}
7171
}
7272

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.116.Final"
7-
api "io.netty:netty-codec-http:4.1.116.Final"
8-
api "io.netty:netty-codec-socks:4.1.116.Final"
9-
api "io.netty:netty-handler-proxy:4.1.116.Final"
10-
api "io.netty:netty-handler:4.1.116.Final"
6+
api "io.netty:netty-codec:4.1.117.Final"
7+
api "io.netty:netty-codec-http:4.1.117.Final"
8+
api "io.netty:netty-codec-socks:4.1.117.Final"
9+
api "io.netty:netty-handler-proxy:4.1.117.Final"
10+
api "io.netty:netty-handler:4.1.117.Final"
1111
implementation javax.validation
1212
}

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.17.0'
4+
implementation 'com.newrelic.agent.java:newrelic-api:8.18.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.45.0'
4+
implementation 'io.opentelemetry:opentelemetry-api:1.46.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.9.1"
15+
implementation "com.squareup.okio:okio:3.10.2"
1616
api "com.squareup.okhttp3:okhttp:3.14.9" version {
1717
strictly "[3.0,4.0["
1818
prefer "3.14.9"

0 commit comments

Comments
 (0)