Commit 2f5481a
authored
deps(gax-httpjson): upgrade conscrypt-openjdk-uber to 2.6.2 (#14117)
## Description
Upgrade `org.conscrypt:conscrypt-openjdk-uber` from `2.6.0` to `2.6.2`.
Conscrypt 2.6.2 compiles native binaries against an older glibc
baseline, improving compatibility across older Linux environments and
test frameworks like Robolectric (see
robolectric/robolectric#11362).
Error:
```
Exception: java.lang.UnsatisfiedLinkError: /tmp/libconscrypt_openjdk_jni-linux-x86_6417845320266820000.so: /lib64/libc.so.6: version `GLIBC_2.35' not found (required by /tmp/libconscrypt_openjdk_jni-linux-x86_6417845320266820000.so)
```
## Changes
- Bump `conscrypt.version` to `2.6.2` in
`sdk-platform-java/gapic-generator-java-pom-parent/pom.xml`
- Update Conscrypt version to `2.6.2` in
`sdk-platform-java/gax-java/dependencies.properties`
- Update Conscrypt version to `2.6.2` in
`sdk-platform-java/dependencies.txt`
- Update expected downstream version in
`.kokoro/java-storage-expected-flattened-dependencies.txt`
- Update version reference in `java-cloud-bom/README.md`
- Update Conscrypt capabilities doc links in
`HttpJsonConscryptUtils.java` and `ITPostQuantumCryptography.java`1 parent 7604971 commit 2f5481a
7 files changed
Lines changed: 7 additions & 7 deletions
File tree
- .kokoro
- java-cloud-bom
- java-showcase/gapic-showcase/src/test/java/com/google/showcase/v1beta1/it
- sdk-platform-java
- gapic-generator-java-pom-parent
- gax-java
- gax-httpjson/src/main/java/com/google/api/gax/httpjson
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments