Skip to content

Commit

Permalink
update to dropwizard 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Nov 28, 2024
1 parent 6e396ee commit f8dff6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 4.0.9
* Update to dropwizard 4.0.11
* Improve guice bindings report:
- fixed scope accuracy for linked bindings

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ wrapper {
description = 'Dropwizard guice integration'

ext {
dropwizard = '4.0.9'
dropwizard = '4.0.11'
guice = '7.0.0'
hk2 = '3.0.6'
spockJunit5 = '1.2.0'
Expand Down

0 comments on commit f8dff6a

Please sign in to comment.