Skip to content

Commit

Permalink
Bump h2 from 1.4.198 to 1.4.199 (#114)
Browse files Browse the repository at this point in the history
Bumps [h2](https://github.com/h2database/h2database) from 1.4.198 to 1.4.199.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-1.4.198...version-1.4.199)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and sjoerdtalsma committed Mar 14, 2019
1 parent 0c97f09 commit 94884d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enumerables-jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<project.moduleName>${project.groupId}.jdbi</project.moduleName>
<root.basedir>${project.parent.basedir}</root.basedir>
<jdbi.version>2.78</jdbi.version>
<h2db.version>1.4.198</h2db.version>
<h2db.version>1.4.199</h2db.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion enumerables-jdbi3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<project.moduleName>${project.groupId}.jdbi3</project.moduleName>
<root.basedir>${project.parent.basedir}</root.basedir>
<jdbi3.version>3.6.0</jdbi3.version>
<h2db.version>1.4.198</h2db.version>
<h2db.version>1.4.199</h2db.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 94884d5

Please sign in to comment.