MicroProfile Metrics 2.0.1
This is an update to MicroProfile Metrics 2.0.0, primarily to update the TCK to use a newer version of restassured, which enables the TCK to be run with JDK 11.
To use this release, pull in
<dependency>
<groupId>org.eclipse.microprofile.metrics</groupId>
<artifactId>microprofile-metrics-api</artifactId>
<version>2.0.1</version>
</dependency>
There are no functional changes since tag 2.0.0