Skip to content

Commit

Permalink
Merge pull request #30 from sangeetds/renovate/org.eclipse.jetty-jett…
Browse files Browse the repository at this point in the history
…y-servlet-11.x

Update dependency org.eclipse.jetty:jetty-servlet to v11.0.5
  • Loading branch information
sangeetds authored Jun 13, 2021
2 parents 954b418 + d7adc52 commit dd68ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>11.0.3</version>
<version>11.0.5</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>11.0.3</version>
<version>11.0.5</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
Expand Down

0 comments on commit dd68ed2

Please sign in to comment.