proguard-maven-plugin icon indicating copy to clipboard operation
proguard-maven-plugin copied to clipboard

Bump com.guardsquare:proguard-core from 9.1.3 to 9.1.4

Open dependabot[bot] opened this issue 1 month ago • 0 comments

Bumps com.guardsquare:proguard-core from 9.1.3 to 9.1.4.

Release notes

Sourced from com.guardsquare:proguard-core's releases.

9.1.4

Version 9.1.4

Improved

  • Add support for dynamic dispatch in ExecutorInvocationUnit. This makes it possible to execute methods based on statically observed types of objects, not only based on the type of the used variables.

API changes

  • Remove ExecutorMatcher and change the Executor interface so that it declares supported methods by MethodSignature wildcards instead.
  • Add @Nullable annotations to MethodSignature.

Kotlin support

  • Update Kotlin dependency to 2.0.0 final release version.

Bugfixes

  • Prevent potential NullPointerException when Kotlin property metadata isVar flag does not correctly indicate the presence of a setter.
Commits
  • bd3ba7f Update releasenotes.md
  • 2202ae3 Update Kotlin dependency to final 2.0 version
  • 56ca6bb Support dynamic dispatch in Executors
  • 95688bc Use ProGuardCore exceptions
  • 1d70f6d Stop tests from cluttering /tmp with temporary files
  • 43a3b96 Change MaxStackSizeComputer logger.error to ProguardCoreException
  • 3332750 Update releasenotes.md
  • 2eb09b8 Use a null check instead of isVar to check if property has a getter
  • ebb9de4 Audit uses of the error level logs
  • 8965861 Refactor ClassInitializer to use InvalidReferenceVisitors
  • 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[bot] avatar May 22 '24 23:05 dependabot[bot]