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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ee132b4e Bump jacocoVersion from 0.8.14 to 0.8.15
5ee132b4e is described below

commit 5ee132b4e95b31a3b247f295d465d7f69ae69b22
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 8 19:36:48 2026 +0000

    Bump jacocoVersion from 0.8.14 to 0.8.15
    
    Bumps `jacocoVersion` from 0.8.14 to 0.8.15.
    
    Updates `org.jacoco:org.jacoco.agent` from 0.8.14 to 0.8.15
    - [Release notes](https://github.com/jacoco/jacoco/releases)
    - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.14...v0.8.15)
    
    Updates `org.jacoco:jacoco-maven-plugin` from 0.8.14 to 0.8.15
    - [Release notes](https://github.com/jacoco/jacoco/releases)
    - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.14...v0.8.15)
    
    ---
    updated-dependencies:
    - dependency-name: org.jacoco:org.jacoco.agent
      dependency-version: 0.8.15
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.jacoco:jacoco-maven-plugin
      dependency-version: 0.8.15
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ac5948c0f..24281ff5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <plexus-java-version>1.5.2</plexus-java-version>
     <!-- Do not upgrade, leads to test failures, MSHARED-1014 -->
     <mavenSharedUtilsVersion>3.4.2</mavenSharedUtilsVersion>
-    <jacocoVersion>0.8.14</jacocoVersion>
+    <jacocoVersion>0.8.15</jacocoVersion>
     <testngVersion>5.11</testngVersion>
     
<maven.surefire.scm.devConnection>scm:git:https://github.com/apache/maven-surefire.git</maven.surefire.scm.devConnection>
     <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path>

Reply via email to