Browse Source

Upgrade to H2 2.4.240

Closes gh-47564
pull/47740/head
Stéphane Nicoll 2 months ago
parent
commit
a68ff88ad2
  1. 2
      platform/spring-boot-dependencies/build.gradle

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

@ -518,7 +518,7 @@ bom { @@ -518,7 +518,7 @@ bom {
releaseNotes("https://github.com/google/gson/releases/tag/gson-parent-{version}")
}
}
library("H2", "2.3.232") {
library("H2", "2.4.240") {
group("com.h2database") {
modules = [
"h2"

Loading…
Cancel
Save