Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 13, 2022

Bumps proguard-gradle from 7.1.0 to 7.2.2.

Release notes

Sourced from proguard-gradle's releases.

7.2.2

Bug fixes

  • Fix "Can't save configuration file" error in ProGuardGUI. (PGD-220)
  • Fix missing warnings in ProGuardGUI. (PGD-239)
  • Fix rule configurations that extend annotation classes. (PGD-229)
  • Fix "No matching variant" Gradle plugin error when using Gradle 7.4 and Java 8. (PGD-2311)
  • Fix potential Kotlin metadata initialization issue when using the -Xno-optimized-callable-references compiler option. (T16486)
  • Fix potential "bad class file" caused by sorting attributes in class files (PGD-192)

Improved

  • Remove Kotlin Intrinsics strings by default, without requiring the -keepkotlinmetadata option. (T16518)

7.2.1

Version 7.2.1

Java Support

  • Update maximum supported Java class version to 62.65535 (Java 18 ea). (T13973)
  • Deprecate -target for classes compiled with Java > 11. (T13968)

Improved

  • Add consumerRuleFilter to the ProGuard Gradle plugin. (T4134)
  • Prevent the generation of Windows reserved names. (T3937)

Bug fixes

  • Prevent "Expecting type and name" parse error when using the androidx.window library in an Android project. (T13715)
  • Fix shrinking of annotations during GSON optimization.

7.2.0

Version 7.2

Java Support

New Java versions are released every 6 months. To allow ProGuard to continue to optimize, obfuscate and shrink Java class files ProGuard now supports all Java versions including Java 17.

  • Add support for Java 17. (PGD-132)

Kotlin Support

New Kotlin versions are released every 6 months. To allow ProGuard to continue to optimize, obfuscate and shrink Kotlin generated class files and their corresponding metadata ProGuard now supports Kotlin reading Kotlin classes from version 1.0 to 1.6 and writing Kotlin metadata with version 1.5 (readable by Kotlin reflection library / compiler 1.4 - 1.6).

  • Add support for processing Kotlin 1.5 and 1.6 metadata. (PGD-179, DGD-3467, PGC-31, T4777)
  • Add support for matching Kotlin inline class type parameters when using includedescriptorclasses keep rule modifier (requires -keepkotlinmetadata). (T13653)

... (truncated)

Commits
  • d6d9388 Append Log4J output to ProGuardGUI text area
  • 6851aa6 Automatically set Java library jar based on Java version in ProGuardGUI
  • 4982541 Update ProGuardGUI SourceForge reference
  • b3c98ad Disable sorting of attributes
  • ec644d5 Switch callable reference fixing implementation using `OptimizedCallableRefer...
  • 78f50bb Update ProGuardCORE dependency to 9.0.1
  • f8d6fe5 Fix lint
  • 4335f9c Remove Kotlin Intrinsic strings by default
  • e21af25 Update AndroidProjectBuilder.kt (#255)
  • 6fd46cc KotlinMetadataAsserter: take into account Java 8+ interfaces default implemen...
  • 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 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 [proguard-gradle](https://github.com/Guardsquare/proguard) from 7.1.0 to 7.2.2.
- [Release notes](https://github.com/Guardsquare/proguard/releases)
- [Commits](Guardsquare/proguard@v7.1.0...v7.2.2)

---
updated-dependencies:
- dependency-name: com.guardsquare:proguard-gradle
  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 Aug 13, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 28, 2022

Superseded by #47.

@dependabot dependabot bot closed this Nov 28, 2022
@dependabot dependabot bot deleted the d9afdependabot/gradle/com.guardsquare-proguard-gradle-7.2.2 branch November 28, 2022 20:07
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.

1 participant