Skip to content

Commit

Permalink
Bump com.h2database:h2 from 2.2.224 to 2.3.232 (#83)
Browse files Browse the repository at this point in the history
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent d8f17d9 commit 103a187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("com.h2database:h2:2.2.224")
implementation("com.h2database:h2:2.3.232")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")
implementation("org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5")
developmentOnly("org.springframework.boot:spring-boot-devtools")
Expand Down

0 comments on commit 103a187

Please sign in to comment.