Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Commit

Permalink
build(deps): bump mockk from 1.12.7 to 1.13.2 in /api-editor
Browse files Browse the repository at this point in the history
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.7 to 1.13.2.
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.12.7...1.13.2)

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2022
1 parent c120710 commit a5622c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-editor/backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
testImplementation(kotlin("test"))
testImplementation("io.kotest:kotest-assertions-core-jvm:5.4.2")
testImplementation("io.ktor:ktor-server-test-host:$ktorVersion")
testImplementation("io.mockk:mockk:1.12.7")
testImplementation("io.mockk:mockk:1.13.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1")
}

Expand Down
2 changes: 1 addition & 1 deletion api-editor/desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {

testImplementation(kotlin("test"))
testImplementation("io.kotest:kotest-assertions-core-jvm:5.4.2")
testImplementation("io.mockk:mockk:1.12.7")
testImplementation("io.mockk:mockk:1.13.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1")
}

Expand Down

0 comments on commit a5622c7

Please sign in to comment.