Skip to content

Commit

Permalink
Update dependency com.h2database:h2 to v2.3.230 (#5115)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 87461c7 commit ee97ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ dependencies {

testImplementation group: 'org.testcontainers', name: 'postgresql', version: versions.testcontainers
testImplementation group: 'org.testcontainers', name: 'junit-jupiter', version: versions.testcontainers
testImplementation group: 'com.h2database', name: 'h2', version: '2.2.224'
testImplementation group: 'com.h2database', name: 'h2', version: '2.3.230'
// dashboard specific changes ends


Expand Down

0 comments on commit ee97ba4

Please sign in to comment.