Skip to content

Commit

Permalink
chore(deps): bump com.h2database:h2 in /sample-jpa
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.230.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.2.224...version-2.3.230)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 20, 2024
1 parent c5a7eaf commit 4ff8682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-jpa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sourceCompatibility = 1.8

dependencies {
implementation 'org.datanucleus:datanucleus-accessplatform-jpa-rdbms:6.0.5'
implementation 'com.h2database:h2:2.2.224'
implementation 'com.h2database:h2:2.3.230'
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
}
Expand Down

0 comments on commit 4ff8682

Please sign in to comment.