diff options
author | dependabot[bot] | 2023-04-25 21:57:16 +0000 |
---|---|---|
committer | vitalyster | 2023-04-26 07:10:14 +0300 |
commit | 89cec9e047c11c340fa87bb861c879fcdc2ba239 (patch) | |
tree | ae6adf5a21e9289e7befc981636bfe62e6547d0b /pom.xml | |
parent | e668be63374638173946766c6565820c8e8fb287 (diff) |
build(deps): bump jacoco-maven-plugin from 0.8.9 to 0.8.10
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.9 to 0.8.10.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.9...v0.8.10)
---
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.9</version> + <version>0.8.10</version> <executions> <execution> <goals> |