Skip to content

Commit 091a9b3

Browse files
fix(deps): update dependency com.h2database:h2 to v2.3.232
1 parent f5dee71 commit 091a9b3

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
@@ -17,7 +17,7 @@ dependencies {
1717
implementation(libs.spring.boot.starter.webflux)
1818
implementation(libs.spring.boot.starter.security)
1919
implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.4.3")
20-
runtimeOnly("com.h2database:h2:2.2.224")
20+
runtimeOnly("com.h2database:h2:2.3.232")
2121
testImplementation(libs.spring.boot.starter.test)
2222

2323
// Jackson dependencies - required for OpenAPI client

0 commit comments

Comments
 (0)