Skip to content

Commit 3ff3f83

Browse files
fix(deps): update all dependencies
1 parent 2559f6f commit 3ff3f83

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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@94baf225fe0a508e581a564467443d0e2379123b # v4.3.0
193+
uses: gradle/actions/dependency-submission@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
194194
with:
195195
github-token: ${{ steps.generate_github_token.outputs.token }}

Diff for: .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@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
57+
uses: github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
71+
uses: github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
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@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
84+
uses: github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
8585
with:
8686
category: "/language:${{matrix.language}}"

Diff for: .github/workflows/semgrep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
with:
3434
persist-credentials: false
3535

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ allprojects {
7272

7373
dependencies {
7474
taglet 'com.commercetools.build.taglets:commercetools-taglets:3.6.3'
75-
taglet 'com.google.guava:guava:33.4.5-jre'
75+
taglet 'com.google.guava:guava:33.4.6-jre'
7676
taglet 'org.jdrupes.taglets:plantuml-taglet:3.1.0'
7777
}
7878
}

Diff for: commercetools/commercetools-apachehttp-client/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-
api "org.apache.httpcomponents.client5:httpclient5:5.4.2" version {
4+
api "org.apache.httpcomponents.client5:httpclient5:5.4.3" version {
55
strictly "[5.4.1,6.0["
66
prefer "5.4.2"
77
}

Diff for: commercetools/commercetools-money/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies {
22
api "javax.money:money-api:1.1"
3-
api('org.javamoney.moneta:moneta-core:1.4.4') {
3+
api('org.javamoney.moneta:moneta-core:1.4.5') {
44
exclude group: "com.squareup.okhttp3", module: "okhttp"
55
}
66
}

Diff for: common-plugins/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ dependencies {
3232
implementation project(path: ':javaparser', configuration: 'shadow')
3333
implementation "com.google.code.gson:gson:2.12.1"
3434
implementation 'com.squareup:javapoet:1.13.0'
35-
implementation 'com.google.guava:guava:33.4.5-jre'
35+
implementation 'com.google.guava:guava:33.4.6-jre'
3636
}

Diff for: gradle-scripts/extensions.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ext {
5151
]
5252

5353
junit = [
54-
junit: 'org.junit.jupiter:junit-jupiter:5.11.4',
54+
junit: 'org.junit.jupiter:junit-jupiter:5.12.1',
5555
dataprovider: 'com.tngtech.junit.dataprovider:junit-jupiter-dataprovider:2.10',
5656
jsonassert: 'org.skyscreamer:jsonassert:1.5.3',
5757
assertj: 'org.assertj:assertj-core:3.27.3'

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=14.15",
1010
"npm": ">=5"
1111
},
12-
"packageManager": "yarn@4.7.0",
12+
"packageManager": "yarn@4.8.0",
1313
"dependencies": {
1414
"husky": "9.1.7",
1515
"lint-staged": "15.5.0"

0 commit comments

Comments
 (0)