Skip to content

Commit

Permalink
Merge pull request #161 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.3.2
  • Loading branch information
catatsuy authored Sep 14, 2024
2 parents aa11fc9 + 10cae99 commit fe2f509
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.3.1"
OpenSSLVersion = "3.3.2"
OpenSSLDownloadURLPrefix = "https://github.com/openssl/openssl/releases/download"
)

Expand Down

0 comments on commit fe2f509

Please sign in to comment.