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 ddbc9a85e4ed Upgrade maven-plugin-testing-harness
ddbc9a85e4ed is described below
commit ddbc9a85e4ed6e52fd3fe5f841774b556a5564fa
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Feb 9 10:21:02 2026 +0100
Upgrade maven-plugin-testing-harness
---
components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml | 4 ++--
parent/pom.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
index f27bf486885a..6f3d603b0359 100644
--- a/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
+++ b/components/camel-salesforce/camel-salesforce-maven-plugin/pom.xml
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>3.15.2</version>
+ <version>${maven-plugin-annotations-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -100,7 +100,7 @@
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
- <version>3.5.0</version>
+ <version>${maven-plugin-testing-harness-version}</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index f537b0904e9c..06898c66efb8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -386,7 +386,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.5.0</maven-plugin-testing-harness-version>
+
<maven-plugin-testing-harness-version>3.5.1</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>