Skip to content

Commit 8fcc7bc

Browse files
Bump jetty version (prometheus#663)
* Bump jetty-server in /simpleclient_jetty Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 9.0.2.v20130417 to 9.3.27.v20190418. - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](jetty/jetty.project@jetty-9.0.2.v20130417...jetty-9.3.27.v20190418) Signed-off-by: dependabot[bot] <support@github.com> * Bump jetty-servlet in /simpleclient_jetty Signed-off-by: Fabian Stäber <fabian@fstab.de> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fabian Stäber <fabian@fstab.de>
1 parent 56ba6d0 commit 8fcc7bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

simpleclient_jetty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
<dependency>
4141
<groupId>org.eclipse.jetty</groupId>
4242
<artifactId>jetty-server</artifactId>
43-
<version>9.0.2.v20130417</version>
43+
<version>9.3.27.v20190418</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.eclipse.jetty</groupId>
4747
<artifactId>jetty-servlet</artifactId>
48-
<version>9.0.2.v20130417</version>
48+
<version>9.3.27.v20190418</version>
4949
</dependency>
5050
<!-- Test Dependencies Follow -->
5151
<dependency>

0 commit comments

Comments
 (0)