Skip to content

Commit

Permalink
Bump dropwizard.version from 2.0.27 to 2.0.28
Browse files Browse the repository at this point in the history
Bumps `dropwizard.version` from 2.0.27 to 2.0.28.

Updates `dropwizard-client` from 2.0.27 to 2.0.28

Updates `dropwizard-core` from 2.0.27 to 2.0.28

Updates `dropwizard-db` from 2.0.27 to 2.0.28

Updates `dropwizard-jackson` from 2.0.27 to 2.0.28

Updates `dropwizard-jersey` from 2.0.27 to 2.0.28

Updates `dropwizard-jdbi3` from 2.0.27 to 2.0.28

Updates `dropwizard-logging` from 2.0.27 to 2.0.28

Updates `dropwizard-testing` from 2.0.27 to 2.0.28

---
updated-dependencies:
- dependency-name: io.dropwizard:dropwizard-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard:dropwizard-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard:dropwizard-db
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard:dropwizard-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard:dropwizard-jersey
  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-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard:dropwizard-testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2021
1 parent 4da9160 commit 52755b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>kiwi-bom</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<commons-logging.version>1.2</commons-logging.version>
<consul-client.version>1.5.1</consul-client.version>
<curator.version>5.1.0</curator.version>
<dropwizard.version>2.0.27</dropwizard.version>
<dropwizard.version>2.0.28</dropwizard.version>
<dropwizard.metrics.version>4.1.28</dropwizard.metrics.version>
<embed.mongo.version>3.2.0</embed.mongo.version>
<embedded-consul.version>2.2.1</embedded-consul.version>
Expand All @@ -51,7 +51,7 @@
<eureka.version>1.10.15</eureka.version>
<fastinfoset.version>1.2.18</fastinfoset.version>
<guava.version>31.0.1-jre</guava.version>
<h2.version>1.4.200</h2.version>
<h2.version>2.0.202</h2.version>
<hibernate.version>5.6.3.Final</hibernate.version>
<hibernate-validator.version>6.1.7.Final</hibernate-validator.version>
<httpclient.version>4.5.13</httpclient.version>
Expand Down

0 comments on commit 52755b3

Please sign in to comment.