Skip to content

Commit

Permalink
fix(deps): update dependency com.h2database:h2 to v2.2.224
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent f14b15b commit 6570eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-example/spring-data-rest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

dependencies {
implementation(project(":spring-extension-commons"))
implementation("com.h2database:h2:2.2.220")
implementation("com.h2database:h2:2.2.224")
implementation("com.mysql:mysql-connector-j")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-data-rest")
Expand Down

0 comments on commit 6570eec

Please sign in to comment.