Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2e63a6d
Update examples/pom.xml to match platform tag v0.17.0
github-actions[bot] Mar 7, 2026
55088e4
Update sdk/pom.xml to match platform tag v0.17.0
github-actions[bot] Mar 7, 2026
43ef389
Update examples/pom.xml to match platform tag v0.19.0
github-actions[bot] Mar 13, 2026
3b80a4f
Update sdk/pom.xml to match platform tag v0.19.0
github-actions[bot] Mar 13, 2026
ada5432
Update examples/pom.xml to match platform tag v0.20.0
github-actions[bot] Mar 20, 2026
38f3e66
Update sdk/pom.xml to match platform tag v0.20.0
github-actions[bot] Mar 20, 2026
3910fd0
Update examples/pom.xml to match platform tag v0.21.0
github-actions[bot] Mar 27, 2026
b16a94b
Update sdk/pom.xml to match platform tag v0.21.0
github-actions[bot] Mar 27, 2026
9488ac9
Update examples/pom.xml to match platform tag v0.22.0
github-actions[bot] Apr 2, 2026
e65684e
Update sdk/pom.xml to match platform tag v0.22.0
github-actions[bot] Apr 2, 2026
20f826f
Update examples/pom.xml to match platform tag v0.23.0
github-actions[bot] Apr 8, 2026
fd60f16
Update sdk/pom.xml to match platform tag v0.23.0
github-actions[bot] Apr 8, 2026
2ae7862
Merge branch 'main' into update-platform-branch
mkleene Apr 9, 2026
db1e023
Update examples/pom.xml to match platform tag v0.24.0
github-actions[bot] Apr 18, 2026
66ce6af
Update sdk/pom.xml to match platform tag v0.24.0
github-actions[bot] Apr 18, 2026
2e910fc
Update examples/pom.xml to match platform tag v0.25.0
github-actions[bot] Apr 21, 2026
20c558d
Update sdk/pom.xml to match platform tag v0.25.0
github-actions[bot] Apr 21, 2026
6805770
Update examples/pom.xml to match platform tag v0.26.0
github-actions[bot] Apr 23, 2026
76753b3
Update sdk/pom.xml to match platform tag v0.26.0
github-actions[bot] Apr 23, 2026
d1d1ca2
Update examples/pom.xml to match platform tag v0.27.0
github-actions[bot] Apr 25, 2026
1d72478
Update sdk/pom.xml to match platform tag v0.27.0
github-actions[bot] Apr 25, 2026
7e556d3
Merge branch 'main' into update-platform-branch
marythought Apr 29, 2026
2ec4fd2
Update examples/pom.xml to match platform tag v0.28.0
github-actions[bot] Apr 30, 2026
338dc05
Update sdk/pom.xml to match platform tag v0.28.0
github-actions[bot] Apr 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
<platform.branch>protocol/go/v0.16.0</platform.branch>
<platform.branch>protocol/go/v0.28.0</platform.branch>
<exec.cleanupDaemonThreads>false</exec.cleanupDaemonThreads>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<kotlin.version>2.1.0</kotlin.version>
<connect.version>0.7.2</connect.version>
<okhttp.version>4.12.0</okhttp.version>
<platform.branch>protocol/go/v0.16.0</platform.branch>
<platform.branch>protocol/go/v0.28.0</platform.branch>
</properties>
<dependencies>
<!-- Logging Dependencies -->
Expand Down