Skip to content

Commit

Permalink
Bump jetty-server from 9.3.27.v20190418 to 9.4.41.v20210516
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jul 31, 2021
1 parent 70e0f5a commit 8976c99
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions simpleclient_jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@
<version>0.11.1-SNAPSHOT</version>
</parent>

<groupId>io.prometheus</groupId>
<artifactId>simpleclient_jetty</artifactId>
<packaging>bundle</packaging>

<name>Prometheus Java Simpleclient Jetty</name>
<description>
Collector of data from Jetty StatisticsHandler.
</description>

<properties>
<jetty.version>9.4.41.v20210516</jetty.version>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand All @@ -40,12 +42,12 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.3.27.v20190418</version>
<version>${jetty.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.3.27.v20190418</version>
<version>${jetty.version}</version>
</dependency>
<!-- Test Dependencies Follow -->
<dependency>
Expand Down

0 comments on commit 8976c99

Please sign in to comment.