From 5bdcdd23cb202ec7610a9183228bfcac64a0931d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:21:12 +0000 Subject: [PATCH] Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12) --- 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> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5cd37ebe..da89b368 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <jaxb-api.version>2.3.0</jaxb-api.version> <!-- Maven plugins --> - <jacoco.version>0.8.11</jacoco.version> + <jacoco.version>0.8.12</jacoco.version> <openapi-generator-maven-plugin.version>7.8.0</openapi-generator-maven-plugin.version> <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version> -- GitLab