Skip to content

Commit

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

Bump dropwizard.version from 2.1.11 to 2.1.12
  • Loading branch information
SandorArpa authored Feb 5, 2024
2 parents 230dce0 + 9963d48 commit e5e18b4
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.11</dropwizard.version>
<dropwizard.version>2.1.12</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.11</dropwizard.version>
<dropwizard.version>2.1.12</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.11</dropwizard.version>
<dropwizard.version>2.1.12</dropwizard.version>
<eclipselink.version>2.7.13</eclipselink.version>
</properties>

Expand Down

0 comments on commit e5e18b4

Please sign in to comment.