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

Bump wire.version from 5.1.0 to 5.2.0 in /films-demo #52

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2025

Bumps wire.version from 5.1.0 to 5.2.0.
Updates com.squareup.wire:wire-compiler from 5.1.0 to 5.2.0

Changelog

Sourced from com.squareup.wire:wire-compiler's changelog.

Version 5.2.0

2025-01-06

Common

  • Enforce recursion limit when parsing nested groups. (#3119)

CLI wire-compiler

  • It is now possible to set multiple targets. (#3106 & #3107)
  • The option opaque_types introduced in 4.9.2 for the Wire Gradle plugin is now available on CLI. (#3147)

JVM generation

  • KotlinPoet has been updated to 2.0.0 which dramatically changes how generated Kotlin files are wrapped. This is neither a source nor a binary breaking changes.
  • A new @WireEnclosingType annotation is now applied to generated types so R8 doesn't prune too much. (#3123)
  • Split the redact method into chunks when a type has more than 100 fields to avoid compilation error. (#3214 by [Damian Wieczorek][damianw])
  • Add support for mutable messages in Wire's Kotlin Generator. (#3217 by [Rahul Ravikumar][tikurahul])
    • You can opt-in by adding mutableTypes = true on your Kotlin target. This is unsafe and we do not recommend that you use it unless you have a sound use-case for it.

Swift

  • Fix buffer overflow and data corruption when a type has more than 5 layers of nesting (#3203 by [Eric Amorde][amorde])

Version 4.9.11

2024-10-09

Common

  • Fix Gradle project isolation issue when reading a property (#3078 by [Aurimas][liutikas])
Commits
  • 8166872 Prepare for release 5.2.0.
  • d043e77 Update dependency org.assertj:assertj-core to v3.27.2 (#3231)
  • a43ed15 Update dependency org.assertj:assertj-core to v3.27.1 (#3228)
  • f385400 Update dependency org.checkerframework:checker-qual to v3.48.4 (#3230)
  • 54e032b Add support for mutable messages in Wire's Kotlin Generator. (#3217)
  • 658d608 Update dependency gradle to v8.12 (#3224)
  • 3c7493f Update dependency com.charleskorn.kaml:kaml to v0.67.0 (#3223)
  • 2d97119 Update dependency org.assertj:assertj-core to v3.27.0 (#3220)
  • e34fe0d Update dependency org.jetbrains.kotlinx.binary-compatibility-validator:org.je...
  • 3e50155 Merge pull request #3218 from square/renovate/com.google.protobuf-protoc-4.x
  • Additional commits viewable in compare view

Updates com.squareup.wire:wire-schema from 5.1.0 to 5.2.0

Changelog

Sourced from com.squareup.wire:wire-schema's changelog.

Version 5.2.0

2025-01-06

Common

  • Enforce recursion limit when parsing nested groups. (#3119)

CLI wire-compiler

  • It is now possible to set multiple targets. (#3106 & #3107)
  • The option opaque_types introduced in 4.9.2 for the Wire Gradle plugin is now available on CLI. (#3147)

JVM generation

  • KotlinPoet has been updated to 2.0.0 which dramatically changes how generated Kotlin files are wrapped. This is neither a source nor a binary breaking changes.
  • A new @WireEnclosingType annotation is now applied to generated types so R8 doesn't prune too much. (#3123)
  • Split the redact method into chunks when a type has more than 100 fields to avoid compilation error. (#3214 by [Damian Wieczorek][damianw])
  • Add support for mutable messages in Wire's Kotlin Generator. (#3217 by [Rahul Ravikumar][tikurahul])
    • You can opt-in by adding mutableTypes = true on your Kotlin target. This is unsafe and we do not recommend that you use it unless you have a sound use-case for it.

Swift

  • Fix buffer overflow and data corruption when a type has more than 5 layers of nesting (#3203 by [Eric Amorde][amorde])

Version 4.9.11

2024-10-09

Common

  • Fix Gradle project isolation issue when reading a property (#3078 by [Aurimas][liutikas])
Commits
  • 8166872 Prepare for release 5.2.0.
  • d043e77 Update dependency org.assertj:assertj-core to v3.27.2 (#3231)
  • a43ed15 Update dependency org.assertj:assertj-core to v3.27.1 (#3228)
  • f385400 Update dependency org.checkerframework:checker-qual to v3.48.4 (#3230)
  • 54e032b Add support for mutable messages in Wire's Kotlin Generator. (#3217)
  • 658d608 Update dependency gradle to v8.12 (#3224)
  • 3c7493f Update dependency com.charleskorn.kaml:kaml to v0.67.0 (#3223)
  • 2d97119 Update dependency org.assertj:assertj-core to v3.27.0 (#3220)
  • e34fe0d Update dependency org.jetbrains.kotlinx.binary-compatibility-validator:org.je...
  • 3e50155 Merge pull request #3218 from square/renovate/com.google.protobuf-protoc-4.x
  • Additional commits viewable in compare view

Updates com.squareup.wire:wire-runtime from 5.1.0 to 5.2.0

Changelog

Sourced from com.squareup.wire:wire-runtime's changelog.

Version 5.2.0

2025-01-06

Common

  • Enforce recursion limit when parsing nested groups. (#3119)

CLI wire-compiler

  • It is now possible to set multiple targets. (#3106 & #3107)
  • The option opaque_types introduced in 4.9.2 for the Wire Gradle plugin is now available on CLI. (#3147)

JVM generation

  • KotlinPoet has been updated to 2.0.0 which dramatically changes how generated Kotlin files are wrapped. This is neither a source nor a binary breaking changes.
  • A new @WireEnclosingType annotation is now applied to generated types so R8 doesn't prune too much. (#3123)
  • Split the redact method into chunks when a type has more than 100 fields to avoid compilation error. (#3214 by [Damian Wieczorek][damianw])
  • Add support for mutable messages in Wire's Kotlin Generator. (#3217 by [Rahul Ravikumar][tikurahul])
    • You can opt-in by adding mutableTypes = true on your Kotlin target. This is unsafe and we do not recommend that you use it unless you have a sound use-case for it.

Swift

  • Fix buffer overflow and data corruption when a type has more than 5 layers of nesting (#3203 by [Eric Amorde][amorde])

Version 4.9.11

2024-10-09

Common

  • Fix Gradle project isolation issue when reading a property (#3078 by [Aurimas][liutikas])
Commits
  • 8166872 Prepare for release 5.2.0.
  • d043e77 Update dependency org.assertj:assertj-core to v3.27.2 (#3231)
  • a43ed15 Update dependency org.assertj:assertj-core to v3.27.1 (#3228)
  • f385400 Update dependency org.checkerframework:checker-qual to v3.48.4 (#3230)
  • 54e032b Add support for mutable messages in Wire's Kotlin Generator. (#3217)
  • 658d608 Update dependency gradle to v8.12 (#3224)
  • 3c7493f Update dependency com.charleskorn.kaml:kaml to v0.67.0 (#3223)
  • 2d97119 Update dependency org.assertj:assertj-core to v3.27.0 (#3220)
  • e34fe0d Update dependency org.jetbrains.kotlinx.binary-compatibility-validator:org.je...
  • 3e50155 Merge pull request #3218 from square/renovate/com.google.protobuf-protoc-4.x
  • 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 `wire.version` from 5.1.0 to 5.2.0.

Updates `com.squareup.wire:wire-compiler` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@5.1.0...5.2.0)

Updates `com.squareup.wire:wire-schema` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@5.1.0...5.2.0)

Updates `com.squareup.wire:wire-runtime` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/square/wire/blob/master/CHANGELOG.md)
- [Commits](square/wire@5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.squareup.wire:wire-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.squareup.wire:wire-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 Jan 7, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2025

Superseded by #58.

@dependabot dependabot bot closed this Jan 8, 2025
@dependabot dependabot bot deleted the dependabot/maven/films-demo/wire.version-5.2.0 branch January 8, 2025 04:37
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