ARTEMIS-4862 Bump check-leak-version from 0.8 to 0.11
Bumps `check-leak-version` from 0.8 to 0.11. Updates `io.github.check-leak:check-leak` from 0.8 to 0.11 - [Release notes](https://github.com/check-leak/check-leak/releases) - [Commits](https://github.com/check-leak/check-leak/compare/0.8...0.11) Updates `io.github.check-leak:checkleak-maven-plugin` from 0.8 to 0.11 --- updated-dependencies: - dependency-name: io.github.check-leak:check-leak dependency-type: direct:development update-type: version-update:semver-minor - dependency-name: io.github.check-leak:checkleak-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
92697d2c56
commit
d65e82855a
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
|
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
|
||||||
<check-leak-version>0.8</check-leak-version>
|
<check-leak-version>0.11</check-leak-version>
|
||||||
<!-- whatever name you choose it has to match between the check-leak-maven-plugin install call and the JVM argument -->
|
<!-- 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>
|
<check-leak-deploy-name>checkleak.lib</check-leak-deploy-name>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
Loading…
Reference in New Issue