Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 11, 2024
1 parent a56ef07 commit 2617acd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.38.0'
implementation 'io.opentelemetry:opentelemetry-api:1.39.0'

testImplementation project(":commercetools:commercetools-sdk-java-api")
}
Expand Down
4 changes: 2 additions & 2 deletions commercetools/commercetools-reactornetty-client/build.gradle
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.19"
api "io.projectreactor.netty:reactor-netty-core:1.1.19"
api "io.projectreactor.netty:reactor-netty-http:1.1.20"
api "io.projectreactor.netty:reactor-netty-core:1.1.20"

implementation javax.validation
}
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@4.2.2",
"packageManager": "yarn@4.3.0",
"dependencies": {
"husky": "9.0.11",
"lint-staged": "15.2.5"
Expand Down

0 comments on commit 2617acd

Please sign in to comment.