This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push:
new 8b6611e3 build(deps): bump
org.apache.maven.plugins:maven-assembly-plugin
8b6611e3 is described below
commit 8b6611e33e5522f0c9d8465908d99f500f2ccba7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 21 08:32:18 2024 +0000
build(deps): bump org.apache.maven.plugins:maven-assembly-plugin
Bumps
[org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin)
from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
-
[Commits](https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.7.0...maven-assembly-plugin-3.7.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b850639a..55311e52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
<!-- plugins -->
<gmavenplus-plugin-version>3.0.2</gmavenplus-plugin-version>
<maven-compiler-plugin-version>3.13.0</maven-compiler-plugin-version>
- <maven-assembly-plugin-version>3.7.0</maven-assembly-plugin-version>
+ <maven-assembly-plugin-version>3.7.1</maven-assembly-plugin-version>
<maven-dependency-plugin-version>3.6.1</maven-dependency-plugin-version>
<maven-surefire-plugin-version>3.2.5</maven-surefire-plugin-version>
<maven-remote-resources-plugin-version>3.2.0</maven-remote-resources-plugin-version>