Skip to content

Commit

Permalink
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 Sep 18, 2023
1 parent 27cfd1e commit 2df9d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

implementation("org.apache.poi:poi-ooxml:5.2.3")
implementation("org.apache.commons:commons-lang3:3.13.0")
implementation("com.h2database:h2:2.1.214")
implementation("com.h2database:h2:2.2.224")
implementation("org.dizitart:nitrite:3.4.4")

testImplementation("org.springframework.boot:spring-boot-starter-test") {
Expand Down

0 comments on commit 2df9d1f

Please sign in to comment.