This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git
The following commit(s) were added to refs/heads/main by this push:
new 45d0174a Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14
45d0174a is described below
commit 45d0174a447532942ca50313f2c0c4871d1bee0b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 04:01:08 2025 +0000
Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14
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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0bad8f19..53308db9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@ under the License.
<git-code-format-maven-plugin.version>5.4</git-code-format-maven-plugin.version>
<testcontainers.version>1.21.3</testcontainers.version>
<maven.mojo.license.plugin>2.7.0</maven.mojo.license.plugin>
- <jacoco.maven.plugin>0.8.13</jacoco.maven.plugin>
+ <jacoco.maven.plugin>0.8.14</jacoco.maven.plugin>
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
<jacoco.classRatio>1.00</jacoco.classRatio>
<jacoco.instructionRatio>1.00</jacoco.instructionRatio>