Skip to content

Commit c09a99d

Browse files
committed
Update dependencies
1 parent 563e723 commit c09a99d

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919

2020
tasks {
2121
wrapper {
22-
gradleVersion = "8.11.1"
22+
gradleVersion = "8.12"
2323
}
2424
}
2525

common-internal-bom/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ dependencies {
1818
api("org.liquibase:liquibase-core:4.30.0")
1919
api("com.github.blagerweij:liquibase-sessionlock:1.6.9")
2020
api("org.awaitility:awaitility:4.2.2")
21+
api("com.zaxxer:HikariCP:6.2.1")
22+
api("org.postgresql:postgresql:42.7.4")
2123
}
2224
}

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.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include("db-migrations")
77
dependencyResolutionManagement {
88
versionCatalogs {
99
create("libs") {
10-
val springBoot3Version = version("spring-boot-v3", "3.3.6")
10+
val springBoot3Version = version("spring-boot-v3", "3.3.7")
1111
plugin("spring-boot-v3", "org.springframework.boot")
1212
.versionRef(springBoot3Version)
1313
library("spring-boot-v3-dependencies", "org.springframework.boot", "spring-boot-dependencies")

0 commit comments

Comments
 (0)