Skip to content

Commit 5475b02

Browse files
fix(deps): update all dependencies
1 parent 37f5b49 commit 5475b02

File tree

8 files changed

+20
-20
lines changed

8 files changed

+20
-20
lines changed

.github/workflows/codeql.yml

+3-3
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@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
57+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
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@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
71+
uses: github/codeql-action/autobuild@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
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@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
84+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
8585
with:
8686
category: "/language:${{matrix.language}}"

commercetools/commercetools-async-http-client/build.gradle

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

commercetools/commercetools-monitoring-opentelemetry/build.gradle

+1-1
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.49.0'
4+
implementation 'io.opentelemetry:opentelemetry-api:1.50.0'
55

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

commercetools/commercetools-reactornetty-client/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
dependencies {
33
api project(":rmf:rmf-java-base")
44

5-
api "io.projectreactor.netty:reactor-netty-http:1.2.5"
6-
api "io.projectreactor.netty:reactor-netty-core:1.2.5"
5+
api "io.projectreactor.netty:reactor-netty-http:1.2.6"
6+
api "io.projectreactor.netty:reactor-netty-core:1.2.6"
77

88
implementation javax.validation
99
}

commercetools/commercetools-sdk-compat-v1/build.gradle

+2-2
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.0.Final"
25-
api "io.netty:netty-codec-http:4.2.0.Final"
24+
api "io.netty:netty-codec:4.2.1.Final"
25+
api "io.netty:netty-codec-http:4.2.1.Final"
2626

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

common-plugins/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java-gradle-plugin'
33
id 'idea'
4-
id 'org.jetbrains.kotlin.jvm' version "2.1.20"
4+
id 'org.jetbrains.kotlin.jvm' version "2.1.21"
55
}
66

77
repositories {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"packageManager": "[email protected]",
1313
"dependencies": {
1414
"husky": "9.1.7",
15-
"lint-staged": "15.5.1"
15+
"lint-staged": "15.5.2"
1616
},
1717
"scripts": {
1818
"postinstall": "husky install",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ __metadata:
8282
resolution: "commercetools-sdk-java-v2@workspace:."
8383
dependencies:
8484
husky: "npm:9.1.7"
85-
lint-staged: "npm:15.5.1"
85+
lint-staged: "npm:15.5.2"
8686
languageName: unknown
8787
linkType: soft
8888

@@ -230,9 +230,9 @@ __metadata:
230230
languageName: node
231231
linkType: hard
232232

233-
"lint-staged@npm:15.5.1":
234-
version: 15.5.1
235-
resolution: "lint-staged@npm:15.5.1"
233+
"lint-staged@npm:15.5.2":
234+
version: 15.5.2
235+
resolution: "lint-staged@npm:15.5.2"
236236
dependencies:
237237
chalk: "npm:^5.4.1"
238238
commander: "npm:^13.1.0"
@@ -246,7 +246,7 @@ __metadata:
246246
yaml: "npm:^2.7.0"
247247
bin:
248248
lint-staged: bin/lint-staged.js
249-
checksum: 10c0/86deddb08bf10428f2eb96c02326a9ee403360729225f0b12afb0c0f13c287a75daa01e179d86f64e3432576446d8643d204a47417296f9ef0aa56f1340ff2af
249+
checksum: 10c0/618386254600ada3af3672486a9d082250108245e7c0863d9dfe0a21e7764e3b2eb6416b0f8970e548f4e9d368637331598b27df5a1306925feabbaf16a667e1
250250
languageName: node
251251
linkType: hard
252252

0 commit comments

Comments
 (0)