Skip to content

Commit

Permalink
Merge pull request #772 from alphagov/dependabot/maven/dropwizard.ver…
Browse files Browse the repository at this point in the history
…sion-2.1.11

Bump dropwizard.version from 2.1.10 to 2.1.11
  • Loading branch information
SandorArpa authored Jan 9, 2024
2 parents 1e275c1 + 67a2b7c commit 33d10c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<modelVersion>4.0.0</modelVersion>
<properties>
<dropwizard.version>2.1.10</dropwizard.version>
<dropwizard.version>2.1.11</dropwizard.version>
</properties>

<parent>
Expand Down
2 changes: 1 addition & 1 deletion queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>jar</packaging>

<properties>
<dropwizard.version>2.1.10</dropwizard.version>
<dropwizard.version>2.1.11</dropwizard.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>jar</packaging>

<properties>
<dropwizard.version>2.1.10</dropwizard.version>
<dropwizard.version>2.1.11</dropwizard.version>
<eclipselink.version>2.7.13</eclipselink.version>
</properties>

Expand Down

0 comments on commit 33d10c8

Please sign in to comment.