Skip to content

Commit 8eaa2fc

Browse files
Bump com.h2database:h2 from 2.2.224 to 2.3.232
Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.224 to 2.3.232. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](h2database/h2database@version-2.2.224...version-2.3.232) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ba45b0 commit 8eaa2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
2626
implementation("org.springframework.boot:spring-boot-starter-actuator")
2727
implementation("org.jetbrains.kotlin:kotlin-reflect")
28-
implementation("com.h2database:h2:2.2.224")
28+
implementation("com.h2database:h2:2.3.232")
2929
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
3030
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
3131
developmentOnly("org.springframework.boot:spring-boot-devtools")

0 commit comments

Comments
 (0)