Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #489

Merged
merged 1 commit into from
Dec 4, 2023
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
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
with:
results_file: results.sarif
results_format: sarif
Expand Down Expand Up @@ -67,6 +67,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@701f152f28d4350ad289a5e31435e9ab6169a7ca # v2.21.6
uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
id 'com.github.jk1.dependency-license-report' version '2.0'

id "me.champeau.jmh" version "0.7.1"
id "me.champeau.jmh" version "0.7.2"
id "jacoco"
}

Expand Down Expand Up @@ -63,7 +63,7 @@ allprojects {

configurations {
taglet {
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2023.11")
resolutionStrategy.force("net.sourceforge.plantuml:plantuml:1.2023.12")
}
}

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version "1.9.10"
id 'org.jetbrains.kotlin.jvm' version "1.9.21"
}

repositories {
Expand All @@ -13,7 +13,7 @@ java {
}

dependencies {
implementation "com.github.javaparser:javaparser-symbol-solver-core:3.25.5"
implementation "com.github.javaparser:javaparser-symbol-solver-core:3.25.7"
implementation "com.google.code.gson:gson:2.10.1"
implementation 'com.squareup:javapoet:1.13.0'
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

dependencies {
api project(":rmf:rmf-java-base")
api "org.apache.httpcomponents.client5:httpclient5:5.2.1" version {
api "org.apache.httpcomponents.client5:httpclient5:5.2.3" version {
strictly "[5.0,6.0["
prefer "5.1.3"
}
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.newrelic.agent.java:newrelic-api:8.6.0'
implementation 'com.newrelic.agent.java:newrelic-api:8.7.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.28.0'
implementation 'io.opentelemetry:opentelemetry-api:1.32.0'

testImplementation project(":commercetools:commercetools-sdk-java-api")
}
Expand Down
4 changes: 2 additions & 2 deletions commercetools/commercetools-okhttp-client4/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

dependencies {
api project(":rmf:rmf-java-base")
api "com.squareup.okhttp3:okhttp:4.11.0" version {
api "com.squareup.okhttp3:okhttp:4.12.0" version {
strictly '[4.0,5.0['
prefer "4.10.0"
}
implementation "com.squareup.okio:okio:3.5.0"
implementation "com.squareup.okio:okio:3.6.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.1.11"
api "io.projectreactor.netty:reactor-netty-core:1.1.11"
api "io.projectreactor.netty:reactor-netty-http:1.1.13"
api "io.projectreactor.netty:reactor-netty-core:1.1.13"

implementation javax.validation
}
14 changes: 7 additions & 7 deletions gradle-scripts/extensions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ ext {
]

commons = [
lang3: 'org.apache.commons:commons-lang3:3.13.0',
io: 'commons-io:commons-io:2.13.0',
lang3: 'org.apache.commons:commons-lang3:3.14.0',
io: 'commons-io:commons-io:2.15.1',
io_version: {
strictly '[2.8.0,)'
prefer '2.11.0'
Expand All @@ -31,10 +31,10 @@ ext {
]

jackson_core = [
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.15.2',
databind: 'com.fasterxml.jackson.core:jackson-databind:2.15.2',
core: 'com.fasterxml.jackson.core:jackson-core:2.15.2',
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2',
annotations: 'com.fasterxml.jackson.core:jackson-annotations:2.16.0',
databind: 'com.fasterxml.jackson.core:jackson-databind:2.16.0',
core: 'com.fasterxml.jackson.core:jackson-core:2.16.0',
datatype: 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.16.0',
]

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

junit = [
junit: 'org.junit.jupiter:junit-jupiter:5.10.0',
junit: 'org.junit.jupiter:junit-jupiter:5.10.1',
dataprovider: 'com.tngtech.junit.dataprovider:junit-jupiter-dataprovider:2.10',
jsonassert: 'org.skyscreamer:jsonassert:1.5.1',
assertj: 'org.assertj:assertj-core:3.24.2'
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.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=14.15",
"npm": ">=5"
},
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@3.7.0",
"dependencies": {
"husky": "8.0.3",
"lint-staged": "13.3.0"
Expand Down
Loading
Loading