This is an automated email from the ASF dual-hosted git repository. squakez pushed a commit to branch release-2.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 1271df076f3123f5e4ec58e066e284236b1a8fb5 Author: Pasquale Congiusti <[email protected]> AuthorDate: Thu May 14 09:20:03 2026 +0200 chore(dependencies): golang security fix --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6dcd108e5..f496b2a21 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/apache/camel-k/v2 -go 1.25.9 +go 1.25.10 require ( dario.cat/mergo v1.0.2
