Skip to content

Commit

Permalink
Merge pull request #171 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.0
  • Loading branch information
catatsuy authored Oct 23, 2024
2 parents 5de886d + 16108fe commit 39bb618
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.2"
OpenSSLVersion = "3.4.0"
OpenSSLDownloadURLPrefix = "https://github.com/openssl/openssl/releases/download"
)

Expand Down

0 comments on commit 39bb618

Please sign in to comment.