Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2025

Bumps org.pgpainless:pgpainless-core from 2.0.1 to 2.0.2.

Changelog

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

2.0.2

  • Add PGPainless.asciiArmor(Collection<OpenPGPCertificate>, PacketFormat)
  • SigningOptions: Add missing @JvmOverloads annotations to addInlineSignature() and addDetachedSignature()
  • OpenPGPComponentKey: Add extension method getSecretKey()
  • OpenPGPKey: Add extension methods isFullyDecrypted(), isFullyEncrypted()
  • KeyRingBuilder: Properly respect custom key creation time on subkeys and signatures
  • WeakRSAKeyTest: Disable test if test vector key is expired at testing time
  • MessageMetadata: Add missing methods
    • isVerifiedInlineSignedBy(OpenPGPCertificate)
    • isVerifiedDetachedSignedBy(OpenPGPCertificate)
  • Bump sop-java to 14.0.3
  • Bump logback-core to 1.5.19
  • Fix exception when changing subkey passphrase on key with stripped primary key (thanks @​agrahn for reporting)
Commits
  • b20622e PGPainless 2.0.2
  • 9b6d898 Update changelog
  • edf3f32 Bump sop-java to 14.0.3
  • 3a783f9 Bump logback-core to 1.5.19
  • 51a1417 Add test for stripped key subkey passphrase changing
  • a9cee6f Fix exception when changing passphrase of key with stripped component key
  • 3f7b492 Add test demonstrating how to verify sigs made in the future
  • 3fc5669 Add test demonstrating signing message at a chosen point in time
  • 652dd5b Add missing MessageMetadata.isVerified{Inline|Detached}SignedBy(OpenPGPCertif...
  • 0a5c9d1 Update changelog
  • 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)

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

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

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 Nov 2, 2025
@FlowCryptRobot FlowCryptRobot enabled auto-merge (squash) November 2, 2025 20:02
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@FlowCryptRobot FlowCryptRobot merged commit 652ef10 into master Nov 17, 2025
6 checks passed
@FlowCryptRobot FlowCryptRobot deleted the dependabot/gradle/org.pgpainless-pgpainless-core-2.0.2 branch November 17, 2025 11:54
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.

3 participants