dkorotych / gradle-maven-exec-plugin

Gradle plugin which provides an Maven exec task
Apache License 2.0
57 stars 7 forks source link

Bump rewrite-migrate-java from 1.9.1 to 1.10.0 #57

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rewrite-migrate-java from 1.9.1 to 1.10.0.

Release notes

Sourced from rewrite-migrate-java's releases.

1.10.0

Enhancements

  • Updated to use rewrite 7.29.0
  • Resolve ide warnings by #118
  • Add org.openrewrite.java.migrate.lang.StringFormatted to Java 17 recipes by @​timtebeek in #119

Full Changelog: https://github.com/openrewrite/rewrite-migrate-java/compare/v1.9.0...v1.10.0

Commits
  • ccf76c6 Update applicability tests to use Applicability#and along with the `Asserti...
  • f9674f6 Update the StringFormatted single source applicability test to use `Applicabi...
  • 77f5e85 Add UsesJavaVersion 17 applicability test.
  • 6e59237 Do not match String.format(Locale, String, Object...) and maintain original a...
  • 53c6fb1 Fix rewrite 7.29.0 breaking changes
  • 6144259 No need to wrap String.formatted for local variable or field (#121)
  • 99059a5 Maybe remove static import String.format & do not wrap method invocation (#120)
  • a300600 Add org.openrewrite.java.migrate.lang.StringFormatted to Java 17 recipes (#119)
  • bba4904 Resolve ide warnings (#118)
  • 4dfc53c Add rewrite-java-tck dependency and fix breaking changes
  • See full diff 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 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)
codecov-commenter commented 2 years ago

Codecov Report

Merging #57 (5237ccd) into master (7a2ea0c) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #57   +/-   ##
=========================================
  Coverage     93.99%   93.99%           
  Complexity      446      446           
=========================================
  Files            15       15           
  Lines           849      849           
  Branches         52       52           
=========================================
  Hits            798      798           
  Misses           36       36           
  Partials         15       15           
Flag Coverage Δ
LINUX 93.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

dependabot[bot] commented 2 years ago

Superseded by #59.