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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 1e3c5d57766 Bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0
to 3.5.1 (#1866)
1e3c5d57766 is described below
commit 1e3c5d577666b3c92fa23993307240af78bab6f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 28 08:05:26 2026 +0200
Bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1 (#1866)
Bumps
[org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin)
from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
-
[Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
dependency-version: 3.5.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 8c3742121b6..b2295f5f0c4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -34,7 +34,7 @@
<properties>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
- <maven-jar-plugin-version>3.5.0</maven-jar-plugin-version>
+ <maven-jar-plugin-version>3.5.1</maven-jar-plugin-version>
</properties>
<dependencyManagement>