Skip to content

Commit

Permalink
Merge pull request fujitsu#14 from tnagao7/mp-metrics-3.0
Browse files Browse the repository at this point in the history
Update MP Metrics version to 3.0
  • Loading branch information
tnagao7 committed Oct 21, 2021
2 parents 6ab8b93 + de2fa88 commit a66d168
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions launcher-impl/microprofile/metrics/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018-2019 Fujitsu Limited and/or its affiliates. All rights
Copyright (c) 2018-2021 Fujitsu Limited and/or its affiliates. All rights
reserved.
This program and the accompanying materials are made available under the
Expand Down Expand Up @@ -31,7 +31,7 @@
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-2.0</artifactId>
<artifactId>smallrye-metrics</artifactId>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<mp.fault-tolerance.version>2.0.1</mp.fault-tolerance.version>
<mp.health.version>3.1</mp.health.version>
<mp.jwt-auth.version>1.2.2</mp.jwt-auth.version>
<mp.metrics.version>2.0.1</mp.metrics.version>
<mp.metrics.version>3.0</mp.metrics.version>
<mp.openapi.version>1.1.2</mp.openapi.version>
<mp.opentracing.version>1.3.1</mp.opentracing.version>
<mp.rest-client.version>1.3.4</mp.rest-client.version>
Expand All @@ -43,7 +43,7 @@
<smallrye.fault-tolerance.version>1.0.1</smallrye.fault-tolerance.version>
<smallrye.health.version>3.1.1</smallrye.health.version>
<smallrye.jwt.version>3.3.0</smallrye.jwt.version>
<smallrye.metrics.version>1.1.0</smallrye.metrics.version>
<smallrye.metrics.version>3.0.3</smallrye.metrics.version>
<smallrye.openapi.version>1.0.2</smallrye.openapi.version>
<smallrye.opentracing.version>1.3.2</smallrye.opentracing.version>
<args4j.version>2.33</args4j.version>
Expand Down Expand Up @@ -279,7 +279,7 @@
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-metrics-2.0</artifactId>
<artifactId>smallrye-metrics</artifactId>
<version>${smallrye.metrics.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit a66d168

Please sign in to comment.