Skip to content

Commit

Permalink
Bump kiwi-bom from 0.5.0 to 0.6.0 (#131)
Browse files Browse the repository at this point in the history
* Bump kiwi-bom from 0.5.0 to 0.6.0

Bumps [kiwi-bom](https://github.com/kiwiproject/kiwi-bom) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/kiwiproject/kiwi-bom/releases)
- [Commits](kiwiproject/kiwi-bom@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: org.kiwiproject:kiwi-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove jdbi3-core exclusion and explicit jdbi3-core dependency

Fixes #129

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Scott Leberknight <[email protected]>
  • Loading branch information
dependabot[bot] and sleberknight authored Jan 7, 2022
1 parent e227201 commit bb87e43
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<!-- Versions for required dependencies -->
<kiwi.version>1.2.0</kiwi.version>
<kiwi-bom.version>0.5.0</kiwi-bom.version>
<kiwi-bom.version>0.6.0</kiwi-bom.version>
<metrics-healthchecks-severity.version>1.0.2</metrics-healthchecks-severity.version>

<!-- Versions for test dependencies -->
Expand Down Expand Up @@ -63,23 +63,9 @@
<artifactId>dropwizard-core</artifactId>
</dependency>

<!-- TODO: Remove exclusion when next version of BOM includes jdbi3-core -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi3</artifactId>
<exclusions>
<exclusion>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- TODO: Temporarily adding explicit jdbi3-core dependency until next version of BOM -->
<dependency>
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-core</artifactId>
<version>3.26.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bb87e43

Please sign in to comment.