Skip to content

Commit 9b0b36b

Browse files
authored
[JAVA-22213] Upgraded mantis-runtime version (#14246)
* [JAVA-22213] Added Spectator library
1 parent 5e3bf80 commit 9b0b36b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

netflix-modules/mantis/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@
5454
<artifactId>reactor-netty</artifactId>
5555
<scope>test</scope>
5656
</dependency>
57+
<dependency>
58+
<groupId>com.netflix.spectator</groupId>
59+
<artifactId>spectator-api</artifactId>
60+
<version>${spectator-api.version}</version>
61+
</dependency>
5762
</dependencies>
5863

5964
<repositories>
@@ -64,8 +69,9 @@
6469
</repositories>
6570

6671
<properties>
67-
<mantis-runtime.version>1.2.63</mantis-runtime.version>
72+
<mantis-runtime.version>2.0.42</mantis-runtime.version>
6873
<mockneat.version>0.4.2</mockneat.version>
74+
<spectator-api.version>1.6.5</spectator-api.version>
6975
</properties>
7076

7177
</project>

0 commit comments

Comments
 (0)