Skip to content

Commit

Permalink
Merge pull request #140 from rieske/renovate/com.h2database-h2-2.x
Browse files Browse the repository at this point in the history
Update dependency com.h2database:h2 to v2.3.230
  • Loading branch information
mergify[bot] authored Jul 15, 2024
2 parents 5709ac6 + 6ba8b98 commit 4fddfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Fast tests against in-memory H2 database."
dependencies {
api(project(":base"))

implementation("com.h2database:h2:2.2.224")
implementation("com.h2database:h2:2.3.230")
}

testing {
Expand Down

0 comments on commit 4fddfcd

Please sign in to comment.