Skip to content

chore(deps): Bump com.pubnub:pubnub-gson from 12.1.4 to 13.0.0#21446

Draft
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.pubnub-pubnub-gson-13.0.0
Draft

chore(deps): Bump com.pubnub:pubnub-gson from 12.1.4 to 13.0.0#21446
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/com.pubnub-pubnub-gson-13.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps com.pubnub:pubnub-gson from 12.1.4 to 13.0.0.

Release notes

Sourced from com.pubnub:pubnub-gson's releases.

Java & Kotlin SDK v13.0.0

February 11 2026

Added

  • Upgrade kotlinx-datetime to 0.7.1.
Changelog

Sourced from com.pubnub:pubnub-gson's changelog.

v13.0.0

February 11 2026

Added

  • Upgrade kotlinx-datetime to 0.7.1.
  • com.pubnub.api.utils.Instant is now an SDK value type and is not implicitly interchangeable with kotlin.time.Instant and kotlinx.datetime.Instant anymore.

Migration

  • If you previously used kotlinx.datetime extensions directly on PubNub Instant, use Instant.toLocalDateTime(TimeZone).
  • If you previously did val instant = localDateTime.toInstant(zone) or TimetokenUtil.instantToTimetoken(instant), use instead TimetokenUtil.localDateTimeToInstant(localDateTime, zone) or TimetokenUtil.localDateTimeToTimetoken(localDateTime, zone).
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.pubnub:pubnub-gson](https://github.com/pubnub/kotlin) from 12.1.4 to 13.0.0.
- [Release notes](https://github.com/pubnub/kotlin/releases)
- [Changelog](https://github.com/pubnub/kotlin/blob/master/CHANGELOG.md)
- [Commits](pubnub/kotlin@kotlin-v12.1.4...kotlin-v13.0.0)

---
updated-dependencies:
- dependency-name: com.pubnub:pubnub-gson
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 13, 2026
@davsclaus davsclaus marked this pull request as draft February 13, 2026 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants