From 74d6895831cd3d71828a10869fb9ef6b455ab81a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 14:19:38 +0000 Subject: [PATCH 1/2] Bump the dependencies group with 4 updates Bumps the dependencies group with 4 updates: [io.ktor:ktor-client-core](https://github.com/ktorio/ktor), [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor), [io.mockk:mockk](https://github.com/mockk/mockk) and [jvm](https://github.com/JetBrains/kotlin). Updates `io.ktor:ktor-client-core` from 2.3.12 to 3.0.0 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.12...3.0.0) Updates `io.ktor:ktor-client-cio` from 2.3.12 to 3.0.0 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.12...3.0.0) Updates `io.ktor:ktor-client-cio` from 2.3.12 to 3.0.0 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.12...3.0.0) Updates `io.mockk:mockk` from 1.13.12 to 1.13.13 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.12...1.13.13) Updates `jvm` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.ktor:ktor-client-cio dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d11cfef..ebd9705 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED plugins { - kotlin("jvm") version "2.0.20" + kotlin("jvm") version "2.0.21" id("org.jlleitschuh.gradle.ktlint") version "12.1.1" application } @@ -13,7 +13,7 @@ repositories { mavenCentral() } -val ktorClientVersion = "2.3.12" +val ktorClientVersion = "3.0.0" dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom")) @@ -22,7 +22,7 @@ dependencies { implementation("io.ktor:ktor-client-cio:$ktorClientVersion") testImplementation("org.junit.jupiter:junit-jupiter:5.11.2") - testImplementation("io.mockk:mockk:1.13.12") + testImplementation("io.mockk:mockk:1.13.13") testImplementation("org.assertj:assertj-core:3.26.3") testImplementation("org.wiremock:wiremock:3.9.1") testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-14") From 53b1d108f3c918031072685e356c3796edd1664b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Vi=C3=B1as=20Alcon?= Date: Tue, 15 Oct 2024 11:41:27 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23b666e..e5fbaa8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![CI](https://github.com/rogervinas/wiremock-testing/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/rogervinas/wiremock-testing/actions/workflows/ci.yml) ![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black) -![Kotlin](https://img.shields.io/badge/Kotlin-2.0.20-blue?labelColor=black) +![Kotlin](https://img.shields.io/badge/Kotlin-2.x-blue?labelColor=black) ![WireMock](https://img.shields.io/badge/WireMock-3.9.1-blue?labelColor=black) # WireMock Testing