Skip to content

Commit

Permalink
update to dropwizard 3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Jan 16, 2025
1 parent d06a243 commit 2ae09c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Update to dropwizard 3.0.11
* Update to dropwizard 3.0.12
* Improve guice bindings report:
- fixed scope accuracy for linked bindings

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'ru.vyarus.github-info' version '2.0.0' apply false
id 'ru.vyarus.quality' version '5.0.0' apply false
id 'org.cyclonedx.bom' version '1.10.0' apply false
id 'org.cyclonedx.bom' version '2.0.0' apply false
id 'ru.vyarus.mkdocs' version '4.0.1' apply false

id 'jacoco'
Expand All @@ -19,7 +19,7 @@ wrapper {
description = 'Dropwizard guice integration'

ext {
dropwizard = '3.0.11'
dropwizard = '3.0.12'
guice = '6.0.0'
hk2 = '2.6.1'
spockJunit5 = '1.2.0'
Expand Down

0 comments on commit 2ae09c4

Please sign in to comment.