Bump jdbi3-bom from 3.19.0 to 3.20.0 (#440)

Bumps [jdbi3-bom](https://github.com/jdbi/jdbi) from 3.19.0 to 3.20.0.
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](https://github.com/jdbi/jdbi/compare/v3.19.0...v3.20.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-06-03 12:55:51 -07:00 committed by GitHub
parent 106c547df6
commit b34b631890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>
<!-- dependency management -->
<jdbi3-bom.version>3.19.0</jdbi3-bom.version>
<jdbi3-bom.version>3.20.0</jdbi3-bom.version>
<!-- dependencies -->
<springfox-boot-starter.version>3.0.0</springfox-boot-starter.version>
@ -147,7 +147,8 @@
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-spring4</artifactId>
<artifactId>jdbi3-spring5</artifactId>
<version>3.20.0</version><!--TODO remove when JDBI 3.20.1 comes out, it wasn't added to the bom-->
</dependency>
<dependency>
<groupId>org.jdbi</groupId>