Skip to content

Commit 9ecc28c

Browse files
Bump the dependencies group with 2 updates (#68)
* Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [jvm](https://github.com/JetBrains/kotlin) and [plugin.spring](https://github.com/JetBrains/kotlin). 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](JetBrains/kotlin@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](JetBrains/kotlin@v2.0.0...v2.0.10) --- updated-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] <support@github.com> * Update README.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roger Viñas Alcon <roger.vinas@fastzink.com>
1 parent 8a08fed commit 9ecc28c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![CI](https://github.com/rogervinas/spring-immutable-configuration-properties/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/rogervinas/spring-immutable-configuration-properties/actions/workflows/ci.yml)
22
![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black)
3-
![Kotlin](https://img.shields.io/badge/Kotlin-2.0.0-blue?labelColor=black)
3+
![Kotlin](https://img.shields.io/badge/Kotlin-2.0.10-blue?labelColor=black)
44
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.3.2-blue?labelColor=black)
55

66
# Spring Immutable @ConfigurationProperties

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
66
plugins {
77
id("org.springframework.boot") version "3.3.2"
88
id("io.spring.dependency-management") version "1.1.6"
9-
kotlin("jvm") version "2.0.0"
10-
kotlin("plugin.spring") version "2.0.0"
9+
kotlin("jvm") version "2.0.10"
10+
kotlin("plugin.spring") version "2.0.10"
1111
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
1212
}
1313

0 commit comments

Comments
 (0)