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 df912f5 commit a5240aeCopy full SHA for a5240ae
build.gradle.kts
@@ -23,7 +23,7 @@ dependencies {
23
implementation("org.springframework.boot:spring-boot-starter-validation")
24
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
25
implementation("org.springframework.boot:spring-boot-starter-security")
26
- runtimeOnly("com.h2database:h2:2.3.232") // for local
+ runtimeOnly("com.h2database:h2:2.4.240") // for local
27
runtimeOnly("org.postgresql:postgresql") // for prod
28
testImplementation("org.springframework.boot:spring-boot-starter-test")
29
}
0 commit comments