Skip to content

Commit e2d4e5f

Browse files
authored
Merge pull request #36 from kit-data-manager/dependabot/gradle/development/com.h2database-h2-2.3.232
Bump com.h2database:h2 from 2.2.220 to 2.3.232
2 parents 110a99f + 029cdee commit e2d4e5f

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)