Skip to content

Commit

Permalink
Bump io.kotest:kotest-framework-engine in /packages/Manager
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-framework-engine](https://github.com/kotest/kotest) from 5.8.0 to 5.8.1.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.0...v5.8.1)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-framework-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent b4ade3a commit 58965ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Manager/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.kotest:kotest-runner-junit5:5.8.0")
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
testImplementation("io.kotest:kotest-framework-engine:5.8.0")
testImplementation("io.kotest:kotest-framework-engine:5.8.1")
testImplementation("org.springframework.kafka:spring-kafka-test")
testImplementation("org.awaitility:awaitility-kotlin:4.2.2")
testImplementation("io.mockk:mockk:1.13.10")
Expand Down

0 comments on commit 58965ec

Please sign in to comment.