Browse Source

Upgrade to H2 2.1.214

Closes gh-31427
pull/31463/head
Stephane Nicoll 4 years ago
parent
commit
670876b52d
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -422,7 +422,7 @@ bom { @@ -422,7 +422,7 @@ bom {
]
}
}
library("H2", "2.1.212") {
library("H2", "2.1.214") {
group("com.h2database") {
modules = [
"h2"

Loading…
Cancel
Save