Skip to content

chore: bump com.squareup.moshi:moshi from 1.15.1 to 1.15.2 - #512

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/com.squareup.moshi-moshi-1.15.2
Open

chore: bump com.squareup.moshi:moshi from 1.15.1 to 1.15.2#512
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/main/com.squareup.moshi-moshi-1.15.2

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubDec 9, 2024

Copy link
Copy Markdown
Contributor

Bumps com.squareup.moshi:moshi from 1.15.1 to 1.15.2.

Changelog

Sourced from com.squareup.moshi:moshi's changelog.

Version 1.15.2

2024-12-05

  • Do not generate conditional shrinker rules (i.e., -if) when the rule is already predicated on the presence of the target type (as -keepnames and -keepclassmembers are). This will improve shrinker performance for projects with hundreds of model types, as conditional rules are more expensive to evaluate.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabotdependabotBot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 9, 2024
@github-actions

Copy link
Copy Markdown
Contributor

Qodana Community for JVM

34 new problems were found

Inspection nameSeverityProblems
Usage of API marked for removal🔴 Failure13
Local 'var' is never modified and can be declared as 'val'🔶 Warning1
Incorrect string capitalization🔶 Warning1
Constant conditions🔶 Warning1
Usage of redundant or deprecated syntax or deprecated symbols🔶 Warning1
Throwable not thrown🔶 Warning1
Redundant nullable return type🔶 Warning1
Unused symbol🔶 Warning1
Convert 'object' to 'data object'◽️ Notice5
Class member can have 'private' visibility◽️ Notice3
String concatenation that can be converted to string template◽️ Notice2
Argument could be converted to 'Set' to improve performance◽️ Notice1
@Deprecated annotation without 'replaceWith' argument◽️ Notice1
Return or assignment can be lifted out◽️ Notice1
Redundant lambda arrow◽️ Notice1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. Inspect and use qodana.sarif.json (see the Qodana SARIF format for details)

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

 - name: 'Qodana Scan'uses: JetBrains/qodana-action@v2023.3.2with:
upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@matifali

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot@github

dependabotBot commented on behalf of githubOct 5, 2025

Copy link
Copy Markdown
ContributorAuthor

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@matifali

Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [com.squareup.moshi:moshi](https://github.com/square/moshi) from 1.15.1 to 1.15.2.
- [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md)
- [Commits](square/moshi@1.15.1...1.15.2)
---
updated-dependencies:
- dependency-name: com.squareup.moshi:moshi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/gradle/main/com.squareup.moshi-moshi-1.15.2 branch from d97b113 to cc3cb1eCompareOctober 5, 2025 04:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavaPull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@matifali