Skip to content

Commit

Permalink
Bump jersey-container-jetty-servlet from RELEASE to 2.29 (#929)
Browse files Browse the repository at this point in the history
Bumps jersey-container-jetty-servlet from RELEASE to 2.29.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and aklish committed Sep 6, 2019
1 parent 87e260c commit 6ec1b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elide-example/elide-blog-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-jetty-servlet</artifactId>
<version>RELEASE</version>
<version>2.29</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
Expand Down
2 changes: 1 addition & 1 deletion elide-example/elide-hibernate3-mysql-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-jetty-servlet</artifactId>
<version>RELEASE</version>
<version>2.29</version>
</dependency>
<!-- Logging -->
<dependency>
Expand Down

0 comments on commit 6ec1b7a

Please sign in to comment.