This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 26b35ded885c chore(deps): Bump
org.apache.maven.plugin-testing:maven-plugin-testing-harness (#19788)
26b35ded885c is described below
commit 26b35ded885ceb7ba620af5b7634292401edbea0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 3 09:34:07 2025 +0100
chore(deps): Bump
org.apache.maven.plugin-testing:maven-plugin-testing-harness (#19788)
Bumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from
3.3.0 to 3.4.0.
---
updated-dependencies:
- dependency-name:
org.apache.maven.plugin-testing:maven-plugin-testing-harness
dependency-version: 3.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml | 2 +-
parent/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index 506408fedbbe..a7a4664d9f57 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
- <version>3.3.0</version>
+ <version>3.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 8d63998a5e37..5e82a6287a11 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -378,7 +378,7 @@
<maven-owasp-plugin-version>12.1.8</maven-owasp-plugin-version>
<maven-plugin-plugin-version>3.15.2</maven-plugin-plugin-version>
<maven-plugin-annotations-version>3.15.2</maven-plugin-annotations-version>
-
<maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version>
+
<maven-plugin-testing-harness-version>3.4.0</maven-plugin-testing-harness-version>
<maven-project-version>2.2.1</maven-project-version>
<maven-resources-plugin-version>3.3.1</maven-resources-plugin-version>
<maven-reporting-api-version>3.1.1</maven-reporting-api-version>