File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
plugins {
4
- id(" org.springframework.boot" ) version " 3.2.4 "
4
+ id(" org.springframework.boot" ) version " 3.2.5 "
5
5
id(" io.spring.dependency-management" ) version " 1.1.4"
6
6
kotlin(" jvm" ) version " 1.9.23"
7
7
kotlin(" plugin.spring" ) version " 1.9.23"
@@ -19,12 +19,12 @@ repositories {
19
19
}
20
20
21
21
dependencies {
22
- implementation(" org.springframework.boot:spring-boot-starter-web:3.2.4 " )
22
+ implementation(" org.springframework.boot:spring-boot-starter-web:3.2.5 " )
23
23
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0" )
24
24
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
25
25
implementation(" com.google.zxing:core:3.5.3" )
26
26
implementation(" com.google.zxing:javase:3.5.3" )
27
- testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.4 " )
27
+ testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.5 " )
28
28
}
29
29
30
30
tasks.withType<KotlinCompile > {
Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
plugins {
4
- id(" org.springframework.boot" ) version " 3.2.4 "
4
+ id(" org.springframework.boot" ) version " 3.2.5 "
5
5
id(" io.spring.dependency-management" ) version " 1.1.4"
6
6
kotlin(" jvm" ) version " 1.9.23"
7
7
kotlin(" plugin.spring" ) version " 1.9.23"
@@ -19,12 +19,12 @@ repositories {
19
19
}
20
20
21
21
dependencies {
22
- implementation(" org.springframework.boot:spring-boot-starter-web:3.2.4 " )
22
+ implementation(" org.springframework.boot:spring-boot-starter-web:3.2.5 " )
23
23
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0" )
24
24
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
25
25
implementation(" com.google.zxing:core:3.5.3" )
26
26
implementation(" com.google.zxing:javase:3.5.3" )
27
- testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.4 " )
27
+ testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.5 " )
28
28
}
29
29
30
30
tasks.withType<KotlinCompile > {
You can’t perform that action at this time.
0 commit comments