Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Generate and submit dependency graph
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: gradle/actions/dependency-submission@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
uses: gradle/actions/dependency-submission@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
with:
github-token: ${{ steps.generate_github_token.outputs.token }}
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@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
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@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
uses: github/codeql-action/autobuild@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1

# ℹ️ 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@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
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@97a2bfd2a3d26d458da69e548f7f859d6fca634d # v2.16.1
uses: github/codeql-action/upload-sarif@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
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 @@ -66,7 +66,7 @@ allprojects {

configurations {
taglet {
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2025.3")
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2025.4")
}
}

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.4"
implementation "com.datadoghq:datadog-api-client:2.35.0"
implementation "com.datadoghq:datadog-api-client:2.38.0"

testImplementation project(":commercetools:commercetools-sdk-java-api")
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

dependencies {
api project(":rmf:rmf-java-base")
implementation 'io.opentelemetry:opentelemetry-api:1.50.0'
implementation 'io.opentelemetry:opentelemetry-api:1.51.0'

testImplementation project(":commercetools:commercetools-sdk-java-api")
}
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.12.0"
implementation "com.squareup.okio:okio:3.14.0"
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.12.0"
implementation "com.squareup.okio:okio:3.14.0"

implementation javax.validation
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
dependencies {
api project(":rmf:rmf-java-base")

api "io.projectreactor.netty:reactor-netty-http:1.2.6"
api "io.projectreactor.netty:reactor-netty-core:1.2.6"
api "io.projectreactor.netty:reactor-netty-http:1.2.7"
api "io.projectreactor.netty:reactor-netty-core:1.2.7"

implementation javax.validation
}
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.1.21"
id 'org.jetbrains.kotlin.jvm' version "2.2.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion common-plugins/javaparser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ shadowJar {
}

dependencies {
implementation 'com.github.javaparser:javaparser-core:3.26.4'
implementation 'com.github.javaparser:javaparser-core:3.27.0'
}
10 changes: 5 additions & 5 deletions gradle-scripts/extensions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ ext {

jackson_core = [
version: '2.19.0',
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.19.0',
databind: 'com.fasterxml.jackson.core:jackson-databind:2.19.0',
core: 'com.fasterxml.jackson.core:jackson-core:2.19.0',
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0',
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.19.1',
databind: 'com.fasterxml.jackson.core:jackson-databind:2.19.1',
core: 'com.fasterxml.jackson.core:jackson-core:2.19.1',
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1',
]

google = [
Expand All @@ -56,7 +56,7 @@ ext {
]

junit = [
junit: 'org.junit.jupiter:junit-jupiter:5.13.0',
junit: 'org.junit.jupiter:junit-jupiter:5.13.2',
jsonassert: 'org.skyscreamer:jsonassert:1.5.3',
assertj: 'org.assertj:assertj-core:3.27.3'
]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"packageManager": "[email protected]",
"dependencies": {
"husky": "9.1.7",
"lint-staged": "16.1.0"
"lint-staged": "16.1.2"
},
"scripts": {
"postinstall": "husky install",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ __metadata:
resolution: "commercetools-sdk-java-v2@workspace:."
dependencies:
husky: "npm:9.1.7"
lint-staged: "npm:16.1.0"
lint-staged: "npm:16.1.2"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -174,9 +174,9 @@ __metadata:
languageName: node
linkType: hard

"lint-staged@npm:16.1.0":
version: 16.1.0
resolution: "lint-staged@npm:16.1.0"
"lint-staged@npm:16.1.2":
version: 16.1.2
resolution: "lint-staged@npm:16.1.2"
dependencies:
chalk: "npm:^5.4.1"
commander: "npm:^14.0.0"
Expand All @@ -190,7 +190,7 @@ __metadata:
yaml: "npm:^2.8.0"
bin:
lint-staged: bin/lint-staged.js
checksum: 10c0/5cc33d61ec2c682e488eb3fcea5c153ce486623b80314f2c56af438ad78d73c7fcd3e7c911d273ac740bd34f1e030d35d4fb92d8e476984150c0c59724ac7fa4
checksum: 10c0/2a299fc0d56e0a64ed0af8caf937e00eac47cb270df2917e2d4b939074eaa63ecd7f16d3b70b7e5e57bff75ffbbbf8aae5768dedf3dfd45e3ca1b9caaf7740cc
languageName: node
linkType: hard

Expand Down