From d93ec8cc51a8270eed9e2306ce57019b3d1d1012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 14:19:24 +0200 Subject: [PATCH] Bump the dependencies group with 2 updates (#57) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin.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 `org.jetbrains.kotlin.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.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jetbrains.kotlin.plugin.spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] * Update README.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roger ViƱas Alcon --- README.md | 2 +- build.gradle.kts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6942d6..304fbcc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![CI](https://github.com/rogervinas/spring-cloud-stream-kafka-avro-schema-registry/actions/workflows/ci.yml/badge.svg)](https://github.com/rogervinas/spring-cloud-stream-kafka-avro-schema-registry/actions/workflows/ci.yml) ![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black) -![Kotlin](https://img.shields.io/badge/Kotlin-2.0.0-blue?labelColor=black) +![Kotlin](https://img.shields.io/badge/Kotlin-2.0.10-blue?labelColor=black) ![SpringBoot](https://img.shields.io/badge/SpringBoot-3.3.2-blue?labelColor=black) ![SpringCloud](https://img.shields.io/badge/SpringCloud-2023.0.3-blue?labelColor=black) diff --git a/build.gradle.kts b/build.gradle.kts index 3f55a04..f27b9d1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,8 +7,8 @@ plugins { id("org.springframework.boot") version "3.3.2" apply false id("io.spring.dependency-management") version "1.1.6" id("com.github.davidmc24.gradle.plugin.avro") version "1.9.1" - id("org.jetbrains.kotlin.jvm") version "2.0.0" - id("org.jetbrains.kotlin.plugin.spring") version "2.0.0" + id("org.jetbrains.kotlin.jvm") version "2.0.10" + id("org.jetbrains.kotlin.plugin.spring") version "2.0.10" id("org.jlleitschuh.gradle.ktlint") version "12.1.1" }