Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump pbandk from 0.14.2 to 0.16.0 #3156

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bumps pbandk from 0.14.2 to 0.16.0.
Updates pro.streem.pbandk:pbandk-runtime-iosx64 from 0.14.2 to 0.16.0

Release notes

Sourced from pro.streem.pbandk:pbandk-runtime-iosx64's releases.

v0.16.0

See https://github.com/streem/pbandk/blob/v0.16.0/CHANGELOG.md

v0.15.0

See https://github.com/streem/pbandk/blob/v0.15.0/CHANGELOG.md

v0.14.3

See https://github.com/streem/pbandk/blob/v0.14.3/CHANGELOG.md

Changelog

Sourced from pro.streem.pbandk:pbandk-runtime-iosx64's changelog.

0.16.0 - 2024-09-03

Added

  • Added support for the wasmJs platform. (PR #273)
  • Added support for the mingwX64 platform. (PR #276, fixes #233) (thanks @​deepthought-64 for the initial PR)
  • Added support for encoding and decoding proto2 group fields. They were deprecated in proto3, but they've been brought back as the "delimited message encoding" feature in Protobuf Editions 2023. (PR #280)

Changed

  • Updated dependencies to Kotlin 2.0.20 and kotlinx-serialization 1.7.2. (PR #270, #281)
  • Updated the protobuf well-known types to include all of the new fields added as of protobuf v28.0. This mainly impacts messages defined in descriptor.proto. (PR #280)

Fixed

  • Enum value names that would result in an invalid Kotlin identifier after the enum's prefix was stripped will now keep their prefix (e.g. a protobuf enum value named Edition.EDITION_2023 will be named EDITION_2023 in Kotlin instead of just 2023). (PR #245, fixes #226) (thanks @​fluxxion82)
  • Reduced the likelihood of getting a MethodTooLargeException when generating code for protobuf messages that contain many fields with custom options. (PR #277, fixes #252)
  • Removed protobuf.js dependency on Kotlin/JS. This also fixed a bunch of protobuf conformance-related bugs on Kotlin/JS. (PR #279)
  • Fixed compile errors in generated code when using protobuf extension fields together with Kotlin's Explicit API mode. (PR #280)

#226: streem/pbandk#226 #233: streem/pbandk#233 #245: streem/pbandk#245 #252: streem/pbandk#252 #270: streem/pbandk#270 #273: streem/pbandk#273 #276: streem/pbandk#276 #277: streem/pbandk#277 #279: streem/pbandk#279 #280: streem/pbandk#280 #281: streem/pbandk#281

0.15.0 - 2024-08-05

Changed

  • Updated dependencies to Kotlin 1.9.24 and kotlinx-serialization 1.6.3. (PR #259)
    • Updated Kotlin/JS dependencies to protobuf.js 7.3.2.
    • [BREAKING CHANGE] Dropped support for the legacy Kotlin/JS compiler.
  • Projects using pbandk no longer need to explicitly opt-in to the kotlin.RequiresOptIn annotation. (PR #269)
  • Functions now explicitly declare the exceptions they might throw using the @Throws annotation. This change mainly impacts interop when calling pbandk from Java, Objective-C, or Swift code. The Java or native code will now fail to compile unless it explicitly handles the declared exceptions. (PR #269)

Fixed

  • More robust conversion between Kotlin Long and JS Long that no longer depends on Kotlin internals. (PR #259)

... (truncated)

Commits
  • 38cbe88 Bump to 0.16.0
  • cac3579 Merge pull request #281 from streem/garyp/kotlin-2.0.20
  • 8eb4fdc Update to Kotlin 2.0.20
  • 87fc19a Merge pull request #280 from streem/garyp/new-conformance-tests
  • 6f8e78d Update CHANGELOG
  • 7a7707c Update conformance runner to report Protobuf Editions support
  • 665615b Update BootstrapConverter with all of the new fields in descriptor.proto
  • 4357829 Re-generate generated code and API dump
  • 9b99e51 Add support for encoding/decoding proto2 group fields
  • 0ce6655 Fix compile errors with generated code extensions
  • Additional commits viewable in compare view

Updates pro.streem.pbandk:pbandk-runtime-iosarm64 from 0.14.2 to 0.16.0

Release notes

Sourced from pro.streem.pbandk:pbandk-runtime-iosarm64's releases.

v0.16.0

See https://github.com/streem/pbandk/blob/v0.16.0/CHANGELOG.md

v0.15.0

See https://github.com/streem/pbandk/blob/v0.15.0/CHANGELOG.md

v0.14.3

See https://github.com/streem/pbandk/blob/v0.14.3/CHANGELOG.md

Changelog

Sourced from pro.streem.pbandk:pbandk-runtime-iosarm64's changelog.

0.16.0 - 2024-09-03

Added

  • Added support for the wasmJs platform. (PR #273)
  • Added support for the mingwX64 platform. (PR #276, fixes #233) (thanks @​deepthought-64 for the initial PR)
  • Added support for encoding and decoding proto2 group fields. They were deprecated in proto3, but they've been brought back as the "delimited message encoding" feature in Protobuf Editions 2023. (PR #280)

Changed

  • Updated dependencies to Kotlin 2.0.20 and kotlinx-serialization 1.7.2. (PR #270, #281)
  • Updated the protobuf well-known types to include all of the new fields added as of protobuf v28.0. This mainly impacts messages defined in descriptor.proto. (PR #280)

Fixed

  • Enum value names that would result in an invalid Kotlin identifier after the enum's prefix was stripped will now keep their prefix (e.g. a protobuf enum value named Edition.EDITION_2023 will be named EDITION_2023 in Kotlin instead of just 2023). (PR #245, fixes #226) (thanks @​fluxxion82)
  • Reduced the likelihood of getting a MethodTooLargeException when generating code for protobuf messages that contain many fields with custom options. (PR #277, fixes #252)
  • Removed protobuf.js dependency on Kotlin/JS. This also fixed a bunch of protobuf conformance-related bugs on Kotlin/JS. (PR #279)
  • Fixed compile errors in generated code when using protobuf extension fields together with Kotlin's Explicit API mode. (PR #280)

#226: streem/pbandk#226 #233: streem/pbandk#233 #245: streem/pbandk#245 #252: streem/pbandk#252 #270: streem/pbandk#270 #273: streem/pbandk#273 #276: streem/pbandk#276 #277: streem/pbandk#277 #279: streem/pbandk#279 #280: streem/pbandk#280 #281: streem/pbandk#281

0.15.0 - 2024-08-05

Changed

  • Updated dependencies to Kotlin 1.9.24 and kotlinx-serialization 1.6.3. (PR #259)
    • Updated Kotlin/JS dependencies to protobuf.js 7.3.2.
    • [BREAKING CHANGE] Dropped support for the legacy Kotlin/JS compiler.
  • Projects using pbandk no longer need to explicitly opt-in to the kotlin.RequiresOptIn annotation. (PR #269)
  • Functions now explicitly declare the exceptions they might throw using the @Throws annotation. This change mainly impacts interop when calling pbandk from Java, Objective-C, or Swift code. The Java or native code will now fail to compile unless it explicitly handles the declared exceptions. (PR #269)

Fixed

  • More robust conversion between Kotlin Long and JS Long that no longer depends on Kotlin internals. (PR #259)

... (truncated)

Commits
  • 38cbe88 Bump to 0.16.0
  • cac3579 Merge pull request #281 from streem/garyp/kotlin-2.0.20
  • 8eb4fdc Update to Kotlin 2.0.20
  • 87fc19a Merge pull request #280 from streem/garyp/new-conformance-tests
  • 6f8e78d Update CHANGELOG
  • 7a7707c Update conformance runner to report Protobuf Editions support
  • 665615b Update BootstrapConverter with all of the new fields in descriptor.proto
  • 4357829 Re-generate generated code and API dump
  • 9b99e51 Add support for encoding/decoding proto2 group fields
  • 0ce6655 Fix compile errors with generated code extensions
  • Additional commits viewable in compare view

Updates pro.streem.pbandk:pbandk-runtime-iossimulatorarm64 from 0.14.2 to 0.16.0

Release notes

Sourced from pro.streem.pbandk:pbandk-runtime-iossimulatorarm64's releases.

v0.16.0

See https://github.com/streem/pbandk/blob/v0.16.0/CHANGELOG.md

v0.15.0

See https://github.com/streem/pbandk/blob/v0.15.0/CHANGELOG.md

v0.14.3

See https://github.com/streem/pbandk/blob/v0.14.3/CHANGELOG.md

Changelog

Sourced from pro.streem.pbandk:pbandk-runtime-iossimulatorarm64's changelog.

0.16.0 - 2024-09-03

Added

  • Added support for the wasmJs platform. (PR #273)
  • Added support for the mingwX64 platform. (PR #276, fixes #233) (thanks @​deepthought-64 for the initial PR)
  • Added support for encoding and decoding proto2 group fields. They were deprecated in proto3, but they've been brought back as the "delimited message encoding" feature in Protobuf Editions 2023. (PR #280)

Changed

  • Updated dependencies to Kotlin 2.0.20 and kotlinx-serialization 1.7.2. (PR #270, #281)
  • Updated the protobuf well-known types to include all of the new fields added as of protobuf v28.0. This mainly impacts messages defined in descriptor.proto. (PR #280)

Fixed

  • Enum value names that would result in an invalid Kotlin identifier after the enum's prefix was stripped will now keep their prefix (e.g. a protobuf enum value named Edition.EDITION_2023 will be named EDITION_2023 in Kotlin instead of just 2023). (PR #245, fixes #226) (thanks @​fluxxion82)
  • Reduced the likelihood of getting a MethodTooLargeException when generating code for protobuf messages that contain many fields with custom options. (PR #277, fixes #252)
  • Removed protobuf.js dependency on Kotlin/JS. This also fixed a bunch of protobuf conformance-related bugs on Kotlin/JS. (PR #279)
  • Fixed compile errors in generated code when using protobuf extension fields together with Kotlin's Explicit API mode. (PR #280)

#226: streem/pbandk#226 #233: streem/pbandk#233 #245: streem/pbandk#245 #252: streem/pbandk#252 #270: streem/pbandk#270 #273: streem/pbandk#273 #276: streem/pbandk#276 #277: streem/pbandk#277 #279: streem/pbandk#279 #280: streem/pbandk#280 #281: streem/pbandk#281

0.15.0 - 2024-08-05

Changed

  • Updated dependencies to Kotlin 1.9.24 and kotlinx-serialization 1.6.3. (PR #259)
    • Updated Kotlin/JS dependencies to protobuf.js 7.3.2.
    • [BREAKING CHANGE] Dropped support for the legacy Kotlin/JS compiler.
  • Projects using pbandk no longer need to explicitly opt-in to the kotlin.RequiresOptIn annotation. (PR #269)
  • Functions now explicitly declare the exceptions they might throw using the @Throws annotation. This change mainly impacts interop when calling pbandk from Java, Objective-C, or Swift code. The Java or native code will now fail to compile unless it explicitly handles the declared exceptions. (PR #269)

Fixed

  • More robust conversion between Kotlin Long and JS Long that no longer depends on Kotlin internals. (PR #259)

... (truncated)

Commits
  • 38cbe88 Bump to 0.16.0
  • cac3579 Merge pull request #281 from streem/garyp/kotlin-2.0.20
  • 8eb4fdc Update to Kotlin 2.0.20
  • 87fc19a Merge pull request #280 from streem/garyp/new-conformance-tests
  • 6f8e78d Update CHANGELOG
  • 7a7707c Update conformance runner to report Protobuf Editions support
  • 665615b Update BootstrapConverter with all of the new fields in descriptor.proto
  • 4357829 Re-generate generated code and API dump
  • 9b99e51 Add support for encoding/decoding proto2 group fields
  • 0ce6655 Fix compile errors with generated code extensions
  • Additional commits viewable in compare view

Updates pro.streem.pbandk:pbandk-runtime-macosx64 from 0.14.2 to 0.16.0

Release notes

Sourced from pro.streem.pbandk:pbandk-runtime-macosx64's releases.

v0.16.0

See https://github.com/streem/pbandk/blob/v0.16.0/CHANGELOG.md

v0.15.0

See https://github.com/streem/pbandk/blob/v0.15.0/CHANGELOG.md

v0.14.3

See https://github.com/streem/pbandk/blob/v0.14.3/CHANGELOG.md

Changelog

Sourced from pro.streem.pbandk:pbandk-runtime-macosx64's changelog.

0.16.0 - 2024-09-03

Added

  • Added support for the wasmJs platform. (PR #273)
  • Added support for the mingwX64 platform. (PR #276, fixes #233) (thanks @​deepthought-64 for the initial PR)
  • Added support for encoding and decoding proto2 group fields. They were deprecated in proto3, but they've been brought back as the "delimited message encoding" feature in Protobuf Editions 2023. (PR #280)

Changed

  • Updated dependencies to Kotlin 2.0.20 and kotlinx-serialization 1.7.2. (PR #270, #281)
  • Updated the protobuf well-known types to include all of the new fields added as of protobuf v28.0. This mainly impacts messages defined in descriptor.proto. (PR #280)

Fixed

  • Enum value names that would result in an invalid Kotlin identifier after the enum's prefix was stripped will now keep their prefix (e.g. a protobuf enum value named Edition.EDITION_2023 will be named EDITION_2023 in Kotlin instead of just 2023). (PR #245, fixes #226) (thanks @​fluxxion82)
  • Reduced the likelihood of getting a MethodTooLargeException when generating code for protobuf messages that contain many fields with custom options. (PR #277, fixes #252)
  • Removed protobuf.js dependency on Kotlin/JS. This also fixed a bunch of protobuf conformance-related bugs on Kotlin/JS. (PR #279)
  • Fixed compile errors in generated code when using protobuf extension fields together with Kotlin's Explicit API mode. (PR #280)

#226: streem/pbandk#226 #233: streem/pbandk#233 #245: streem/pbandk#245 #252: streem/pbandk#252 #270: streem/pbandk#270 #273: streem/pbandk#273 #276: streem/pbandk#276 #277: streem/pbandk#277 #279: streem/pbandk#279 #280: streem/pbandk#280 #281: streem/pbandk#281

0.15.0 - 2024-08-05

Changed

  • Updated dependencies to Kotlin 1.9.24 and kotlinx-serialization 1.6.3. (PR #259)
    • Updated Kotlin/JS dependencies to protobuf.js 7.3.2.
    • [BREAKING CHANGE] Dropped support for the legacy Kotlin/JS compiler.
  • Projects using pbandk no longer need to explicitly opt-in to the kotlin.RequiresOptIn annotation. (PR #269)
  • Functions now explicitly declare the exceptions they might throw using the @Throws annotation. This change mainly impacts interop when calling pbandk from Java, Objective-C, or Swift code. The Java or native code will now fail to compile unless it explicitly handles the declared exceptions. (PR #269)

Fixed

  • More robust conversion between Kotlin Long and JS Long that no longer depends on Kotlin internals. (PR #259)

... (truncated)

Commits
  • 38cbe88 Bump to 0.16.0
  • cac3579 Merge pull request #281 from streem/garyp/kotlin-2.0.20
  • 8eb4fdc Update to Kotlin 2.0.20
  • 87fc19a Merge pull request #280 from streem/garyp/new-conformance-tests
  • 6f8e78d Update CHANGELOG
  • 7a7707c Update conformance runner to report Protobuf Editions support
  • 665615b Update BootstrapConverter with all of the new fields in descriptor.proto
  • 4357829 Re-generate generated code and API dump
  • 9b99e51 Add support for encoding/decoding proto2 group fields
  • 0ce6655 Fix compile errors with generated code extensions
  • Additional commits viewable in compare view

Updates pro.streem.pbandk:pbandk-runtime-macosarm64 from 0.14.2 to 0.16.0

Release notes

Sourced from pro.streem.pbandk:pbandk-runtime-macosarm64's releases.

v0.16.0

See https://github.com/streem/pbandk/blob/v0.16.0/CHANGELOG.md

v0.15.0

See https://github.com/streem/pbandk/blob/v0.15.0/CHANGELOG.md

v0.14.3

See https://github.com/streem/pbandk/blob/v0.14.3/CHANGELOG.md

Changelog

Sourced from pro.streem.pbandk:pbandk-runtime-macosarm64's changelog.

0.16.0 - 2024-09-03

Added

  • Added support for the wasmJs platform. (PR #273)
  • Added support for the mingwX64 platform. (PR #276, fixes #233) (thanks @​deepthought-64 for the initial PR)
  • Added support for encoding and decoding proto2 group fields. They were deprecated in proto3, but they've been brought back as the "delimited message encoding" feature in Protobuf Editions 2023. (PR #280)

Changed

  • Updated dependencies to Kotlin 2.0.20 and kotlinx-serialization 1.7.2. (PR #270, #281)
  • Updated the protobuf well-known types to include all of the new fields added as of protobuf v28.0. This mainly impacts messages defined in descriptor.proto. (PR #280)

Fixed

  • Enum value names that would result in an invalid Kotlin identifier after the enum's prefix was stripped will now keep their prefix (e.g. a protobuf enum value named Edition.EDITION_2023 will be named EDITION_2023 in Kotlin instead of just 2023). (PR #245, fixes #226) (thanks @​fluxxion82)
  • Reduced the likelihood of getting a MethodTooLargeException when generating code for protobuf messages that contain many fields with custom options. (PR #277, fixes #252)
  • Removed protobuf.js dependency on Kotlin/JS. This also fixed a bunch of protobuf conformance-related bugs on Kotlin/JS. (PR #279)
  • Fixed compile errors in generated code when using protobuf extension fields together with Kotlin's Explicit API mode. (PR #280)

#226: streem/pbandk#226 #233: streem/pbandk#233 #245: streem/pbandk#245 #252: streem/pbandk#252 #270: streem/pbandk#270 #273: streem/pbandk#273 #276: streem/pbandk#276 #277: streem/pbandk#277 #279: streem/pbandk#279 #280: streem/pbandk#280 #281: streem/pbandk#281

0.15.0 - 2024-08-05

Changed

  • Updated dependencies to Kotlin 1.9.24 and kotlinx-serialization 1.6.3. (PR #259)
    • Updated Kotlin/JS dependencies to protobuf.js 7.3.2.
    • [BREAKING CHANGE] Dropped support for the legacy Kotlin/JS compiler.
  • Projects using pbandk no longer need to explicitly opt-in to the kotlin.RequiresOptIn annotation. (PR #269)
  • Functions now explicitly declare the exceptions they might throw using the @Throws annotation. This change mainly impacts interop when calling pbandk from Java, Objective-C, or Swift code. The Java or native code will now fail to compile unless it explicitly handles the declared exceptions. (PR #269)

Fixed

  • More robust conversion between Kotlin Long and JS Long that no longer depends on Kotlin internals. (PR #259)

... (truncated)

Commits
  • 38cbe88 Bump to 0.16.0
  • cac3579 Merge pull request #281 from streem/garyp/kotlin-2.0.20
  • 8eb4fdc Update to Kotlin 2.0.20
  • 87fc19a Merge pull request #280 from streem/garyp/new-conformance-tests
  • 6f8e78d Update CHANGELOG
  • 7a7707c Update conformance runner to report Protobuf Editions support
  • 665615b Update BootstrapConverter with all of the new fields in descriptor.proto
  • 4357829 Re-generate generated code and API dump
  • 9b99e51 Add support for encoding/decoding proto2 group fields
  • 0ce6655 Fix compile errors with generated code extensions
  • Additional commits viewable in compare view

Updates pro.streem.pbandk:pbandk-runtime from 0.14.2 to 0.16.0

Release notes

Sourced from pro.streem.pbandk:pbandk-runtime's releases.

v0.16.0

See https://github.com/streem/pbandk/blob/v0.16.0/CHANGELOG.md

v0.15.0

See https://github.com/streem/pbandk/blob/v0.15.0/CHANGELOG.md

v0.14.3

See https://github.com/streem/pbandk/blob/v0.14.3/CHANGELOG.md

Changelog

Sourced from pro.streem.pbandk:pbandk-runtime's changelog.

0.16.0 - 2024-09-03

Added

  • Added support for the wasmJs platform. (PR #273)
  • Added support for the mingwX64 platform. (PR #276, fixes #233) (thanks @​deepthought-64 for the initial PR)
  • Added support for encoding and decoding proto2 group fields. They were deprecated in proto3, but they've been brought back as the "delimited message encoding" feature in Protobuf Editions 2023. (PR #280)

Changed

  • Updated dependencies to Kotlin 2.0.20 and kotlinx-serialization 1.7.2. (PR #270, #281)
  • Updated the protobuf well-known types to include all of the new fields added as of protobuf v28.0. This mainly impacts messages defined in descriptor.proto. (PR #280)

Fixed

  • Enum value names that would result in an invalid Kotlin identifier after the enum's prefix was stripped will now keep their prefix (e.g. a protobuf enum value named Edition.EDITION_2023 will be named EDITION_2023 in Kotlin instead of just 2023). (PR #245, fixes #226) (thanks @​fluxxion82)
  • Reduced the likelihood of getting a MethodTooLargeException when generating code for protobuf messages that contain many fields with custom options. (PR #277, fixes #252)
  • Removed protobuf.js dependency on Kotlin/JS. This also fixed a bunch of protobuf conformance-related bugs on Kotlin/JS. (PR #279)
  • Fixed compile errors in generated code when using protobuf extension fields together with Kotlin's Explicit API mode. (PR #280)

#226: streem/pbandk#226 #233: streem/pbandk#233 #245: streem/pbandk#245 #252: streem/pbandk#252 #270: streem/pbandk#270 #273: streem/pbandk#273 #276: streem/pbandk#276 #277: streem/pbandk#277 #279: streem/pbandk#279 #280: streem/pbandk#280 #281: streem/pbandk#281

0.15.0 - 2024-08-05

Changed

  • Updated dependencies to Kotlin 1.9.24 and kotlinx-serialization 1.6.3. (PR #259)
    • Updated Kotlin/JS dependencies to protobuf.js 7.3.2.
    • [BREAKING CHANGE] Dropped support for the legacy Kotlin/JS compiler.
  • Projects using pbandk no longer need to explicitly opt-in to the kotlin.RequiresOptIn annotation. (PR #269)
  • Functions now explicitly declare the exceptions they might throw using the @Throws annotation. This change mainly impacts interop when calling pbandk from Java, Objective-C, or Swift code. The Java or native code will now fail to compile unless it explicitly handles the declared exceptions. (PR #269)

Fixed

  • More robust conversion between Kotlin Long and JS Long that no longer depends on Kotlin internals. (PR #259)

... (truncated)

Commits
  • 38cbe88 Bump to 0.16.0
  • cac3579 Merge pull request #281 from streem/garyp/kotlin-2.0.20
  • 8eb4fdc Update to Kotlin 2.0.20
  • 87fc19a Merge pull request #280 from streem/garyp/new-conformance-tests
  • 6f8e78d Update CHANGELOG
  • 7a7707c Update conformance runner to report Protobuf Editions support
  • 665615b Update BootstrapConverter with all of the new fields in descriptor.proto
  • 4357829 Re-generate generated code and API dump
  • 9b99e51 Add support for encoding/decoding proto2 group fields
  • 0ce6655 Fix compile errors with generated code extensions
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 `pbandk` from 0.14.2 to 0.16.0.

Updates `pro.streem.pbandk:pbandk-runtime-iosx64` from 0.14.2 to 0.16.0
- [Release notes](https://github.com/streem/pbandk/releases)
- [Changelog](https://github.com/streem/pbandk/blob/master/CHANGELOG.md)
- [Commits](streem/pbandk@v0.14.2...v0.16.0)

Updates `pro.streem.pbandk:pbandk-runtime-iosarm64` from 0.14.2 to 0.16.0
- [Release notes](https://github.com/streem/pbandk/releases)
- [Changelog](https://github.com/streem/pbandk/blob/master/CHANGELOG.md)
- [Commits](streem/pbandk@v0.14.2...v0.16.0)

Updates `pro.streem.pbandk:pbandk-runtime-iossimulatorarm64` from 0.14.2 to 0.16.0
- [Release notes](https://github.com/streem/pbandk/releases)
- [Changelog](https://github.com/streem/pbandk/blob/master/CHANGELOG.md)
- [Commits](streem/pbandk@v0.14.2...v0.16.0)

Updates `pro.streem.pbandk:pbandk-runtime-macosx64` from 0.14.2 to 0.16.0
- [Release notes](https://github.com/streem/pbandk/releases)
- [Changelog](https://github.com/streem/pbandk/blob/master/CHANGELOG.md)
- [Commits](streem/pbandk@v0.14.2...v0.16.0)

Updates `pro.streem.pbandk:pbandk-runtime-macosarm64` from 0.14.2 to 0.16.0
- [Release notes](https://github.com/streem/pbandk/releases)
- [Changelog](https://github.com/streem/pbandk/blob/master/CHANGELOG.md)
- [Commits](streem/pbandk@v0.14.2...v0.16.0)

Updates `pro.streem.pbandk:pbandk-runtime` from 0.14.2 to 0.16.0
- [Release notes](https://github.com/streem/pbandk/releases)
- [Changelog](https://github.com/streem/pbandk/blob/master/CHANGELOG.md)
- [Commits](streem/pbandk@v0.14.2...v0.16.0)

---
updated-dependencies:
- dependency-name: pro.streem.pbandk:pbandk-runtime-iosx64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: pro.streem.pbandk:pbandk-runtime-iosarm64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: pro.streem.pbandk:pbandk-runtime-iossimulatorarm64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: pro.streem.pbandk:pbandk-runtime-macosx64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: pro.streem.pbandk:pbandk-runtime-macosarm64
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: pro.streem.pbandk:pbandk-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 9, 2024
@dependabot dependabot bot requested review from a team, typfel, alexandreferris, borichellow, MohamadJaara and sergeibakhtiarov and removed request for a team December 9, 2024 13:43
Copy link

sonarqubecloud bot commented Dec 9, 2024

@vitorhugods
Copy link
Member

Need newer Kotlin for this

@vitorhugods vitorhugods closed this Dec 9, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/pbandk-0.16.0 branch December 9, 2024 14:50
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.

1 participant