File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ 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 )
2
2
![ 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 )
5
5
6
6
# Spring Immutable @ConfigurationProperties
7
7
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.PASSED
4
4
import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
5
5
6
6
plugins {
7
- id(" org.springframework.boot" ) version " 3.3.2 "
7
+ id(" org.springframework.boot" ) version " 3.3.3 "
8
8
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 "
11
11
id(" org.jlleitschuh.gradle.ktlint" ) version " 12.1.1"
12
12
}
13
13
You can’t perform that action at this time.
0 commit comments