Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps org.pgpainless:pgpainless-core from 1.6.7 to 1.7.6.

Changelog

Sourced from org.pgpainless:pgpainless-core's changelog.

1.7.6

  • Fix RevocationSignatureBuilder properly calculating third-party signatures of type KeyRevocation (delegation revocations)
  • Enable support for native images
  • Re-enable shadow plugin and build fat-jar

1.7.5

  • Actually attempt to fix Kotlin desugaring.
  • Bump javaSourceCompatibility and javaTargetCompatibility to 11
  • Bump gradle-wrapper to 8.8

1.7.4

  • Fix proper Kotlin desugaring for Java 8

1.7.3

  • Bump bcpg-jdk8on to 1.80
  • Bump bcprov-jdk18on to 1.80
  • Add dependency on bcutil-jdk18on as a workaround
  • Ignore unknown type signatures on certificates
  • Fix typo on signature creation bounds check (thanks @​elduffy)
  • Fix superfluous newline added in CRLF encoding (thanks @​bjansen)
  • Bump sop-java to 1.10.0
    • SOP inline-sign: Do not apply compression

1.7.2

  • Fix bug in KeyRingInfo.lastModified (thanks to @​Jerbell, @​sosnovsky for reporting)
  • Bump sop-java to 10.0.3
    • allow multiple arguments --with-key-password in revoke-key command
    • Properly pass --old-key-password and --new-key-password options as indirect arguments in change-key-password command

1.7.1

  • Bump sop-java to 10.0.2
  • Downgrade logback-core and logback-classic to 1.2.13 (fix CLI spam)

1.7.0

  • Bump bcpg-jdk8on to 1.78.1
  • Bump bcprov-jdk18on to 1.78.1
  • Bump logback-core and logback-classic to 1.4.14
  • pgpainless-core
    • Rewrote most of the codebase in Kotlin
    • Removed OpenPgpMetadata (decryptionStream.getResult()) in favor of MessageMetadata (decryptionStream.getMetadata())
    • Removed support for generating EC keys over non-standard curve secp256k1
    • Properly feed EOS tokens to the pushdown automaton when reaching the end of stream (thanks @​iNPUTmice)
    • Do not choke on unknown signature subpackets (thanks @​Jerbell)
    • Prevent timing issues resulting in subkey binding signatures predating the subkey (@​thanks Jerbell)
    • Rename LibrePGP-related Feature enums:
      • GNUPG_AEAD_ENCRYPTED_DATA -> LIBREPGP_OCB_ENCRYPTED_DATA
      • GNUPG_VERSION_5_PUBLIC_KEY -> LIBREPGP_VERSION_5_PUBLIC_KEY
    • Properly reject signatures by non-signing primary keys
    • Add EncryptionBuilder.discardOutput() (useful for detached signing)
    • Remove support for generation of keys over non-standard secp256k1 curve

... (truncated)

Commits
  • 8361325 PGPainless 1.7.6
  • 05c8483 Bump SOP-Java to 10.1.1
  • d20a3b7 Add config files for nativeimage
  • 2d0608c Re-add shadow plugin
  • 143c977 Implement graal nativeimage compilation
  • 9ac928f Update changelog
  • 811f72f Fix RevocationSignatureBuilder properly calculating 3rd-party delegation revo...
  • a6f8058 PGPainless 1.7.6-SNAPSHOT
  • de5ef4d PGPainless 1.7.5
  • 2b9c5ea Update CHANGELOG
  • Additional commits viewable in compare view

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.

Bumps [org.pgpainless:pgpainless-core](https://github.com/pgpainless/pgpainless) from 1.6.7 to 1.7.6.
- [Release notes](https://github.com/pgpainless/pgpainless/releases)
- [Changelog](https://github.com/pgpainless/pgpainless/blob/main/CHANGELOG.md)
- [Commits](pgpainless/pgpainless@1.6.7...1.7.6)

---
updated-dependencies:
- dependency-name: org.pgpainless:pgpainless-core
  dependency-version: 1.7.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 14, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Superseded by #392.

@dependabot dependabot bot closed this Sep 29, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.pgpainless-pgpainless-core-1.7.6 branch September 29, 2025 23:13
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