Skip to content

Commit

Permalink
Upgrade to Dropwizard 4.0.8 (#248)
Browse files Browse the repository at this point in the history
This release includes a lot of dependency updates bringing fixes and security enhancements.
You can take a look on the Release Notes for details:
https://github.com/dropwizard/dropwizard/releases/tag/v4.0.8
  • Loading branch information
jbonofre authored Sep 5, 2024
1 parent 9b0c788 commit 8f14363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[versions]
hadoop = "3.4.0"
iceberg = "1.5.0"
dropwizard = "4.0.7"
dropwizard = "4.0.8"
slf4j = "2.0.13"
swagger = "1.6.14"

Expand All @@ -40,7 +40,7 @@ bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", version = "1
caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = "3.1.8" }
commons-codec1 = { module = "commons-codec:commons-codec", version = "1.17.1" }
commons-lang3 = { module = "org.apache.commons:commons-lang3", version = "3.17.0" }
dropwizard-bom = { module = "io.dropwizard:dropwizard-bom", version = "4.0.7" }
dropwizard-bom = { module = "io.dropwizard:dropwizard-bom", version.ref = "dropwizard" }
eclipselink = { module = "org.eclipse.persistence:eclipselink", version = "4.0.4" }
errorprone = { module = "com.google.errorprone:error_prone_core", version = "2.29.2" }
google-cloud-storage-bom = { module = "com.google.cloud:google-cloud-storage-bom", version = "2.42.0" }
Expand Down

0 comments on commit 8f14363

Please sign in to comment.