Skip to content

Commit 029cdee

Browse files
Bump com.h2database:h2 from 2.2.220 to 2.3.232
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.220 to 2.3.232. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.2.220...version-2.3.232) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-version: 2.3.232 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 110a99f commit 029cdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ dependencies {
121121
// driver for postgres
122122
implementation 'org.postgresql:postgresql:42.7.2'
123123
//driver for h2
124-
implementation 'com.h2database:h2:2.2.220'
124+
implementation 'com.h2database:h2:2.3.232'
125125

126126
testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:3.0.3"
127127
testImplementation "org.springframework.boot:spring-boot-starter-test"

0 commit comments

Comments
 (0)