Skip to content

Commit 8976c99

Browse files
committed
Bump jetty-server from 9.3.27.v20190418 to 9.4.41.v20210516
1 parent 70e0f5a commit 8976c99

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

simpleclient_jetty/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@
88
<version>0.11.1-SNAPSHOT</version>
99
</parent>
1010

11-
<groupId>io.prometheus</groupId>
1211
<artifactId>simpleclient_jetty</artifactId>
13-
<packaging>bundle</packaging>
1412

1513
<name>Prometheus Java Simpleclient Jetty</name>
1614
<description>
1715
Collector of data from Jetty StatisticsHandler.
1816
</description>
1917

18+
<properties>
19+
<jetty.version>9.4.41.v20210516</jetty.version>
20+
</properties>
21+
2022
<licenses>
2123
<license>
2224
<name>The Apache Software License, Version 2.0</name>
@@ -40,12 +42,12 @@
4042
<dependency>
4143
<groupId>org.eclipse.jetty</groupId>
4244
<artifactId>jetty-server</artifactId>
43-
<version>9.3.27.v20190418</version>
45+
<version>${jetty.version}</version>
4446
</dependency>
4547
<dependency>
4648
<groupId>org.eclipse.jetty</groupId>
4749
<artifactId>jetty-servlet</artifactId>
48-
<version>9.3.27.v20190418</version>
50+
<version>${jetty.version}</version>
4951
</dependency>
5052
<!-- Test Dependencies Follow -->
5153
<dependency>

0 commit comments

Comments
 (0)