Skip to content

Commit dde25bb

Browse files
fix(deps): update all dependencies
1 parent c246b86 commit dde25bb

File tree

21 files changed

+98
-185
lines changed

21 files changed

+98
-185
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
run: ./gradlew codeCoverageReport
146146

147147
- name: Send code coverage report to Codecov.io
148-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
148+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
149149
with:
150150
token: ${{ secrets.CODECOV_TOKEN }}
151151
docs:

.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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
57+
uses: github/codeql-action/init@603b797f8b14b413fe025cd935a91c16c4782713 # v3.33.0
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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
71+
uses: github/codeql-action/autobuild@603b797f8b14b413fe025cd935a91c16c4782713 # v3.33.0
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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
84+
uses: github/codeql-action/analyze@603b797f8b14b413fe025cd935a91c16c4782713 # v3.33.0
8585
with:
8686
category: "/language:${{matrix.language}}"

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run Semgrep
3737
run: semgrep scan --sarif --output=semgrep.sarif --config=p/auto --config=p/dockerfile --config=p/typescript --config=p/javascript --config=p/java --metrics=off --verbose
3838
- name: Upload SARIF file for GitHub Advanced Security Dashboard
39-
uses: github/codeql-action/upload-sarif@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
39+
uses: github/codeql-action/upload-sarif@603b797f8b14b413fe025cd935a91c16c4782713 # v3.33.0
4040
with:
4141
sarif_file: semgrep.sarif
4242
if: always()

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ allprojects {
6666

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

7373
dependencies {
7474
taglet 'com.commercetools.build.taglets:commercetools-taglets:3.6.3'
75-
taglet 'com.google.guava:guava:33.4.8-jre'
75+
taglet 'com.google.guava:guava:33.5.0-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.5" version {
4+
api "org.apache.httpcomponents.client5:httpclient5:5.6" version {
55
strictly "[5.4.4,5.99999]"
66
prefer "5.5"
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.2.2.Final"
7-
api "io.netty:netty-codec-http:4.2.2.Final"
8-
api "io.netty:netty-codec-socks:4.2.2.Final"
9-
api "io.netty:netty-handler-proxy:4.2.2.Final"
10-
api "io.netty:netty-handler:4.2.2.Final"
6+
api "io.netty:netty-codec:4.2.10.Final"
7+
api "io.netty:netty-codec-http:4.2.10.Final"
8+
api "io.netty:netty-codec-socks:4.2.10.Final"
9+
api "io.netty:netty-handler-proxy:4.2.10.Final"
10+
api "io.netty:netty-handler:4.2.10.Final"
1111
implementation javax.validation
1212
}

commercetools/commercetools-graphql-api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.commercetools.sdk.plugins.GraphQLPlugin
22

33
plugins {
4-
id "com.netflix.dgs.codegen" version "8.1.0"
4+
id "com.netflix.dgs.codegen" version "8.3.0"
55
id 'java'
66
}
77

@@ -36,7 +36,7 @@ dependencies {
3636
api jackson_core.databind
3737
api jackson_core.core
3838
api jackson_core.datatype
39-
api 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:8.1.0'
39+
api 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:8.3.0'
4040

4141
}
4242

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.4"
4-
implementation "com.datadoghq:datadog-api-client:2.38.0"
3+
implementation "com.datadoghq:java-dogstatsd-client:4.4.5"
4+
implementation "com.datadoghq:datadog-api-client:2.51.0"
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.21.0'
4+
implementation 'com.newrelic.agent.java:newrelic-api:8.25.1'
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.51.0'
4+
implementation 'io.opentelemetry:opentelemetry-api:1.60.1'
55

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

0 commit comments

Comments
 (0)