Declare spring-boot-loader-tools dependency in local build Gradle Plugins to align with the Spring Boot version (2.7.x) expected with SSDG 2.7.x.

This commit is contained in:
John Blum
2023-06-13 15:45:24 -07:00
parent a358a82a3b
commit e03341892f

View File

@@ -53,6 +53,8 @@ dependencies {
implementation localGroovy()
runtimeOnly 'org.springframework.boot:spring-boot-loader-tools:2.7.12'
implementation 'com.github.ben-manes:gradle-versions-plugin:0.25.0'
implementation 'gradle.plugin.org.gretty:gretty:3.0.1'
implementation 'io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.1'