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 f34d1a8e705 chore(deps): Bump com.gradle:develocity-maven-extension (#17252) f34d1a8e705 is described below commit f34d1a8e705fc5be813cc3f990a514b42aad2ff9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Feb 25 08:50:43 2025 +0100 chore(deps): Bump com.gradle:develocity-maven-extension (#17252) Bumps com.gradle:develocity-maven-extension from 1.23.1 to 1.23.2. --- updated-dependencies: - dependency-name: com.gradle:develocity-maven-extension dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .mvn/extensions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index a85579bf2a2..970264e1941 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -13,6 +13,6 @@ <extension> <groupId>com.gradle</groupId> <artifactId>develocity-maven-extension</artifactId> - <version>1.23.1</version> + <version>1.23.2</version> </extension> </extensions>