This is an automated email from the ASF dual-hosted git repository. pbacsko pushed a commit to branch branch-1.5 in repository https://gitbox.apache.org/repos/asf/yunikorn-core.git
commit 5d379c41059ecb686ab9988afb6d8b357919d6d1 Author: targetoee <[email protected]> AuthorDate: Mon Apr 22 07:33:03 2024 +0000 [YUNIKORN-2541] [ADDENDUM] Upgrade golang.org/x/net for CVEs (#852) Update golang.org/x/crypto to v0.21.0 to keep our versions in the replace up to date. Closes: #852 Signed-off-by: Yu-Lin Chen <[email protected]> (cherry picked from commit db13a4fa8585b6cc502750759cd78685bf0f5284) --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7b6b78da..2dad2ca9 100644 --- a/go.mod +++ b/go.mod @@ -57,7 +57,7 @@ require ( replace ( github.com/petermattis/goid => github.com/petermattis/goid v0.0.0-20240327183114-c42a807a84ba - golang.org/x/crypto => golang.org/x/crypto v0.19.0 + golang.org/x/crypto => golang.org/x/crypto v0.21.0 golang.org/x/net => golang.org/x/net v0.23.0 golang.org/x/sys => golang.org/x/sys v0.18.0 golang.org/x/text => golang.org/x/text v0.14.0 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
