Skip to content

Commit 72c9ecb

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 38d110d commit 72c9ecb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • codec-ohttp-hpke-native-boringssl

codec-ohttp-hpke-native-boringssl/pom.xml

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

5353
<generatedSourcesDir>${project.build.directory}/generated-sources</generatedSourcesDir>
5454
<templateDir>${project.build.directory}/template</templateDir>

0 commit comments

Comments
 (0)