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 110a99f + 029cdee commit e2d4e5fCopy full SHA for e2d4e5f
build.gradle
@@ -121,7 +121,7 @@ dependencies {
121
// driver for postgres
122
implementation 'org.postgresql:postgresql:42.7.2'
123
//driver for h2
124
- implementation 'com.h2database:h2:2.2.220'
+ implementation 'com.h2database:h2:2.3.232'
125
126
testImplementation "org.springframework.restdocs:spring-restdocs-mockmvc:3.0.3"
127
testImplementation "org.springframework.boot:spring-boot-starter-test"
0 commit comments