From 97ec1f13587d3b4d523df2c29558a55a19fb9187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:12:54 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [org.awaitility:awaitility](https://github.com/awaitility/awaitility), [jvm](https://github.com/JetBrains/kotlin) and [plugin.spring](https://github.com/JetBrains/kotlin). Updates `org.awaitility:awaitility` from 4.2.1 to 4.2.2 - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.1...awaitility-4.2.2) 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) Updates `plugin.spring` 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.awaitility:awaitility 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 - dependency-name: plugin.spring 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 3f1b50d..b2459cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,8 +6,8 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED plugins { id("org.springframework.boot") version "3.3.2" id("io.spring.dependency-management") version "1.1.6" - kotlin("jvm") version "2.0.0" - kotlin("plugin.spring") version "2.0.0" + kotlin("jvm") version "2.0.10" + kotlin("plugin.spring") version "2.0.10" id("org.jlleitschuh.gradle.ktlint") version "12.1.1" } @@ -35,7 +35,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("com.nhaarman:mockito-kotlin:1.6.0") - testImplementation("org.awaitility:awaitility:4.2.1") + testImplementation("org.awaitility:awaitility:4.2.2") } dependencyManagement {