Skip to content

Commit 394e867

Browse files
authored
Merge pull request #494 from kit-data-manager/renovate/com.h2database-h2-2.x
Update dependency com.h2database:h2 to v2.4.240
2 parents 5fad522 + 9e8416b commit 394e867

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
@@ -100,7 +100,7 @@ dependencies {
100100
// driver for postgres
101101
implementation "org.postgresql:postgresql:42.7.8"
102102
//driver for h2
103-
implementation "com.h2database:h2:2.3.232"
103+
implementation "com.h2database:h2:2.4.240"
104104

105105
testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:3.0.5"
106106
testImplementation "org.springframework.boot:spring-boot-starter-test"

0 commit comments

Comments
 (0)