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 ad232371 build(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin
ad232371 is described below
commit ad232371471d0893cdf840a0b49f90e69eefee8f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 29 19:48:46 2023 +0000
build(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin
Bumps
[org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus)
from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/groovy/GMavenPlus/releases)
- [Commits](https://github.com/groovy/GMavenPlus/compare/3.0.1...3.0.2)
---
updated-dependencies:
- dependency-name: org.codehaus.gmavenplus:gmavenplus-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 7fa408dd..37cbfcfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
<hamcrest-version>2.2</hamcrest-version>
<!-- plugins -->
- <gmavenplus-plugin-version>3.0.1</gmavenplus-plugin-version>
+ <gmavenplus-plugin-version>3.0.2</gmavenplus-plugin-version>
<maven-compiler-plugin-version>3.11.0</maven-compiler-plugin-version>
<maven-assembly-plugin-version>3.5.0</maven-assembly-plugin-version>
<maven-dependency-plugin-version>3.5.0</maven-dependency-plugin-version>