This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new 85b763d9e8 Bump google.golang.org/grpc in
/modules/agent-framework/airavata-agent (#541)
85b763d9e8 is described below
commit 85b763d9e81d90ee3e5b48b785395f56a1416d54
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 2 15:07:46 2025 -0500
Bump google.golang.org/grpc in /modules/agent-framework/airavata-agent
(#541)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.64.0
to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1)
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.64.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
modules/agent-framework/airavata-agent/go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/agent-framework/airavata-agent/go.mod
b/modules/agent-framework/airavata-agent/go.mod
index 0113224fa8..86714c05b9 100644
--- a/modules/agent-framework/airavata-agent/go.mod
+++ b/modules/agent-framework/airavata-agent/go.mod
@@ -6,7 +6,7 @@ require (
github.com/cyber-shuttle/cybershuttle-tunnels
v0.0.0-20250505072337-4314f6e407c4
github.com/fatedier/frp v0.62.1
github.com/google/uuid v1.6.0
- google.golang.org/grpc v1.64.0
+ google.golang.org/grpc v1.64.1
google.golang.org/protobuf v1.34.2
)