Skip to content

Commit 90eaba1

Browse files
authored
fix(sdk): upgrade the platform protocol code (#275)
In gateway we are seeing an error like ``` Caused by: com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field. This could mean either that the input has been truncated or that an embedded message misreported its own length ``` when fetching attributes. [`v2.6.2` of platform contains `v0.5.0` of `protocol/go`](https://github.com/virtru-corp/data-security-platform/blob/v2.6.2/go.mod#L34) and there are changes between the two versions in the attributes. This should at least be safe.
1 parent feff0e8 commit 90eaba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<kotlin.version>2.1.0</kotlin.version>
1616
<connect.version>0.7.2</connect.version>
1717
<okhttp.version>4.12.0</okhttp.version>
18-
<platform.branch>protocol/go/v0.3.0</platform.branch>
18+
<platform.branch>protocol/go/v0.5.0</platform.branch>
1919
</properties>
2020
<dependencies>
2121
<!-- Logging Dependencies -->

0 commit comments

Comments
 (0)