Skip to content
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.36.0</platform.branch>
<platform.branch>protocol/go/v0.39.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.36.0</platform.branch>
<platform.branch>protocol/go/v0.39.0</platform.branch>
<!-- in the non-FIPS case we don't need to pass anything to the jvm -->
<java.security.properties.test/>
<!-- Default empty argLine; overridden by jacoco:prepare-agent when the `coverage` profile is active -->
Expand Down
Loading