From 7d4f1bd8e68feb47879acc13f4d007e63f8ca9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:39:41 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [org.wiremock.integrations.testcontainers:wiremock-testcontainers-module](https://github.com/wiremock/wiremock-testcontainers-java) and [jvm](https://github.com/JetBrains/kotlin). Updates `org.wiremock.integrations.testcontainers:wiremock-testcontainers-module` from 1.0-alpha-13 to 1.0-alpha-14 - [Release notes](https://github.com/wiremock/wiremock-testcontainers-java/releases) - [Changelog](https://github.com/wiremock/wiremock-testcontainers-java/blob/main/jreleaser.yml) - [Commits](https://github.com/wiremock/wiremock-testcontainers-java/commits) Updates `jvm` from 2.0.0 to 2.0.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0...v2.0.10) --- updated-dependencies: - dependency-name: org.wiremock.integrations.testcontainers:wiremock-testcontainers-module dependency-type: direct:production 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9228de9..0e200e2 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.0" + kotlin("jvm") version "2.0.10" id("org.jlleitschuh.gradle.ktlint") version "12.1.1" application } @@ -25,7 +25,7 @@ dependencies { testImplementation("io.mockk:mockk:1.13.12") 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-13") + testImplementation("org.wiremock.integrations.testcontainers:wiremock-testcontainers-module:1.0-alpha-14") testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.1")) testImplementation("org.testcontainers:testcontainers") testImplementation("org.testcontainers:junit-jupiter")