From 6570b36b0d52f98f4741e5ce22c42ce3234048d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 06:10:29 +0000 Subject: [PATCH] Bump org.jacoco:jacoco-maven-plugin in /portfolio-app Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.13 to 0.8.14. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.13...v0.8.14) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- portfolio-app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portfolio-app/pom.xml b/portfolio-app/pom.xml index 7f13f55422..7745439086 100644 --- a/portfolio-app/pom.xml +++ b/portfolio-app/pom.xml @@ -560,7 +560,7 @@ org.jacoco jacoco-maven-plugin - 0.8.13 + 0.8.14 com.github.os72