server-sdk-kotlin icon indicating copy to clipboard operation
server-sdk-kotlin copied to clipboard

Update Kotlin, Protobuf, Retrofit, Auth0 Java JWT

Open ericsanjaya opened this issue 7 months ago • 4 comments

Kotlin

  • Update to Kotlin 1.9.25
    Upgraded to the latest patch version for better stability and compatibility with newer tools.
    Reference: Kotlin 1.9.25 Release Notes

Protobuf

  • Update protobufVersion to 4.29.4
    Ensures compatibility with the MySQL JDBC connector. Note: Previous versions had compatibility issues when working with certain database drivers. Fixes #95

Retrofit

Auth0 Java JWT

  • Update com.auth0:java-jwt to 4.5.0
    Addresses security issues in earlier releases and includes bug fixes.
    Reference: java-jwt GitHub Releases

ericsanjaya avatar May 06 '25 05:05 ericsanjaya

🦋 Changeset detected

Latest commit: 49f146ade6be1723c2dcdf130e96616ca0d5c291

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
server-sdk-kotlin Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar May 06 '25 05:05 changeset-bot[bot]

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 06 '25 05:05 CLAassistant

@davidliu can you review my PR?

ericsanjaya avatar May 13 '25 04:05 ericsanjaya

@ericsanjaya lets land #121 and #122 and merge those in here - they have fixes for the formatting and a failing test in main

bcherry avatar May 20 '25 00:05 bcherry

Looks like the CI is failing on formatting, can you run ./gradlew spotlessApply to clean it up?

davidliu avatar May 21 '25 05:05 davidliu