diff options
author | dependabot[bot] | 2023-04-03 21:59:02 +0000 |
---|---|---|
committer | vitalyster | 2023-04-04 17:49:15 +0300 |
commit | 5b0d573b9953bd2f215079dac8976a9cbcb59160 (patch) | |
tree | cd8641a61ffa4dad0dfb9a1e9d10f4962bd1ac4b /pom.xml | |
parent | 7a071cd3de1053b0b0144132d837f90ad75c05ab (diff) |
build(deps): bump jacoco-maven-plugin from 0.8.8 to 0.8.9
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.8 to 0.8.9.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.8...v0.8.9)
---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -404,7 +404,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.8</version> + <version>0.8.9</version> <executions> <execution> <goals> |