Skip to content

Commit 81ae673

Browse files
committed
Update curl to v8.4.0
Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/8233 Changelog: security
1 parent 3f3e645 commit 81ae673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/software/curl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
name 'curl'
1818

19-
version = Gitlab::Version.new('curl', 'curl-8_0_1')
19+
version = Gitlab::Version.new('curl', 'curl-8_4_0')
2020

2121
default_version version.print(false)
2222
display_version version.print(false).delete_prefix('curl-').tr('_', '.')

0 commit comments

Comments
 (0)