Skip to content

Commit fbd29f8

Browse files
fix(deps): update all dependencies
1 parent 02c3267 commit fbd29f8

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

.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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
4040
with:
4141
sarif_file: semgrep.sarif
4242
if: always()

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.1.1"
55
}
66

77
apply plugin:'com.netflix.dgs.codegen'
@@ -22,7 +22,7 @@ dependencies {
2222
api jackson_core.databind
2323
api jackson_core.core
2424
api jackson_core.datatype
25-
api 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:8.1.0'
25+
api 'com.netflix.graphql.dgs.codegen:graphql-dgs-codegen-shared-core:8.1.1'
2626

2727
}
2828

commercetools/commercetools-monitoring-datadog/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
api project(":rmf:rmf-java-base")
33
implementation "com.datadoghq:java-dogstatsd-client:4.4.4"
4-
implementation "com.datadoghq:datadog-api-client:2.38.0"
4+
implementation "com.datadoghq:datadog-api-client:2.39.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.22.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.14.0"
15+
implementation "com.squareup.okio:okio:3.15.0"
1616
api "com.squareup.okhttp3:okhttp:3.14.9" version {
1717
strictly "[3.0,3.99999]"
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,4.99999]'
1616
prefer "4.12.0"
1717
}
18-
implementation "com.squareup.okio:okio:3.14.0"
18+
implementation "com.squareup.okio:okio:3.15.0"
1919

2020
implementation javax.validation
2121
}

gradle-scripts/extensions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ext {
5656
]
5757

5858
junit = [
59-
junit: 'org.junit.jupiter:junit-jupiter:5.13.2',
59+
junit: 'org.junit.jupiter:junit-jupiter:5.13.3',
6060
jsonassert: 'org.skyscreamer:jsonassert:1.5.3',
6161
assertj: 'org.assertj:assertj-core:3.27.3'
6262
]

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.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)