Skip to content

Commit cde461a

Browse files
github-actions[bot]mkleenemarythoughtdmihalcik-virtru
authored
fix(sdk): Updates to proto version v0.36.0 (#345)
This PR updates the platform.branch property in all pom.xml files to the new tag or branch: v0.36.0. See the release: https://github.com/opentdf/platform/releases/tag/protocol%2Fgo%2Fv0.36.0 Release Notes: ## [0.36.0](opentdf/platform@protocol/go/v0.35.0...protocol/go/v0.36.0) (2026-06-29) ### Features * **kas:** Adds FIPS-203 wrap with ML-KEM-768/1024 ([#3652](opentdf/platform#3652)) ([06f30ef](opentdf/platform@06f30ef)) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Morgan Kleene <mkleene@virtru.com> Co-authored-by: Mary Dickson <mary.dickson@virtru.com> Co-authored-by: Dave Mihalcik <dmihalcik@virtru.com>
1 parent ae98754 commit cde461a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<maven.compiler.release>11</maven.compiler.release>
20-
<platform.branch>protocol/go/v0.16.0</platform.branch>
20+
<platform.branch>protocol/go/v0.36.0</platform.branch>
2121
<exec.cleanupDaemonThreads>false</exec.cleanupDaemonThreads>
2222
</properties>
2323

sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<kotlin.version>2.1.0</kotlin.version>
1717
<connect.version>0.7.2</connect.version>
1818
<okhttp.version>4.12.0</okhttp.version>
19-
<platform.branch>protocol/go/v0.34.0</platform.branch>
19+
<platform.branch>protocol/go/v0.36.0</platform.branch>
2020
<!-- in the non-FIPS case we don't need to pass anything to the jvm -->
2121
<java.security.properties.test/>
2222
<!-- Default empty argLine; overridden by jacoco:prepare-agent when the `coverage` profile is active -->

0 commit comments

Comments
 (0)