ARTEMIS-4194 Upgrade CheckLeak to 0.8

This commit is contained in:
Clebert Suconic 2023-03-02 22:35:48 -05:00 committed by clebertsuconic
parent 9f1927d3fa
commit 812cdf3589

View File

@ -29,7 +29,7 @@
<properties>
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
<check-leak-version>0.7</check-leak-version>
<check-leak-version>0.8</check-leak-version>
<!-- whatever name you choose it has to match between the check-leak-maven-plugin install call and the JVM argument -->
<check-leak-deploy-name>checkleak.lib</check-leak-deploy-name>
</properties>
@ -175,7 +175,7 @@
https://github.com/check-leak/check-leak -->
<dependency>
<groupId>io.github.check-leak</groupId>
<artifactId>core</artifactId>
<artifactId>check-leak</artifactId>
<version>${check-leak-version}</version>
<scope>test</scope>
</dependency>