Skip to content

Commit fb49c3b

Browse files
committed
Update dependencies and buildpacks for re-scanning
1 parent f68c1b5 commit fb49c3b

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tasks {
4242
}
4343

4444
bootBuildImage {
45-
applicationDirectory = "/opt/spring-cloud-config-server"
45+
// applicationDirectory = "/opt/spring-cloud-config-server"
4646
builder = "paketobuildpacks/builder-jammy-tiny"
4747
buildpacks = listOf(
4848
"paketo-buildpacks/ca-certificates",
@@ -52,7 +52,7 @@ tasks {
5252
"paketo-buildpacks/dist-zip",
5353
"paketo-buildpacks/spring-boot",
5454
"paketo-buildpacks/environment-variables",
55-
"gcr.io/paketo-buildpacks/health-checker:1.17.0"
55+
"gcr.io/paketo-buildpacks/health-checker"
5656
)
5757
docker.publishRegistry {
5858
username = dockerUsername

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
aws = "2.17.195"
33
kotlin = "1.9.24"
44
kotlin-logging = "6.0.3"
5-
spring-boot = "3.2.6"
5+
spring-boot = "3.2.8"
66
spring-cloud = "2023.0.3"
77
spring-cloud-config = "4.1.3"
88

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)