File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ subprojects {
3434 api(platform(" software.amazon.awssdk:bom:2.13.58" ))
3535
3636 // Spring Boot
37- api(platform(" org.springframework.boot:spring-boot-dependencies:2.3.1 .RELEASE" ))
37+ api(platform(" org.springframework.boot:spring-boot-dependencies:2.3.2 .RELEASE" ))
3838
3939 // Lombok
4040 compileOnly(" org.projectlombok:lombok:1.18.12" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ rootProject.name = "java-dynamic-sqs-listener-parent"
33
44pluginManagement {
55 plugins {
6- id(" org.springframework.boot" ) version " 2.3.1 .RELEASE"
6+ id(" org.springframework.boot" ) version " 2.3.2 .RELEASE"
77 id(" com.commercehub.gradle.plugin.avro-base" ) version " 0.21.0"
88 }
99 repositories {
You can’t perform that action at this time.
0 commit comments