Skip to content

Commit 5484a7f

Browse files
chore(deps): update all dependencies
1 parent 2d1e822 commit 5484a7f

File tree

12 files changed

+489
-353
lines changed

12 files changed

+489
-353
lines changed

.github/workflows/scorecard.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
35+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3636
with:
3737
persist-credentials: false
3838

3939
- name: "Run analysis"
40-
uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
40+
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
4141
with:
4242
results_file: results.sarif
4343
results_format: sarif
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
70+
uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
7171
with:
7272
sarif_file: results.sarif

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
1818
id 'com.github.jk1.dependency-license-report' version '2.0'
1919

20-
id "me.champeau.jmh" version "0.7.1"
20+
id "me.champeau.jmh" version "0.7.2"
2121
id "jacoco"
2222
}
2323

@@ -63,7 +63,7 @@ allprojects {
6363

6464
configurations {
6565
taglet {
66-
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2023.11")
66+
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2023.12")
6767
}
6868
}
6969

buildSrc/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version "1.9.10"
2+
id 'org.jetbrains.kotlin.jvm' version "1.9.21"
33
}
44

55
repositories {
@@ -13,7 +13,7 @@ java {
1313
}
1414

1515
dependencies {
16-
implementation "com.github.javaparser:javaparser-symbol-solver-core:3.25.5"
16+
implementation "com.github.javaparser:javaparser-symbol-solver-core:3.25.6"
1717
implementation "com.google.code.gson:gson:2.10.1"
1818
implementation 'com.squareup:javapoet:1.13.0'
1919
}

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.2.1" version {
4+
api "org.apache.httpcomponents.client5:httpclient5:5.2.2" version {
55
strictly "[5.0,6.0["
66
prefer "5.1.3"
77
}

commercetools/commercetools-monitoring-newrelic/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 'com.newrelic.agent.java:newrelic-api:8.6.0'
4+
implementation 'com.newrelic.agent.java:newrelic-api:8.7.0'
55

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

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.28.0'
4+
implementation 'io.opentelemetry:opentelemetry-api:1.32.0'
55

66
testImplementation project(":commercetools:commercetools-sdk-java-api")
77
}
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
dependencies {
33
api project(":rmf:rmf-java-base")
4-
api "com.squareup.okhttp3:okhttp:4.11.0" version {
4+
api "com.squareup.okhttp3:okhttp:4.12.0" version {
55
strictly '[4.0,5.0['
66
prefer "4.10.0"
77
}
8-
implementation "com.squareup.okio:okio:3.5.0"
8+
implementation "com.squareup.okio:okio:3.6.0"
99

1010
implementation javax.validation
1111
}

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.1.11"
6-
api "io.projectreactor.netty:reactor-netty-core:1.1.11"
5+
api "io.projectreactor.netty:reactor-netty-http:1.1.13"
6+
api "io.projectreactor.netty:reactor-netty-core:1.1.13"
77

88
implementation javax.validation
99
}

gradle-scripts/extensions.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ext {
1414
]
1515

1616
commons = [
17-
lang3: 'org.apache.commons:commons-lang3:3.13.0',
18-
io: 'commons-io:commons-io:2.13.0',
17+
lang3: 'org.apache.commons:commons-lang3:3.14.0',
18+
io: 'commons-io:commons-io:2.15.0',
1919
io_version: {
2020
strictly '[2.8.0,)'
2121
prefer '2.11.0'
@@ -31,10 +31,10 @@ ext {
3131
]
3232

3333
jackson_core = [
34-
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.15.2',
35-
databind: 'com.fasterxml.jackson.core:jackson-databind:2.15.2',
36-
core: 'com.fasterxml.jackson.core:jackson-core:2.15.2',
37-
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2',
34+
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.16.0',
35+
databind: 'com.fasterxml.jackson.core:jackson-databind:2.16.0',
36+
core: 'com.fasterxml.jackson.core:jackson-core:2.16.0',
37+
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0',
3838
]
3939

4040
google = [
@@ -51,7 +51,7 @@ ext {
5151
]
5252

5353
junit = [
54-
junit: 'org.junit.jupiter:junit-jupiter:5.10.0',
54+
junit: 'org.junit.jupiter:junit-jupiter:5.10.1',
5555
dataprovider: 'com.tngtech.junit.dataprovider:junit-jupiter-dataprovider:2.10',
5656
jsonassert: 'org.skyscreamer:jsonassert:1.5.1',
5757
assertj: 'org.assertj:assertj-core:3.24.2'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

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@3.6.3",
12+
"packageManager": "yarn@3.7.0",
1313
"dependencies": {
1414
"husky": "8.0.3",
1515
"lint-staged": "13.3.0"

0 commit comments

Comments
 (0)