mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-21 01:21:54 +08:00
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:
parent
106c547df6
commit
b34b631890
5
pom.xml
5
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user