File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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/gradle.yml/badge.svg?branch=master )] ( https://github.com/rogervinas/spring-immutable-configuration-properties/actions/workflows/gradle.yml )
2
2
![ Java] ( https://img.shields.io/badge/Java-21-blue?labelColor=black )
3
3
![ Kotlin] ( https://img.shields.io/badge/Kotlin-2.0.0-blue?labelColor=black )
4
- ![ SpringBoot] ( https://img.shields.io/badge/SpringBoot-3.2.5 -blue?labelColor=black )
4
+ ![ SpringBoot] ( https://img.shields.io/badge/SpringBoot-3.3.0 -blue?labelColor=black )
5
5
6
6
# Spring Immutable @ConfigurationProperties
7
7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
3
3
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
4
5
5
plugins {
6
- id(" org.springframework.boot" ) version " 3.2.5 "
6
+ id(" org.springframework.boot" ) version " 3.3.0 "
7
7
id(" io.spring.dependency-management" ) version " 1.1.5"
8
8
kotlin(" jvm" ) version " 2.0.0"
9
9
kotlin(" plugin.spring" ) version " 2.0.0"
@@ -21,7 +21,7 @@ dependencies {
21
21
implementation(" org.springframework.boot:spring-boot-starter" )
22
22
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
23
23
testImplementation(" org.springframework.boot:spring-boot-starter-test" )
24
- testImplementation(" org.assertj:assertj-core:3.25.3 " )
24
+ testImplementation(" org.assertj:assertj-core:3.26.0 " )
25
25
}
26
26
27
27
tasks.withType<KotlinCompile > {
You can’t perform that action at this time.
0 commit comments