Skip to content

Commit 084fc7e

Browse files
Bump the dependencies group with 3 updates (#69)
* Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [org.springframework.boot](https://github.com/spring-projects/spring-boot), [jvm](https://github.com/JetBrains/kotlin) and [plugin.spring](https://github.com/JetBrains/kotlin). Updates `org.springframework.boot` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3) Updates `jvm` from 2.0.10 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.10...v2.0.20) Updates `plugin.spring` from 2.0.10 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.10...v2.0.20) --- updated-dependencies: - dependency-name: org.springframework.boot 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] <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 9ecc28c commit 084fc7e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.10-blue?labelColor=black)
4-
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.3.2-blue?labelColor=black)
3+
![Kotlin](https://img.shields.io/badge/Kotlin-2.0.20-blue?labelColor=black)
4+
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.3.3-blue?labelColor=black)
55

66
# Spring Immutable @ConfigurationProperties
77

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
44
import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
55

66
plugins {
7-
id("org.springframework.boot") version "3.3.2"
7+
id("org.springframework.boot") version "3.3.3"
88
id("io.spring.dependency-management") version "1.1.6"
9-
kotlin("jvm") version "2.0.10"
10-
kotlin("plugin.spring") version "2.0.10"
9+
kotlin("jvm") version "2.0.20"
10+
kotlin("plugin.spring") version "2.0.20"
1111
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
1212
}
1313

0 commit comments

Comments
 (0)