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 1d18ee685934 chore(deps): Bump
org.apache.maven.plugin-testing:maven-plugin-testing-harness (#20827)
1d18ee685934 is described below
commit 1d18ee685934c41b699fb5515e9bae5ca0234b0c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 15 20:59:01 2026 +0100
chore(deps): Bump
org.apache.maven.plugin-testing:maven-plugin-testing-harness (#20827)
Bumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from
3.4.0 to 3.5.0.
---
updated-dependencies:
- dependency-name:
org.apache.maven.plugin-testing:maven-plugin-testing-harness
dependency-version: 3.5.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 f5b728e48c7a..f27bf486885a 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.4.0</version>
+ <version>3.5.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index e5aa76791217..faf3ebc0e650 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -383,7 +383,7 @@
<maven-owasp-plugin-version>12.2.0</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.4.0</maven-plugin-testing-harness-version>
+
<maven-plugin-testing-harness-version>3.5.0</maven-plugin-testing-harness-version>
<maven-project-version>2.2.1</maven-project-version>
<maven-resources-plugin-version>3.4.0</maven-resources-plugin-version>
<maven-reporting-api-version>3.1.1</maven-reporting-api-version>