We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b21e81 commit dc1ea21Copy full SHA for dc1ea21
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.4.240")
21
22
developmentOnly("org.springframework.boot:spring-boot-devtools")
23
0 commit comments