Skip to content

Commit

Permalink
Bump kiwi-parent from 0.4.0 to 0.5.0 (#490)
Browse files Browse the repository at this point in the history
* Bump kiwi-parent from 0.4.0 to 0.5.0

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

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

* Update byte-buddy to 1.10.19 to fix convergence error

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Scott Leberknight <174812+sleberknight@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and sleberknight authored Jan 6, 2021
1 parent f13c75e commit f9d2fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.kiwiproject</groupId>
<artifactId>kiwi-parent</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</parent>

<artifactId>kiwi</artifactId>
Expand Down Expand Up @@ -34,7 +34,7 @@
<guava.version>30.0-jre</guava.version>

<!-- Versions for provided dependencies -->
<byte-buddy.version>1.10.18</byte-buddy.version>
<byte-buddy.version>1.10.19</byte-buddy.version>
<commons-io.version>2.8.0</commons-io.version>
<commons-text.version>1.9</commons-text.version>
<dropwizard.version>2.0.16</dropwizard.version>
Expand Down

0 comments on commit f9d2fd7

Please sign in to comment.