This is an automated email from the ASF dual-hosted git repository.
apupier 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 e1d9cf18402 Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0
to 3.4.2
e1d9cf18402 is described below
commit e1d9cf18402d81e0dcacbc1b623a143c0ac11ea3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 20 15:19:33 2024 +0000
Bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.2
Bumps
[org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin)
from 3.3.0 to 3.4.2.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
-
[Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 5db3b55c01c..fd05aa678e9 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.3.0</maven-jar-plugin-version>
+ <maven-jar-plugin-version>3.4.2</maven-jar-plugin-version>
</properties>
<dependencyManagement>