Skip to content

Commit

Permalink
Bump io.kotest:kotest-assertions-json from 5.7.2 to 5.8.0
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-assertions-json](https://github.com/kotest/kotest) from 5.7.2 to 5.8.0.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.7.2...v5.8.0)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-assertions-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2023
1 parent dea012d commit 55627f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shopping/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter:1.19.1")
testImplementation("org.testcontainers:postgresql:1.19.1")
testImplementation("io.kotest:kotest-assertions-core-jvm:5.8.0")
testImplementation("io.kotest:kotest-assertions-json:5.7.2")
testImplementation("io.kotest:kotest-assertions-json:5.8.0")
testImplementation("io.kotest:kotest-runner-junit5:5.7.2")
testImplementation("io.rest-assured:rest-assured:5.3.2")
testImplementation("io.rest-assured:json-path:5.3.2")
Expand Down
2 changes: 1 addition & 1 deletion warehouse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter:1.19.1")
testImplementation("org.testcontainers:postgresql:1.19.1")
testImplementation("io.kotest:kotest-assertions-core-jvm:5.8.0")
testImplementation("io.kotest:kotest-assertions-json:5.7.2")
testImplementation("io.kotest:kotest-assertions-json:5.8.0")
testImplementation("io.kotest:kotest-runner-junit5:5.7.2")
testImplementation("io.rest-assured:rest-assured:5.3.2")
testImplementation("io.rest-assured:json-path:5.3.2")
Expand Down

0 comments on commit 55627f8

Please sign in to comment.