Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
Browse files Browse the repository at this point in the history
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.0 to 3.26.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.26.0...assertj-build-3.26.3)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent c600e15 commit 69a4367
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion router-openapi-request-validator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
api(project(":router"))

testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testImplementation("org.assertj:assertj-core:3.26.0")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("io.mockk:mockk:1.13.11")
testImplementation("org.slf4j:slf4j-simple:2.0.13")
}
2 changes: 1 addition & 1 deletion router-protobuf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
testImplementation("org.assertj:assertj-core:3.26.0")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("io.mockk:mockk:1.13.11")
testImplementation("org.slf4j:slf4j-simple:2.0.13")
testImplementation("com.jayway.jsonpath:json-path:2.9.0")
Expand Down
2 changes: 1 addition & 1 deletion router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
testImplementation("org.assertj:assertj-core:3.26.0")
testImplementation("org.assertj:assertj-core:3.26.3")
testImplementation("io.mockk:mockk:1.13.11")
testImplementation("ch.qos.logback:logback-classic:1.5.6")
}

0 comments on commit 69a4367

Please sign in to comment.