Skip to content

Commit d488b0c

Browse files
Update spring boot to v2.3.2.RELEASE (#245)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent b17f800 commit d488b0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ rootProject.name = "java-dynamic-sqs-listener-parent"
33

44
pluginManagement {
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 {

0 commit comments

Comments
 (0)