Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Jan 16, 2025
1 parent 2665fd4 commit d212d6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dropwizard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>Example of integrating Pouch with Dropwizard.</description>

<properties>
<dropwizard.version>4.0.11</dropwizard.version>
<dropwizard.version>4.0.12</dropwizard.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>Example of integrating Pouch with Jersey.</description>

<properties>
<jersey.version>3.1.9</jersey.version>
<jersey.version>3.1.10</jersey.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.15</version>
<version>1.5.16</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit d212d6e

Please sign in to comment.