Skip to content

Commit

Permalink
Bump dropwizard.version from 2.0.24 to 2.0.25 (#600)
Browse files Browse the repository at this point in the history
* Bump dropwizard.version from 2.0.24 to 2.0.25

Bumps `dropwizard.version` from 2.0.24 to 2.0.25.

Updates `dropwizard-client` from 2.0.24 to 2.0.25

Updates `dropwizard-jdbi3` from 2.0.24 to 2.0.25

Updates `dropwizard-testing` from 2.0.24 to 2.0.25

---
updated-dependencies:
- dependency-name: io.dropwizard:dropwizard-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard:dropwizard-jdbi3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard:dropwizard-testing
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

* Fix convergence errors and misc minor updates

* Bump kiwi-parent from 0.15.0 to 1.0.0
* Bump kiwi version from 0.26.0-SNAPSHOT to 1.0.0-SNAPSHOT
* Bump hibernate from 5.5.3.Final to 5.5.7.Final
* Bump jakarta-el version from 3.0.3 to 3.0.4
* Bump error_prone_annotations from 2.8.0 to 2.9.0
* Bump embedded-postgres from 1.3.0 to 1.3.1

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 Sep 3, 2021
1 parent 86f3f7e commit 5d94e88
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>kiwi</artifactId>
<version>0.26.0-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand All @@ -36,14 +36,14 @@
<!-- Versions for provided dependencies -->
<commons-io.version>2.11.0</commons-io.version>
<commons-text.version>1.9</commons-text.version>
<dropwizard.version>2.0.24</dropwizard.version>
<dropwizard.version>2.0.25</dropwizard.version>
<FastInfoset.version>1.2.18</FastInfoset.version>
<hibernate.version>5.5.3.Final</hibernate.version>
<hibernate.version>5.5.7.Final</hibernate.version>
<hibernate-validator.version>6.1.7.Final</hibernate-validator.version>
<httpclient.version>4.5.13</httpclient.version>
<jackson.version>[2.10.5,2.10.6)</jackson.version>
<jakarta.annotation-api.version>1.3.5</jakarta.annotation-api.version>
<jakarta-el.version>3.0.3</jakarta-el.version>
<jakarta-el.version>3.0.4</jakarta-el.version>
<jakarta.ws.rs.rs-api.version>2.1.6</jakarta.ws.rs.rs-api.version>
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
<javassist.version>3.28.0-GA</javassist.version>
Expand Down Expand Up @@ -72,12 +72,12 @@
<woodstox-core.version>5.1.0</woodstox-core.version>

<!-- Versions for optional dependencies -->
<error_prone_annotations.version>2.8.0</error_prone_annotations.version>
<error_prone_annotations.version>2.9.0</error_prone_annotations.version>
<jsr305.version>3.0.2</jsr305.version>

<!-- Versions for test dependencies -->
<commons-compress.version>1.21</commons-compress.version>
<embedded-postgres.version>1.3.0</embedded-postgres.version>
<embedded-postgres.version>1.3.1</embedded-postgres.version>
<embed.mongo.version>3.0.0</embed.mongo.version>
<h2.version>1.4.200</h2.version>
<jdbi3.version>3.21.0</jdbi3.version>
Expand Down Expand Up @@ -188,6 +188,10 @@
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.el</artifactId>
</exclusion>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
Expand Down

0 comments on commit 5d94e88

Please sign in to comment.