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

build(deps): bump com.squareup.wire:wire-runtime-jvm from 5.1.0 to 5.2.1 #2540

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps com.squareup.wire:wire-runtime-jvm from 5.1.0 to 5.2.1.

Changelog

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

Version 5.2.1

2025-01-07

JVM generation

  • Fix support for mutable messages in Wire's Kotlin Generator. (#3233 by [Rahul Ravikumar][tikurahul])

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.
  • Wire is now using Palantir's JavaPoet instead of Square's JavaPoet.

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
  • 40fd22e Prepare for release 5.2.1.
  • 0b7cabb Merge pull request #3233 from tikurahul/mutable-enums
  • eef9cb3 Add a repeatable field in the mutable type
  • 9155dca Fix code generation for mutable types.
  • bf70ae7 Prepare next development version.
  • 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)
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 21, 2025
@github-actions github-actions bot enabled auto-merge January 21, 2025 17:31
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/com.squareup.wire-wire-runtime-jvm-5.2.1 branch from 6b7d49f to 944cfb2 Compare January 21, 2025 17:37
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/com.squareup.wire-wire-runtime-jvm-5.2.1 branch from 944cfb2 to 6dd65c5 Compare January 21, 2025 17:44
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/com.squareup.wire-wire-runtime-jvm-5.2.1 branch from 6dd65c5 to 2745bd4 Compare January 21, 2025 17:50
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/com.squareup.wire-wire-runtime-jvm-5.2.1 branch from 2745bd4 to 6081e6e Compare January 21, 2025 17:57
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

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

---
updated-dependencies:
- dependency-name: com.squareup.wire:wire-runtime-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/com.squareup.wire-wire-runtime-jvm-5.2.1 branch from 6081e6e to 0eccb00 Compare January 21, 2025 18:03
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@github-actions github-actions bot merged commit f76d0fd into master Jan 21, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.squareup.wire-wire-runtime-jvm-5.2.1 branch January 21, 2025 18:09
github-actions bot pushed a commit that referenced this pull request Jan 21, 2025
  - build(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.3 (#2538)
  - build(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.3
  - build(deps): bump com.squareup.wire:wire-compiler from 5.1.0 to 5.2.1 (#2536)
  - build(deps): bump com.squareup.wire:wire-compiler from 5.1.0 to 5.2.1
  - build(deps): bump io.lettuce:lettuce-core from 6.5.1.RELEASE to 6.5.2.RELEASE (#2541)
  - build(deps): bump io.lettuce:lettuce-core
  - build(deps): bump com.mysql:mysql-connector-j from 9.1.0 to 9.2.0 (#2535)
  - build(deps): bump com.mysql:mysql-connector-j from 9.1.0 to 9.2.0
  - build(deps): bump com.squareup.wire:wire-runtime-jvm from 5.1.0 to 5.2.1 (#2540)
  - build(deps): bump com.squareup.wire:wire-runtime-jvm from 5.1.0 to 5.2.1
  - build(deps): bump com.clickhouse:clickhouse-jdbc from 0.7.1-patch1 to 0.7.2 (#2532)
  - build(deps): bump com.clickhouse:clickhouse-jdbc
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.6 to 4.9.0 (#2534)
  - build(deps): bump com.github.spotbugs:spotbugs-annotations
  - build(deps): bump com.teradata.jdbc:terajdbc from 20.00.00.38 to 20.00.00.39 (#2537)
  - build(deps): bump com.teradata.jdbc:terajdbc
  - build(deps): bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 (#2533)
  - build(deps): bump org.apache.ivy:ivy from 2.5.2 to 2.5.3
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client from 8.16.1 to 8.17.1 (#2531)
  - build(deps): bump org.elasticsearch.client:elasticsearch-rest-client
  - Revert redshift version bump (#2530)
  - Revert "bump com.microsoft.sqlserver:mssql-jdbc from 12.8.1.jre11 to 12.9.0.jre11-preview" (#2523)
  - build(deps): bump com.microsoft.azure:msal4j from 1.17.3 to 1.18.0 (#2489)
  - build(deps): bump com.microsoft.azure:msal4j from 1.17.3 to 1.18.0
  - build(deps): bump com.squareup.wire:wire-schema from 5.1.0 to 5.2.1 (#2527)
  - build(deps): bump com.squareup.wire:wire-schema from 5.1.0 to 5.2.1
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.17.5 to 3.18.1 (#2515)
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier
  - build(deps): bump software.amazon.awssdk:cloudwatchlogs from 2.29.29 to 2.30.2 (#2528)
  - build(deps): bump software.amazon.awssdk:cloudwatchlogs
  - build(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.5 (#2526)
  - build(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.5
  - build(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.30 to 2.1.0.32 (#2501)
  - build(deps): bump com.amazon.redshift:redshift-jdbc42
  - build(deps): bump com.google.cloud:google-cloud-storage from 2.45.0 to 2.47.0 (#2514)
  - build(deps): bump com.google.cloud:google-cloud-storage
  - build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre (#2490)
  - build(deps): bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
  - build(deps): bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#2495)
  - build(deps): bump org.junit:junit-bom from 5.11.3 to 5.11.4
  - build(deps): bump aws-sdk-v2.version from 2.29.29 to 2.30.2 (#2525)
  - build(deps): bump aws-sdk-v2.version from 2.29.29 to 2.30.2
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