Skip to content

Commit

Permalink
Merge pull request #183 from cubicdaiya/renovate/openssl-openssl-3.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency openssl/openssl to v3.4.1
  • Loading branch information
catatsuy authored Feb 15, 2025
2 parents 3f94000 + 0263274 commit a0c6942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (

// openssl
const (
OpenSSLVersion = "3.4.0"
OpenSSLVersion = "3.4.1"
OpenSSLDownloadURLPrefix = "https://github.com/openssl/openssl/releases/download"
)

Expand Down

0 comments on commit a0c6942

Please sign in to comment.