Skip to content

Commit cfa2cb5

Browse files
chore(deps): update dependency com.h2database:h2 to v2.3.232
1 parent 3b21e81 commit cfa2cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation("org.springframework.boot:spring-boot-starter-security")
1818
implementation("org.springframework.boot:spring-boot-starter-web")
1919
implementation("org.mariadb.jdbc:mariadb-java-client:3.0.5")
20-
implementation("com.h2database:h2:2.1.212")
20+
implementation("com.h2database:h2:2.3.232")
2121

2222
developmentOnly("org.springframework.boot:spring-boot-devtools")
2323

0 commit comments

Comments
 (0)