Skip to content

Commit 27f7774

Browse files
fix(deps): update all dependencies
1 parent b83e931 commit 27f7774

File tree

15 files changed

+35
-31
lines changed

15 files changed

+35
-31
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
run: ./gradlew codeCoverageReport
141141

142142
- name: Send code coverage report to Codecov.io
143-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
143+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
144144
with:
145145
token: ${{ secrets.CODECOV_TOKEN }}
146146
docs:
@@ -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@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
193+
uses: gradle/actions/dependency-submission@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.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@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
57+
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
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@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
8585
with:
8686
category: "/language:${{matrix.language}}"

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.4.4" version {
4+
api "org.apache.httpcomponents.client5:httpclient5:5.5" version {
55
strictly "[5.4.4,6.0["
66
prefer "5.4.4"
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.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

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.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

Lines changed: 2 additions & 2 deletions
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

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.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

Lines changed: 1 addition & 1 deletion
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 {

gradle-scripts/extensions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ext {
6363

6464
mockito = [
6565
inline: 'org.mockito:mockito-inline:5.2.0',
66-
junit: 'org.mockito:mockito-junit-jupiter:5.17.0',
66+
junit: 'org.mockito:mockito-junit-jupiter:5.18.0',
6767
]
6868

6969
failsafe = [

gradle/wrapper/gradle-wrapper.jar

311 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)