Skip to content

Commit

Permalink
update to dropwizard 4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Oct 8, 2024
1 parent 05c5e52 commit 31f0b92
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Update to dropwizard 4.0.9

### 7.1.4 (2024-09-14)
* Update to dropwizard 4.0.8

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.8'
dropwizard = '4.0.9'
guice = '7.0.0'
hk2 = '3.0.6'
spockJunit5 = '1.2.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ class CompleteRenderTest extends Specification {
Type GuiceMessageBodyWriter (r.v.d.g.c.h.support)
Type HKMessageBodyWriter (r.v.d.g.c.h.s.hk) *jersey managed
InputStream InputStreamProvider (o.g.j.m.internal) [application/octet-stream, */*]
Object JacksonJsonProvider (c.f.j.j.rs.json) [*/*]
Object JacksonMessageBodyProvider (i.d.jersey.jackson) [*/*]
Object JacksonJsonProvider (c.f.j.j.rs.json) [application/json, text/json, */*]
Object JacksonMessageBodyProvider (i.d.jersey.jackson) [application/json, text/json, */*]
OptionalDouble OptionalDoubleMessageBodyWriter (i.d.jersey.optional) [*/*]
OptionalInt OptionalIntMessageBodyWriter (i.d.jersey.optional) [*/*]
OptionalLong OptionalLongMessageBodyWriter (i.d.jersey.optional) [*/*]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ class ConfigOptionsRenderTest extends Specification {
Type GuiceMessageBodyWriter (r.v.d.g.c.h.support)
Type HKMessageBodyWriter (r.v.d.g.c.h.s.hk) *jersey managed
InputStream InputStreamProvider (o.g.j.m.internal) [application/octet-stream, */*]
Object JacksonJsonProvider (c.f.j.j.rs.json) [*/*]
Object JacksonMessageBodyProvider (i.d.jersey.jackson) [*/*]
Object JacksonJsonProvider (c.f.j.j.rs.json) [application/json, text/json, */*]
Object JacksonMessageBodyProvider (i.d.jersey.jackson) [application/json, text/json, */*]
OptionalDouble OptionalDoubleMessageBodyWriter (i.d.jersey.optional) [*/*]
OptionalInt OptionalIntMessageBodyWriter (i.d.jersey.optional) [*/*]
OptionalLong OptionalLongMessageBodyWriter (i.d.jersey.optional) [*/*]
Expand Down

0 comments on commit 31f0b92

Please sign in to comment.