Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -68,7 +68,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -81,6 +81,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
with:
category: "/language:${{matrix.language}}"
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run Semgrep
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
- name: Upload SARIF file for GitHub Advanced Security Dashboard
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
with:
sarif_file: semgrep.sarif
if: always()
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ allprojects {

configurations {
taglet {
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2026.6")
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2026.8")
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
api project(":rmf:rmf-java-base")
implementation "com.datadoghq:java-dogstatsd-client:4.4.5"
implementation "com.datadoghq:datadog-api-client:2.59.0"
implementation "com.datadoghq:datadog-api-client:2.60.0"
constraints {
implementation("com.fasterxml.jackson.core:jackson-core:2.22.2") {
because("security update")
Expand Down
2 changes: 1 addition & 1 deletion commercetools/commercetools-okhttp-client3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jmh {
dependencies {
api project(":rmf:rmf-java-base")

implementation "com.squareup.okio:okio:3.18.1"
implementation "com.squareup.okio:okio:3.18.2"
api "com.squareup.okhttp3:okhttp:3.14.9" version {
strictly "[3.0,3.99999]"
prefer "3.14.9"
Expand Down
2 changes: 1 addition & 1 deletion commercetools/commercetools-okhttp-client4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
strictly '[4.0,4.99999]'
prefer "4.12.0"
}
implementation "com.squareup.okio:okio:3.18.1"
implementation "com.squareup.okio:okio:3.18.2"

implementation 'jakarta.validation:jakarta.validation-api:3.1.1'
}
2 changes: 1 addition & 1 deletion commercetools/commercetools-okhttp-client5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
strictly '[5.0,5.99999]'
prefer "5.5.0"
}
implementation "com.squareup.okio:okio:3.18.1"
implementation "com.squareup.okio:okio:3.18.2"

implementation 'jakarta.validation:jakarta.validation-api:3.1.1'
}
2 changes: 1 addition & 1 deletion commercetools/commercetools-sdk-java-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'jakarta.validation:jakarta.validation-api:3.1.1'
api 'org.apache.commons:commons-lang3:3.20.0'
api 'org.slf4j:slf4j-api:2.0.18'
api 'org.slf4j:slf4j-api:2.0.19'

testImplementation project(':commercetools:commercetools-http-client')
testImplementation project(':commercetools:commercetools-okhttp-client4')
Expand Down
2 changes: 1 addition & 1 deletion common-plugins/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-gradle-plugin'
id 'idea'
id 'org.jetbrains.kotlin.jvm' version "2.4.10"
id 'org.jetbrains.kotlin.jvm' version "2.4.20"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"husky": "9.1.7",
"lint-staged": "17.3.0"
"lint-staged": "17.5.0"
},
"scripts": {
"postinstall": "husky",
Expand Down
2 changes: 1 addition & 1 deletion rmf/rmf-java-base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
api 'tools.jackson.core:jackson-core:3.2.2'
// api jackson_core.datatype
api 'org.apache.commons:commons-lang3:3.20.0'
api 'org.slf4j:slf4j-api:2.0.18'
api 'org.slf4j:slf4j-api:2.0.19'
api 'dev.failsafe:failsafe:3.3.2'
api "com.spotify:completable-futures:0.3.6"
api "org.reflections:reflections:0.10.2"
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ __metadata:
resolution: "commercetools-sdk-java-v2@workspace:."
dependencies:
husky: "npm:9.1.7"
lint-staged: "npm:17.3.0"
lint-staged: "npm:17.5.0"
languageName: unknown
linkType: soft

Expand All @@ -23,27 +23,27 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:17.3.0":
version: 17.3.0
resolution: "lint-staged@npm:17.3.0"
"lint-staged@npm:17.5.0":
version: 17.5.0
resolution: "lint-staged@npm:17.5.0"
dependencies:
picomatch: "npm:^4.0.5"
picomatch: "npm:^4.0.7"
string-argv: "npm:^0.3.2"
tinyexec: "npm:^1.2.4"
tinyexec: "npm:^1.3.1"
yaml: "npm:^2.9.0"
dependenciesMeta:
yaml:
optional: true
bin:
lint-staged: bin/lint-staged.js
checksum: 10c0/48703bf88fd834a5575b4f7fc77aadc7be21017ca66db4255b8962515f7b3df523ec23a1f198fb89eddc838268f2472a613723a7b058ad9260367a1698ce76e1
checksum: 10c0/fcf3f8baeb9dee5366698bf55ecd40a5004b79c60a29e8cd3ed30f62475af3da67492aa88b3432ea61bbf416577ef9fb8d7f73428c71000c0cd937945809a7ed
languageName: node
linkType: hard

"picomatch@npm:^4.0.5":
version: 4.0.5
resolution: "picomatch@npm:4.0.5"
checksum: 10c0/947bc6b6e1ff1e6c5aaf95b107a0839d12802f4f7b867663f67d47accba939ca1cb582cf99dfc30438efa1c4648ac5990967e783e8929c36b03e8440704ef1bd
"picomatch@npm:^4.0.7":
version: 4.0.7
resolution: "picomatch@npm:4.0.7"
checksum: 10c0/beb6ae02c43ae44e84883b90830196d9046b1726ead292adcf7f57945e0bb0d992d68563d87e03b484b6f3c9a5c6defda7523477f047d7f0e663f126cc01787f
languageName: node
linkType: hard

Expand All @@ -54,10 +54,10 @@ __metadata:
languageName: node
linkType: hard

"tinyexec@npm:^1.2.4":
version: 1.3.0
resolution: "tinyexec@npm:1.3.0"
checksum: 10c0/e9b89f97489d2aab2cef408da279e6b32547e738d1275032ccb8fd0028a006d93eb70fc51c6cffd9fc2f5aca6c2a273d8b6f73b52d46ee5116da6b94969ef958
"tinyexec@npm:^1.3.1":
version: 1.3.1
resolution: "tinyexec@npm:1.3.1"
checksum: 10c0/c590369cb3fa73cc18a3998caec8a00f9712d91309c881be3ac52b160fb2f80c7b1fbf3591858ab6abab47ad55385b0c86ec19982e32441a01f55298dab9ccd2
languageName: node
linkType: hard

Expand Down
Loading