Skip to content

Commit 4be6578

Browse files
authored
Merge pull request #192 from cubicdaiya/renovate/openssl-openssl-3.x
chore(deps): update dependency openssl/openssl to v3.5.0
2 parents fa4b3aa + dd7e751 commit 4be6578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const (
1414

1515
// openssl
1616
const (
17-
OpenSSLVersion = "3.4.1"
17+
OpenSSLVersion = "3.5.0"
1818
OpenSSLDownloadURLPrefix = "https://github.com/openssl/openssl/releases/download"
1919
)
2020

0 commit comments

Comments
 (0)