Skip to content

Bump pgpainless from 1.7.6 to 2.0.2#11

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/pgpainless-2.0.2
Closed

Bump pgpainless from 1.7.6 to 2.0.2#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/pgpainless-2.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 26, 2026

Bumps pgpainless from 1.7.6 to 2.0.2.
Updates org.pgpainless:pgpainless-core from 1.7.6 to 2.0.2

Release notes

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

PGPainless-CLI 2.0.2

No release notes provided.

PGPainless-CLI 2.0.1

No release notes provided.

PGPainless-CLI 2.0.0

PGPainless 2.0.0

PGPainless-CLI 1.7.7

PGPainless 1.7.7

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)

2.0.1

  • Fix subkey signatures on generate keys (#486, thanks to @​agrahn for reporting)

2.0.0

  • Add support for OpenPGP v6
  • PGPainless is no longer intended for singleton use
  • Internally make use of BCs new high-level API
  • Bump sop-java to 14.0.1
    • Implement new sop update-key command to refresh old keys to a usable state
    • Implement new sop merge-certs command to merge certificate copies
    • Implement new sop certify-userid command to certify third-party certificates
    • Implement new sop validate-userid command to validate userids on keys
    • sop generate-key: Add profile rfc9580-curve25519 for generating v6 keys over curve25519
    • sop generate-key: Add profile rfc9580-curve448 for generating v6 keys over curve448
    • sop encrypt: Add profile rfc9580 for v6-style symmetric message encryption

1.7.7

  • Bump bcpg-jdk8on to 1.82
  • Bump bcprov-jdk18on to 1.82
  • Fix handling of passphrases and user-ids containing leading/trailing whitespace
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

Updates org.pgpainless:pgpainless-sop from 1.7.6 to 2.0.2

Release notes

Sourced from org.pgpainless:pgpainless-sop's releases.

PGPainless-CLI 2.0.2

No release notes provided.

PGPainless-CLI 2.0.1

No release notes provided.

PGPainless-CLI 2.0.0

PGPainless 2.0.0

PGPainless-CLI 1.7.7

PGPainless 1.7.7

Changelog

Sourced from org.pgpainless:pgpainless-sop'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)

2.0.1

  • Fix subkey signatures on generate keys (#486, thanks to @​agrahn for reporting)

2.0.0

  • Add support for OpenPGP v6
  • PGPainless is no longer intended for singleton use
  • Internally make use of BCs new high-level API
  • Bump sop-java to 14.0.1
    • Implement new sop update-key command to refresh old keys to a usable state
    • Implement new sop merge-certs command to merge certificate copies
    • Implement new sop certify-userid command to certify third-party certificates
    • Implement new sop validate-userid command to validate userids on keys
    • sop generate-key: Add profile rfc9580-curve25519 for generating v6 keys over curve25519
    • sop generate-key: Add profile rfc9580-curve448 for generating v6 keys over curve448
    • sop encrypt: Add profile rfc9580 for v6-style symmetric message encryption

1.7.7

  • Bump bcpg-jdk8on to 1.82
  • Bump bcprov-jdk18on to 1.82
  • Fix handling of passphrases and user-ids containing leading/trailing whitespace
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 dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/pgpainless-2.0.2 branch 2 times, most recently from 38694f6 to 2b1d43d Compare March 26, 2026 09:42
@dependabot dependabot Bot force-pushed the dependabot/gradle/pgpainless-2.0.2 branch from 2b1d43d to 6943796 Compare April 2, 2026 09:45
Bumps `pgpainless` from 1.7.6 to 2.0.2.

Updates `org.pgpainless:pgpainless-core` from 1.7.6 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@1.7.6...2.0.2)

Updates `org.pgpainless:pgpainless-sop` from 1.7.6 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@1.7.6...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-major
- dependency-name: org.pgpainless:pgpainless-sop
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/pgpainless-2.0.2 branch from 6943796 to 1b546e1 Compare April 4, 2026 20:27
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 16, 2026

Superseded by #26.

@dependabot dependabot Bot closed this Apr 16, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/pgpainless-2.0.2 branch April 16, 2026 09:37
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