Skip to content

Commit

Permalink
Bump dropwizard-core from 2.0.22 to 2.0.23 (#89)
Browse files Browse the repository at this point in the history
* Bump dropwizard-core from 2.0.22 to 2.0.23

Bumps dropwizard-core from 2.0.22 to 2.0.23.

---
updated-dependencies:
- dependency-name: io.dropwizard:dropwizard-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Update dependencies to match those in Dropwizard 2.0.23

* Bump dropwizard-config-providers from 0.15.0 to 0.16.0
* Bump metrics-healthchecks-severity from 0.20.0 to 0.21.0
* Bump metrics-jersey2 from 4.1.22 to 4.1.23
* Bump metrics-jetty9 from 4.1.22 to 4.1.23
* Bump kiwi-test from 0.19.0 to 0.20.0
* Add exclusions for dependency convergence

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 Jun 25, 2021
1 parent f7f3f9b commit 94eb2e4
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<!-- Versions for required dependencies -->
<classmate.version>1.5.1</classmate.version>
<curator.version>5.1.0</curator.version>
<dropwizard-config-providers.version>0.15.0</dropwizard-config-providers.version>
<dropwizard.version>2.0.22</dropwizard.version>
<dropwizard-config-providers.version>0.16.0</dropwizard-config-providers.version>
<dropwizard.version>2.0.23</dropwizard.version>
<hibernate-validator.version>6.1.7.Final</hibernate-validator.version>
<jackson.version>2.10.5.1</jackson.version>
<jakarta.activation-api.version>1.2.2</jakarta.activation-api.version>
Expand All @@ -41,13 +41,13 @@
<javassist.version>3.28.0-GA</javassist.version>
<joda-time.version>2.10.10</joda-time.version>
<kiwi.version>0.24.0</kiwi.version>
<kiwi.metrics-healthchecks-severity.version>0.20.0</kiwi.metrics-healthchecks-severity.version>
<metrics-jersey2.version>4.1.22</metrics-jersey2.version>
<metrics-jetty9.version>4.1.22</metrics-jetty9.version>
<kiwi.metrics-healthchecks-severity.version>0.21.0</kiwi.metrics-healthchecks-severity.version>
<metrics-jersey2.version>4.1.23</metrics-jersey2.version>
<metrics-jetty9.version>4.1.23</metrics-jetty9.version>
<zookeeper.version>3.7.0</zookeeper.version>

<!-- Versions for test dependencies -->
<kiwi-test.version>0.19.0</kiwi-test.version>
<kiwi-test.version>0.20.0</kiwi-test.version>

<!-- Sonar properties -->
<sonar.projectKey>kiwiproject_dropwizard-curator</sonar.projectKey>
Expand Down Expand Up @@ -102,6 +102,10 @@
<artifactId>dropwizard-core</artifactId>
<version>${dropwizard.version}</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down Expand Up @@ -134,6 +138,10 @@
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 94eb2e4

Please sign in to comment.