You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2023/04/26 06:52:03 UTC

[santuario-xml-security-java] branch main updated: Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#160)

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new e9d7a28b Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#160)
e9d7a28b is described below

commit e9d7a28b1144e38bfd5fa49e7e50f126adffbc6c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 26 07:51:57 2023 +0100

    Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#160)
    
    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] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8d5d6773..a3ae6772 100644
--- a/pom.xml
+++ b/pom.xml
@@ -304,7 +304,7 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.9</version>
+                <version>0.8.10</version>
                 <executions>
                     <execution>
                         <goals>