Skip to content

Commit

Permalink
Bump org.kiwiproject:dropwizard-application-errors from 2.1.0 to 2.1.…
Browse files Browse the repository at this point in the history
…1 in /service (#553)

* Bump org.kiwiproject:dropwizard-application-errors in /service

Bumps [org.kiwiproject:dropwizard-application-errors](https://github.com/kiwiproject/dropwizard-application-errors) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/kiwiproject/dropwizard-application-errors/releases)
- [Commits](kiwiproject/dropwizard-application-errors@v2.1.0...v2.1.1)

---
updated-dependencies:
- dependency-name: org.kiwiproject:dropwizard-application-errors
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Remove temporary dependency

---------

Signed-off-by: dependabot[bot] <[email protected]>
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 Feb 19, 2024
1 parent 31c0f23 commit f93349b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<properties>
<!-- Versions for required dependencies -->
<dropwizard-application-errors.version>2.1.0</dropwizard-application-errors.version>
<dropwizard-application-errors.version>2.1.1</dropwizard-application-errors.version>
<dropwizard-jwt-cookie-auth.version>5.1.3</dropwizard-jwt-cookie-auth.version>
<dropwizard-service-utilities.version>3.4.0</dropwizard-service-utilities.version>
<kiwi.version>3.3.0</kiwi.version>
Expand Down Expand Up @@ -60,13 +60,6 @@
<artifactId>kiwi</artifactId>
<version>${kiwi.version}</version>
</dependency>

<!-- TODO: Temporary: pin version to resolve convergence error until release dropwizard-application-errors -->
<dependency>
<groupId>org.kiwiproject</groupId>
<artifactId>metrics-healthchecks-severity</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit f93349b

Please sign in to comment.