Skip to content

Commit d464fc3

Browse files
Update all dependencies
1 parent 1229017 commit d464fc3

10 files changed

Lines changed: 20 additions & 20 deletions

File tree

.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@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3.35.5
57+
uses: github/codeql-action/init@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3.36.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@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3.35.5
71+
uses: github/codeql-action/autobuild@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3.36.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@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3.35.5
84+
uses: github/codeql-action/analyze@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3.36.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@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3.35.5
39+
uses: github/codeql-action/upload-sarif@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3.36.0
4040
with:
4141
sarif_file: semgrep.sarif
4242
if: always()

build.gradle

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

7373
configurations {
7474
taglet {
75-
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2026.0")
75+
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2026.5")
7676
}
7777
}
7878

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

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.5"
4-
implementation "com.datadoghq:datadog-api-client:2.54.0"
4+
implementation "com.datadoghq:datadog-api-client:2.55.0"
55

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

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.2.13.Final"
25-
api "io.netty:netty-codec-http:4.2.13.Final"
24+
api "io.netty:netty-codec:4.2.14.Final"
25+
api "io.netty:netty-codec-http:4.2.14.Final"
2626

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

commercetools/internal-docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
2+
testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0'
33
implementation project(":commercetools:commercetools-sdk-java-api")
44
implementation project(":commercetools:commercetools-sdk-java-importapi")
55
implementation project(":commercetools:commercetools-sdk-java-history")

gradle-scripts/extensions.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ ext {
3232
jackson_core = [
3333
version: '2.19.0',
3434
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.21',
35-
databind: 'com.fasterxml.jackson.core:jackson-databind:2.21.3',
36-
core: 'com.fasterxml.jackson.core:jackson-core:2.21.1',
37-
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.3',
35+
databind: 'com.fasterxml.jackson.core:jackson-databind:2.21.4',
36+
core: 'com.fasterxml.jackson.core:jackson-core:2.21.4',
37+
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21.4',
3838
]
3939

4040
google = [
@@ -56,7 +56,7 @@ ext {
5656
]
5757

5858
junit = [
59-
junit: 'org.junit.jupiter:junit-jupiter:6.0.3',
59+
junit: 'org.junit.jupiter:junit-jupiter:6.1.0',
6060
jsonassert: 'org.skyscreamer:jsonassert:1.5.3',
6161
assertj: 'org.assertj:assertj-core:3.27.7'
6262
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"format": "./gradlew spotlessApply",
1919
"prepare": "husky"
2020
},
21-
"packageManager": "yarn@4.14.1"
21+
"packageManager": "yarn@4.15.0"
2222
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Manual changes might be lost - proceed with caution!
33

44
__metadata:
5-
version: 9
5+
version: 10
66
cacheKey: 10c0
77

88
"ansi-escapes@npm:^7.0.0":

0 commit comments

Comments
 (0)