Skip to content

Commit

Permalink
Merge pull request #110 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.2.0
  • Loading branch information
catatsuy authored Dec 10, 2023
2 parents 72d21fb + 1d88c39 commit a3b0e31
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 @@ -15,7 +15,7 @@ const (

// openssl
const (
OpenSSLVersion = "3.1.0"
OpenSSLVersion = "3.2.0"
OpenSSLDownloadURLPrefix = "https://www.openssl.org/source"
)

Expand Down

0 comments on commit a3b0e31

Please sign in to comment.