We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5dee71 commit 091a9b3Copy full SHA for 091a9b3
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
// Jackson dependencies - required for OpenAPI client
0 commit comments