server-sdk-kotlin
server-sdk-kotlin copied to clipboard
Update Kotlin, Protobuf, Retrofit, Auth0 Java JWT
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
protobufVersionto 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
- Update
com.squareup.retrofit2:retrofitto 2.11.0 - Update
com.squareup.retrofit2:converter-protobufto 2.11.0
Fixes vulnerabilities reported in older versions of Retrofit.
Reference: Retrofit 2.11.0 Changelog
Security Advisory: - CVE-2023-2976 - CVE-2022-24329 - CVE-2020-8908 - CVE-2020-29582 - CVE-2020-15250
Auth0 Java JWT
- Update
com.auth0:java-jwtto 4.5.0
Addresses security issues in earlier releases and includes bug fixes.
Reference: java-jwt GitHub Releases
🦋 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
@davidliu can you review my PR?
@ericsanjaya lets land #121 and #122 and merge those in here - they have fixes for the formatting and a failing test in main
Looks like the CI is failing on formatting, can you run ./gradlew spotlessApply to clean it up?