Skip to content

Commit e92b291

Browse files
Bump org.springframework.boot from 3.3.0 to 3.3.1 in the dependencies group (#60)
* Bump org.springframework.boot in the dependencies group Bumps the dependencies group with 1 update: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.0...v3.3.1) --- updated-dependencies: - dependency-name: org.springframework.boot 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 6ede58a commit e92b291

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-2.0.0-blue?labelColor=black)
4-
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.3.0-blue?labelColor=black)
4+
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.3.1-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
@@ -4,7 +4,7 @@ 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.0"
7+
id("org.springframework.boot") version "3.3.1"
88
id("io.spring.dependency-management") version "1.1.5"
99
kotlin("jvm") version "2.0.0"
1010
kotlin("plugin.spring") version "2.0.0"

0 commit comments

Comments
 (0)