Skip to content

Commit d8a9294

Browse files
Update H2 library version to 2.3.240
2.3.232 has CVEs, see: https://central.sonatype.com/artifact/com.h2database/h2/versions Signed-off-by: Anthony Dahanne <[email protected]>
1 parent b61e38b commit d8a9294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ bom {
517517
releaseNotes("https://github.com/google/gson/releases/tag/gson-parent-{version}")
518518
}
519519
}
520-
library("H2", "2.3.232") {
520+
library("H2", "2.3.240") {
521521
group("com.h2database") {
522522
modules = [
523523
"h2"

0 commit comments

Comments
 (0)