We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fad522 + 9e8416b commit 394e867Copy full SHA for 394e867
build.gradle
@@ -100,7 +100,7 @@ dependencies {
100
// driver for postgres
101
implementation "org.postgresql:postgresql:42.7.8"
102
//driver for h2
103
- implementation "com.h2database:h2:2.3.232"
+ implementation "com.h2database:h2:2.4.240"
104
105
testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:3.0.5"
106
testImplementation "org.springframework.boot:spring-boot-starter-test"
0 commit comments