Skip to content

Commit

Permalink
Update to openssl 3.1.5 (#875)
Browse files Browse the repository at this point in the history
Motivation:

We should use the latest patch release of openssl

Modifications:

Update to openssl 3.1.5

Result:

Use latest openssl patch release out of the 3.1 series
  • Loading branch information
normanmaurer authored Jun 26, 2024
1 parent 67f356d commit a57a988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
-->
<libresslSha256>ff88bffe354818b3ccf545e3cafe454c5031c7a77217074f533271d63c37f08d</libresslSha256>
<opensslMinorVersion>3.1</opensslMinorVersion>
<opensslPatchVersion>5</opensslPatchVersion>
<opensslPatchVersion>6</opensslPatchVersion>
<opensslVersion>${opensslMinorVersion}.${opensslPatchVersion}</opensslVersion>
<opensslSha256>6ae015467dabf0469b139ada93319327be24b98251ffaeceda0221848dc09262</opensslSha256>
<opensslSha256>5d2be4036b478ef3cb0a854ca9b353072c3a0e26d8a56f8f0ab9fb6ed32d38d7</opensslSha256>
<aprHome>${project.build.directory}/apr</aprHome>
<aprSourceDir>${project.build.directory}/apr-source</aprSourceDir>
<archBits>64</archBits>
Expand Down

0 comments on commit a57a988

Please sign in to comment.