From 38e01794c752adf4aad04bd1556fa1d6a5941197 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:19:46 +0000 Subject: [PATCH] Bump the prod-dependencies group across 1 directory with 2 updates Bumps the prod-dependencies group with 2 updates in the / directory: [jvm](https://github.com/JetBrains/kotlin) and com.coditory.integration-test. Updates `jvm` from 2.0.21 to 2.1.0 - [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.21...v2.1.0) Updates `com.coditory.integration-test` from 2.2.0 to 2.2.2 --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: com.coditory.integration-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-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 150a60b..701f493 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { - kotlin("jvm") version "2.0.21" - id("com.coditory.integration-test") version "2.2.0" + kotlin("jvm") version "2.1.0" + id("com.coditory.integration-test") version "2.2.2" id("java-gradle-plugin") id("maven-publish") id("com.gradle.plugin-publish") version "1.3.0"