There was an error while loading. Please reload this page.
1 parent ec03e29 commit e3a5c5aCopy full SHA for e3a5c5a
1 file changed
build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
implementation(libs.spring.boot.starter.webflux)
18
implementation(libs.spring.boot.starter.security)
19
implementation("org.springframework.boot:spring-boot-starter-data-jpa:3.4.3")
20
- runtimeOnly("com.h2database:h2:2.2.224")
+ runtimeOnly("com.h2database:h2:2.3.232")
21
testImplementation(libs.spring.boot.starter.test)
22
23
// SpringDoc OpenAPI 3 support
0 commit comments