Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit dc0c67d

Browse files
committed
Update to latest BoringSSL commit sha
Motivation: It's been a while since we updated our used BoringSSL version. Modifications: Update to sha of current BoringSSL commit Result: Use latest BoringSSL version as of today
1 parent 6f90dae commit dc0c67d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codec-native-quic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<boringsslRepository>https://boringssl.googlesource.com/boringssl</boringsslRepository>
4848
<!-- Lets use what we use in netty-tcnative-boringssl-static -->
4949
<boringsslBranch>main</boringsslBranch>
50-
<boringsslCommitSha>cccf8525db8a57153d3cb3e22efed2db4b71a8ab</boringsslCommitSha>
50+
<boringsslCommitSha>0226f30467f540a3f62ef48d453f93927da199b6</boringsslCommitSha>
5151

5252
<quicheSourceDir>${project.build.directory}/quiche-source</quicheSourceDir>
5353
<quicheBuildDir>${quicheSourceDir}/target/release</quicheBuildDir>

0 commit comments

Comments
 (0)