Skip to content

Commit

Permalink
[Tech] Bump io.ktor:ktor-client-mock-jvm from 2.3.3 to 2.3.9 in /backend
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-client-mock-jvm](https://github.com/ktorio/ktor) from 2.3.3 to 2.3.9.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.3...2.3.9)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-mock-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 3c7d585 commit 03dec39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
api("io.sentry:sentry:6.31.0")
api("io.sentry:sentry-log4j2:7.5.0")
runtimeOnly("org.postgresql:postgresql:42.6.0")
testImplementation("io.ktor:ktor-client-mock-jvm:2.3.3")
testImplementation("io.ktor:ktor-client-mock-jvm:2.3.9")
testImplementation("org.assertj:assertj-core:3.25.0")
testImplementation("org.testcontainers:postgresql:1.19.4")
testImplementation("org.testcontainers:testcontainers:1.19.4")
Expand Down

0 comments on commit 03dec39

Please sign in to comment.