Skip to content

Commit eef16d7

Browse files
Bump org.springframework.boot from 3.2.4 to 3.2.5 (#49)
* Bump org.springframework.boot from 3.2.4 to 3.2.5 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch ... 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 5d31958 commit eef16d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![CI](https://github.com/rogervinas/spring-immutable-configuration-properties/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/rogervinas/spring-immutable-configuration-properties/actions/workflows/gradle.yml)
22
![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black)
33
![Kotlin](https://img.shields.io/badge/Kotlin-1.9.23-blue?labelColor=black)
4-
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.2.4-blue?labelColor=black)
4+
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.2.5-blue?labelColor=black)
55

66
# Spring Immutable @ConfigurationProperties
77

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
33
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44

55
plugins {
6-
id("org.springframework.boot") version "3.2.4"
6+
id("org.springframework.boot") version "3.2.5"
77
id("io.spring.dependency-management") version "1.1.4"
88
kotlin("jvm") version "1.9.23"
99
kotlin("plugin.spring") version "1.9.23"

0 commit comments

Comments
 (0)