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 3b21e81 commit cfa2cb5Copy full SHA for cfa2cb5
build.gradle.kts
@@ -17,7 +17,7 @@ dependencies {
17
implementation("org.springframework.boot:spring-boot-starter-security")
18
implementation("org.springframework.boot:spring-boot-starter-web")
19
implementation("org.mariadb.jdbc:mariadb-java-client:3.0.5")
20
- implementation("com.h2database:h2:2.1.212")
+ implementation("com.h2database:h2:2.3.232")
21
22
developmentOnly("org.springframework.boot:spring-boot-devtools")
23
0 commit comments