Skip to content

Commit

Permalink
Replace dependency com.github.tomakehurst:wiremock-jre8 with org.wire…
Browse files Browse the repository at this point in the history
…mock:wiremock 3.0.1
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 71c4c97 commit 0eadf70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flink-metrics/flink-metrics-influxdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ under the License.
</dependency>

<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>3.0.1</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 0eadf70

Please sign in to comment.