From d9235fbf3a0ceeaeb407a1c27415e40edf4bf699 Mon Sep 17 00:00:00 2001 From: "kumahq[bot]" <110050114+kumahq[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 08:09:04 +0200 Subject: [PATCH] chore(deps): security update (#11331) Signed-off-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> Co-authored-by: kumahq[bot] <110050114+kumahq[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b62ee57e3f45..748668af1791 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kumahq/kuma -go 1.22.5 +go 1.22.7 require ( cirello.io/pglock v1.14.2