From 48f60a13ca6e70012964dabcab10fe34467a825a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 11:09:56 +0000 Subject: [PATCH] chore(deps): bump io.ktor:ktor-client-mock from 2.3.10 to 2.3.11 Bumps [io.ktor:ktor-client-mock](https://github.com/ktorio/ktor) from 2.3.10 to 2.3.11. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.10...2.3.11) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-mock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index dcc355d..5f2437b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { implementation("io.ktor:ktor-client-cio:2.3.10") implementation("io.ktor:ktor-server-core:2.3.10") implementation("io.ktor:ktor-server-netty:2.3.10") - testImplementation("io.ktor:ktor-client-mock:2.3.10") + testImplementation("io.ktor:ktor-client-mock:2.3.11") // RDF dependencies. implementation("org.apache.jena:apache-jena-libs:5.0.0")