This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-transform.git
The following commit(s) were added to refs/heads/main by this push:
new f69c5be Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#37)
f69c5be is described below
commit f69c5be26b22bdcc9843ba032473feadd7f994f3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 25 20:07:39 2023 +0000
Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#37)
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
log4j-transform-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-transform-parent/pom.xml b/log4j-transform-parent/pom.xml
index c65d9ae..acf281e 100644
--- a/log4j-transform-parent/pom.xml
+++ b/log4j-transform-parent/pom.xml
@@ -51,7 +51,7 @@
<!-- plugin versions -->
<bundle-plugin.version>5.1.8</bundle-plugin.version>
<error-prone.version>2.18.0</error-prone.version>
- <jacoco-maven-plugin.version>0.8.9</jacoco-maven-plugin.version>
+ <jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
<findsecbugs-plugin.version>1.12.0</findsecbugs-plugin.version>
<maven-invoker-plugin.version>3.5.1</maven-invoker-plugin.version>
<spotbugs-maven-plugin.version>4.7.3.4</spotbugs-maven-plugin.version>