Skip to content

Commit a5240ae

Browse files
Update dependency com.h2database:h2 to v2.4.240
1 parent df912f5 commit a5240ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("org.springframework.boot:spring-boot-starter-validation")
2424
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
2525
implementation("org.springframework.boot:spring-boot-starter-security")
26-
runtimeOnly("com.h2database:h2:2.3.232") // for local
26+
runtimeOnly("com.h2database:h2:2.4.240") // for local
2727
runtimeOnly("org.postgresql:postgresql") // for prod
2828
testImplementation("org.springframework.boot:spring-boot-starter-test")
2929
}

0 commit comments

Comments
 (0)