Преглед изворни кода

Bump com.h2database:h2 from 2.3.230 to 2.3.232 (#6401)

Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.3.230 to 2.3.232.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.3.230...version-2.3.232)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] пре 8 месеци
родитељ
комит
0b32d06ac5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -58,7 +58,7 @@ ext {
         "postgresql"                 : "org.postgresql:postgresql:42.7.3",
         "oracle"                     : fileTree(dir: 'libs', includes: ['ojdbc8.jar']),
         "dm"                         : fileTree(dir: 'libs', includes: ["jdbcDriver-18.jar"]),
-        "h2"                         : "com.h2database:h2:2.3.230",
+        "h2"                         : "com.h2database:h2:2.3.232",
         "mysql"                      : "com.mysql:mysql-connector-j:9.0.0",
         "sqlite"                     : "org.xerial:sqlite-jdbc:3.46.0.1",
         "firebird"                   : "org.firebirdsql.jdbc:jaybird:5.0.5.java8",