Skip to content

Bump the gradle-dependencies group across 14 directories with 14 updates - #2410

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-996236dc83
Open

Bump the gradle-dependencies group across 14 directories with 14 updates#2410
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/gradle-dependencies-996236dc83

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown

Bumps the gradle-dependencies group with 12 updates in the / directory:

Package From To
com.puppycrawl.tools:checkstyle 9.0 9.3
com.google.errorprone:error_prone_core 2.43.0 2.50.0
junit:junit 4.11 4.13.2
net.ltgt.errorprone 4.2.0 4.4.0
org.openjdk.jmh:jmh-core 1.33 1.37
biz.aQute.bnd.builder 7.1.0 7.4.0
com.yubico.yubikit:openpgp 3.1.0 3.2.0
javax.mail:mail 1.4 1.4.7
jakarta.mail:jakarta.mail-api 2.0.1 2.1.5
jakarta.activation:jakarta.activation-api 2.0.0 2.1.4
com.google.protobuf 0.9.4 0.10.0
gradle-wrapper 9.1.0 9.7.1

Bumps the gradle-dependencies group with 1 update in the /core directory: org.openjdk.jmh:jmh-core.
Bumps the gradle-dependencies group with 3 updates in the /jmail directory: biz.aQute.bnd.builder, jakarta.mail:jakarta.mail-api and jakarta.activation:jakarta.activation-api.
Bumps the gradle-dependencies group with 2 updates in the /mail directory: biz.aQute.bnd.builder and javax.mail:mail.
Bumps the gradle-dependencies group with 2 updates in the /misc directory: javax.mail:mail and com.google.protobuf.
Bumps the gradle-dependencies group with 1 update in the /mls directory: biz.aQute.bnd.builder.
Bumps the gradle-dependencies group with 1 update in the /pg directory: biz.aQute.bnd.builder.
Bumps the gradle-dependencies group with 2 updates in the /pgsc directory: biz.aQute.bnd.builder and com.yubico.yubikit:openpgp.
Bumps the gradle-dependencies group with 1 update in the /pkix directory: biz.aQute.bnd.builder.
Bumps the gradle-dependencies group with 1 update in the /prov directory: biz.aQute.bnd.builder.
Bumps the gradle-dependencies group with 1 update in the /test directory: junit:junit.
Bumps the gradle-dependencies group with 1 update in the /tls directory: biz.aQute.bnd.builder.
Bumps the gradle-dependencies group with 1 update in the /tls-klog directory: biz.aQute.bnd.builder.
Bumps the gradle-dependencies group with 2 updates in the /util directory: junit:junit and biz.aQute.bnd.builder.

Updates com.puppycrawl.tools:checkstyle from 9.0 to 9.3

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-9.3

https://checkstyle.org/releasenotes.html#Release_9.3

checkstyle-9.2.1

https://checkstyle.org/releasenotes.html#Release_9.2.1

checkstyle-9.2

https://checkstyle.org/releasenotes.html#Release_9.2

checkstyle-9.1

https://checkstyle.org/releasenotes.html#Release_9.1

checkstyle-9.0.1

https://checkstyle.org/releasenotes.html#Release_9.0.1

Commits
  • 5c19037 [maven-release-plugin] prepare release checkstyle-9.3
  • c4b2862 doc: release notes 9.3
  • ef2ac6c dependency: bump taglist-maven-plugin from 2.4 to 3.0.0
  • e12eee4 minor: Specified violation messages in SeparatorWrapCheck
  • 645262f Issue #11091: Fail test execution when input file hasn't specified violation ...
  • 2372df1 infra: disable equalsverifier until https://github.com/jqno/equalsverifier/is...
  • b37ec9c Issue #6320: Kill surviving mutations for REMOVE_CONDITIONALS in UnusedLocalV...
  • 7cd807c Issue #11220: False positive in MissingSwitchDefault with pattern in switch l...
  • 7124ab9 Issue #11187: OperatorWrapCheck throws NPE on guarded patterns
  • 8a93900 infra: use master branch for no-error-xwiki execution
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_core from 2.43.0 to 2.50.0

Release notes

Sourced from com.google.errorprone:error_prone_core's releases.

Error Prone 2.50.0

New checks:

Closed issues: #5553, #5649, #5778

Full changelog: google/error-prone@v2.49.0...v2.50.0

Error Prone 2.49.0

This release includes several changes to Matcher APIs, and removed some deprecated or problematic APIs:

  • Remove deprecated MethodMatchers.withSignature API, which relies on fragile toString behaviour. Alternatives for matching on method signatures with varargs and type parameters were added in google/error-prone@a98a1c5.
  • Removed variableType(Matcher) API. Matchers.variableType(Matcher) uses VariableTree#getType to match variable types, which own't work for lambda parameters with inferred types after JDK-8268850. The recommended replacement is variableType(TypePredicate).
  • Make enclosingPackage return an optional. Module elements are not enclosed by a package, checks using enclosingPackage shouldn't assume an enclosing package exists when processing arbitrary elements.
  • New FieldMatchers API, similar to MethodMatchers (google/error-prone@1dd9c3a).

New checks:

Closed issues: #2283, #3503, #5210, #5289, #5548, #5548, #5554, #5609, #5614, #5656

Full changelog: google/error-prone@v2.48.0...v2.49.0

Error Prone 2.48.0

Changes:

New checks:

Closed issues: #5529, #5537, #5522, #5521

Full changelog: google/error-prone@v2.47.0...v2.48.0

... (truncated)

Commits
  • d802cff Release Error Prone 2.50.0
  • b12b5f2 In StringCharset, move the description from explanation to summary.
  • a7ca02a Update AssertThrowsUtils to emit var thrown = assertThrows(...) instead o...
  • 6b56517 Fix handling of nested tags in UnrecognisedJavadocTag
  • d36e74f Remove translation of the fail() message into assertThrows(). We already ...
  • c3581e9 Fix JavacFileManager compiler crash during speculative recompiles in modular ...
  • da1f32b Remove assignments from assertThrows() lambdas. A large percentage of remai...
  • dee62f7 Update AssertThrowsBlockToExpression to re-write single VariableTrees int...
  • 4939448 Only hoist the last statement into the assertThrows() lambda.
  • 30fd05a refactor: Rename JavaLangClash bug pattern to AvoidCommonTypeNames
  • Additional commits viewable in compare view

Updates junit:junit from 4.11 to 4.13.2

Release notes

Sourced from junit:junit's releases.

JUnit 4.13.2

Please refer to the release notes for details.

JUnit 4.13.1

Please refer to the release notes for details.

JUnit 4.13

Please refer to the release notes for details.

JUnit 4.13 RC 2

Please refer to the release notes for details.

JUnit 4.13 RC 1

Please refer to the release notes for details.

JUnit 4.13 Beta 3

Please refer to the release notes for details.

JUnit 4.13 Beta 2

Please refer to the release notes for details.

JUnit 4.13 Beta 1

Please refer to the release notes for details.

JUnit 4.12

Please refer to the release notes for details.

JUnit 4.12 Beta 3

Please refer to the release notes for details.

JUnit 4.12 Beta 2

No release notes provided.

JUnit 4.12 Beta 1

No release notes provided.

Commits
  • 05fe2a6 [maven-release-plugin] prepare release r4.13.2
  • ff57344 Add build for JDK 17-ea
  • 02aaa01 Improve check that thread is stopped
  • e9a75f4 Merge test for exception type and message
  • d27ad52 Rename DelegateStatement to DelegatingStatement
  • b83dc2e Better name for test that stops statement
  • 527f3a3 Replace InfiniteLoop with RunForASecond
  • 2db6394 Tidy up FailOnTimeoutTest
  • 64634e1 Update 4.13.2 release notes to document pull 1654
  • f8ee412 Fix serialization of AssumptionViolatedException (#1654)
  • Additional commits viewable in compare view

Updates net.ltgt.errorprone from 4.2.0 to 4.4.0

Updates org.openjdk.jmh:jmh-core from 1.33 to 1.37

Commits
  • 2effa2c JMH v1.37.
  • 09c78d5 7903508: JMH: Remove the Unicode dot prefix from secondary results
  • 843f641 7903510: JMH: Add core performance checking tests
  • 8bc325b 7903511: JMH: Add score stability performance tests
  • 6b09724 7903450: JMH: Improve -prof perfnorm accuracy with robust estimations
  • d88f901 7903504: JMH: Fix new Sonar warnings
  • 47f651b 7903498: JMH: Reset worker interrupt status after iteration
  • 482561a 7903492: JMH: Infrastructure code should yield occasionally for virtual execu...
  • 9a97557 7903490: JMH: The interrupt to time-outing benchmark can be delivered to work...
  • bf8db38 7903487: JMH: Make sure JMH profilers work on all tested configurations
  • Additional commits viewable in compare view

Updates org.openjdk.jmh:jmh-generator-annprocess from 1.33 to 1.37

Commits
  • 2effa2c JMH v1.37.
  • 09c78d5 7903508: JMH: Remove the Unicode dot prefix from secondary results
  • 843f641 7903510: JMH: Add core performance checking tests
  • 8bc325b 7903511: JMH: Add score stability performance tests
  • 6b09724 7903450: JMH: Improve -prof perfnorm accuracy with robust estimations
  • d88f901 7903504: JMH: Fix new Sonar warnings
  • 47f651b 7903498: JMH: Reset worker interrupt status after iteration
  • 482561a 7903492: JMH: Infrastructure code should yield occasionally for virtual execu...
  • 9a97557 7903490: JMH: The interrupt to time-outing benchmark can be delivered to work...
  • bf8db38 7903487: JMH: Make sure JMH profilers work on all tested configurations
  • Additional commits viewable in compare view

Updates biz.aQute.bnd.builder from 7.1.0 to 7.4.0

Release notes

Sourced from biz.aQute.bnd.builder's releases.

Bnd/Bndtools 7.4.0

See Release Notes

What's Changed

... (truncated)

Commits
  • 2046c36 build: Build Release 7.4.0
  • aab8519 build: Build Release 7.4.0.RC3
  • 606a199 build: Build Release 7.4.0.RC2
  • afdf547 missing files
  • 9074a7a build: Build Release 7.4.0.RC1
  • b5c4c58 Revert "Eclipse feature support for buildpath"
  • 4fd8e4a Eclipse feature support for buildpath
  • a6ba530 Merge pull request #7336 from chrisrueger/7214-fix-deadlock-junit-tee
  • 0fda33a Fix thread-safety in Tee class
  • 061b7fd Merge pull request #7325 from bndtools/dependabot/github_actions/actions/chec...
  • Additional commits viewable in compare view

Updates com.yubico.yubikit:openpgp from 3.1.0 to 3.2.0

Release notes

Sourced from com.yubico.yubikit:openpgp's releases.

YubiKit 3.2.0

This release focuses on the fido-android-ui module — a responsive UI redesign with adaptive layouts, NFC antenna hints, and screen-capture protection — along with WebAuthn extension and spec-compliance fixes and build tooling updates.

New in this release:

  • fido-android-ui module:
    • Redesigned UI with adaptive layouts across portrait, landscape and full-screen presentations, including refreshed screens, titles/subtitles and PIN forms, and clearer display of the requesting app label and RP name / rpId (#330)
    • Added public NfcAntennaHint composable and supportsNfcAntennaHint() to display the device's physical NFC antenna locations (API 34+) (#330)
    • Apply FLAG_SECURE in non-debug builds and hide overlay windows during FIDO operations (#330)
    • Surface terminal extension errors in the UI (#344)
    • Hardened UI lifecycle: keep result on late key removal, prevent result-delivery races, guard continuation resume on cancel, handle NFC tag-lost, and preserve PIN input across rotation (#330)
    • Consistent "security key" terminology, clarified PIN-required policy, and landscape insets / orientation handling (#330)
  • fido module:
    • Pre-validate WebAuthn extension inputs (#344)
    • Aligned WebAuthn extension errors to the spec, classify hard failures, and isolate client extension failures (#339, #344)
    • Respect uv=discouraged for non-discoverable / non-resident-key credentials (#330, #334)
    • Use callingApp origin in native clientData (#330)
  • management module:
    • Read DeviceInfo pages by TAG_MORE_DATA count (#338)
  • core module:
    • Use getProductId in USB device filter (#327)
  • build system:
    • Upgraded to AGP 9.2.1 (#330)
    • Bumped compileSdk/targetSdk to 37 (#332)
    • Upgraded ktlint to 1.8.0 (#331)
    • Removed SpotBugs annotations from bytecode (#326)
    • Updated dependencies and pinned GitHub Actions to latest versions (#332, #342, #346)

Full Changelog: 3.1.0...3.2.0

Changelog

Sourced from com.yubico.yubikit:openpgp's changelog.

  • Version 3.2.0 (released 2026-07-07) ** new:
    • fido-ui: new UI host with support for adaptive layouts, adjusting across phone portrait, landscape and full-screen presentations; screens now show the requesting app label and emphasize the RP name / rpId, with refreshed titles, subtitles and PIN forms
    • fido-ui: surface terminal extension errors in the UI
    • fido-ui: added public NfcAntennaHint API and supportsNfcAntennaHint() to detect and hint antenna location
    • fido-ui: apply FLAG_SECURE in non-debug builds and HIDE_OVERLAY_WINDOWS on the FIDO UI activity
    • fido: pre-validate WebAuthn extension inputs
    • management: read DeviceInfo pages by TAG_MORE_DATA count ** fixes & improvements:
    • fido: aligned WebAuthn extension errors to the spec, classify hard failures and isolate client extension failures
    • fido: respect uv=discouraged for non-discoverable / non-resident-key credentials
    • fido: use callingApp origin in native clientData
    • fido-ui: hardened UI lifecycle — keep result on late key removal, prevent result-delivery races, guard continuation resume on cancel, handle NFC tag-lost, and preserve PIN input across rotation
    • fido-ui: consistent "security key" terminology, clarified PIN-required policy, and landscape insets / orientation handling
    • core: use getProductId in USB device filter
    • build: upgraded to AGP 9.2.1, compileSdk/targetSdk 37, ktlint 1.8.0
    • build: updated dependencies and pinned GitHub Actions to latest versions
Commits

Updates com.yubico.yubikit:desktop from 3.1.0 to 3.2.0

Release notes

Sourced from com.yubico.yubikit:desktop's releases.

YubiKit 3.2.0

This release focuses on the fido-android-ui module — a responsive UI redesign with adaptive layouts, NFC antenna hints, and screen-capture protection — along with WebAuthn extension and spec-compliance fixes and build tooling updates.

New in this release:

  • fido-android-ui module:
    • Redesigned UI with adaptive layouts across portrait, landscape and full-screen presentations, including refreshed screens, titles/subtitles and PIN forms, and clearer display of the requesting app label and RP name / rpId (#330)
    • Added public NfcAntennaHint composable and supportsNfcAntennaHint() to display the device's physical NFC antenna locations (API 34+) (#330)
    • Apply FLAG_SECURE in non-debug builds and hide overlay windows during FIDO operations (#330)
    • Surface terminal extension errors in the UI (#344)
    • Hardened UI lifecycle: keep result on late key removal, prevent result-delivery races, guard continuation resume on cancel, handle NFC tag-lost, and preserve PIN input across rotation (#330)
    • Consistent "security key" terminology, clarified PIN-required policy, and landscape insets / orientation handling (#330)
  • fido module:
    • Pre-validate WebAuthn extension inputs (#344)
    • Aligned WebAuthn extension errors to the spec, classify hard failures, and isolate client extension failures (#339, #344)
    • Respect uv=discouraged for non-discoverable / non-resident-key credentials (#330, #334)
    • Use callingApp origin in native clientData (#330)
  • management module:
    • Read DeviceInfo pages by TAG_MORE_DATA count (#338)
  • core module:
    • Use getProductId in USB device filter (#327)
  • build system:
    • Upgraded to AGP 9.2.1 (#330)
    • Bumped compileSdk/targetSdk to 37 (#332)
    • Upgraded ktlint to 1.8.0 (#331)
    • Removed SpotBugs annotations from bytecode (#326)
    • Updated dependencies and pinned GitHub Actions to latest versions (#332, #342, #346)

Full Changelog: 3.1.0...3.2.0

Changelog

Sourced from com.yubico.yubikit:desktop's changelog.

  • Version 3.2.0 (released 2026-07-07) ** new:
    • fido-ui: new UI host with support for adaptive layouts, adjusting across phone portrait, landscape and full-screen presentations; screens now show the requesting app label and emphasize the RP name / rpId, with refreshed titles, subtitles and PIN forms
    • fido-ui: surface terminal extension errors in the UI
    • fido-ui: added public NfcAntennaHint API and supportsNfcAntennaHint() to detect and hint antenna location
    • fido-ui: apply FLAG_SECURE in non-debug builds and HIDE_OVERLAY_WINDOWS on the FIDO UI activity
    • fido: pre-validate WebAuthn extension inputs
    • management: read DeviceInfo pages by TAG_MORE_DATA count ** fixes & improvements:
    • fido: aligned WebAuthn extension errors to the spec, classify hard failures and isolate client extension failures
    • fido: respect uv=discouraged for non-discoverable / non-resident-key credentials
    • fido: use callingApp origin in native clientData
    • fido-ui: hardened UI lifecycle — keep result on late key removal, prevent result-delivery races, guard continuation resume on cancel, handle NFC tag-lost, and preserve PIN input across rotation
    • fido-ui: consistent "security key" terminology, clarified PIN-required policy, and landscape insets / orientation handling
    • core: use getProductId in USB device filter
    • build: upgraded to AGP 9.2.1, compileSdk/targetSdk 37, ktlint 1.8.0
    • build: updated dependencies and pinned GitHub Actions to latest versions
Commits

Updates javax.mail:mail from 1.4 to 1.4.7

Updates jakarta.mail:jakarta.mail-api from 2.0.1 to 2.1.5

Release notes

Sourced from jakarta.mail:jakarta.mail-api's releases.

Jakarta Mail 2.1.5 Final Release

The 2.1.5 release is a bug fix release of 2.1.x (Jakarta EE 10).

Following changes are included:

Full Changelog: jakartaee/mail-api@2.1.4...2.1.5

Jakarta Mail 2.1.4 Final Release

The 2.1.4 release is a bug fix release of 2.1.x (Jakarta EE 10).

Following changes are included:

Full Changelog: jakartaee/mail-api@2.1.3...2.1.4

Jakarta Mail 2.1.3 Final Release

The 2.1.3 release is a bug fix release of 2.1.x (Jakarta EE 10).

Following changes are included:

New Contributors

Full Changelog: jakartaee/mail-api@2.1.2...2.1.3

Jakarta Mail 2.1.2 Final Release

The 2.1.2 release is a bug fix release of 2.1.x (Jakarta EE 10).

Following changes are included:

Full Changelog: jakartaee/mail-api@2.1.1...2.1.2

... (truncated)

Commits
  • e187321 Prepare release jakarta.mail:jakarta.mail-api:2.1.5
  • ef7483e Revert "Multipart performs blocking call in every instantiation #699 (#716)"
  • abe990f Reviews changes
  • a10a173 Improve MimeMessage UTF8 handling
  • 7a53112 Improve MimeMessage UTF8 handling
  • 1736520 Drop references to the Reference implementation
  • f2e6da3 Bump nokogiri from 1.16.5 to 1.18.9 in /www
  • 5488a7c #708 Add missing javadoc for supporting ServiceLoader mechanism (#726)
  • ccbe84b Bump webrick from 1.8.1 to 1.8.2 in /www
  • 34f8e9b ISSUE-721 - add full Markdown for URLs since Jekyll action doesn't autolink t...
  • Additional commits viewable in compare view

Updates jakarta.activation:jakarta.activation-api from 2.0.0 to 2.1.4

Release notes

Sourced from jakarta.activation:jakarta.activation-api's releases.

Jakarta Activation 2.1.4 Final Release

The 2.1.4 release is a bug fix release of 2.1.x (Jakarta EE 10, Jakarta EE 11).

Following changes are included:

  • moves resource file names from javax to jakarta namespace

Full Changelog: jakartaee/jaf-api@2.1.3...2.1.4

Jakarta Activation 2.1.3 Final Release

The 2.1.3 release is a bug fix release of 2.1.x (Jakarta EE 10).

Following changes are included:

  • fixes erroneous assumption about classes being loaded from Thread.getContextClassLoader
  • allows reproducible build

Full Changelog: jakartaee/jaf-api@2.1.2...2.1.3

Jakarta Activation 2.1.2 Final Release

The 2.1.2 release is a bug fix release of 2.1.x (Jakarta EE 10).

Following changes are included:

  • fix wrong class file version for package-info
  • add missing javadoc description for MimeTypeEntry getters

Full Changelog: jakartaee/jaf-api@2.1.1...2.1.2

Jakarta Activation 2.1.1 Final Release

The 2.1.1 release is a bug fix release of 2.1.0.

Following changes are included:

New Contributors

Full Changelog: jakartaee/jaf-api@2.1.0...2.1.1

Jakarta Activation 2.1.0 Final Release

The 2.1.0 release provides API module only.

The implementation has been moved out from this project to the new Eclipse Angus project and lives in its own repository - https://github.com/eclipse-ee4j/angus-activation

Project Board: https://github.com/eclipse-ee4j/jaf/projects/1 Full Changelog: jakartaee/jaf-api@2.0.1...2.1.0

... (truncated)

Commits
  • 3dad341 Prepare release jakarta.activation:jakarta.activation-api:2.1.4
  • 5f213b8 Rename resources so javax and jakarta can live in same classpath #174
  • 510208a Merge pull request #155 from jakartaee/2.1.3-RELEASE
  • e709bef Prepare next development cycle for 2.2.0-SNAPSHOT
  • 7f7d358 Prepare release jakarta.activation:jakarta.activation-api:2.1.3
  • 6126e90 update GH action build

Bumps the gradle-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `9.0` | `9.3` |
| [com.google.errorprone:error_prone_core](https://github.com/google/error-prone) | `2.43.0` | `2.50.0` |
| [junit:junit](https://github.com/junit-team/junit4) | `4.11` | `4.13.2` |
| net.ltgt.errorprone | `4.2.0` | `4.4.0` |
| [org.openjdk.jmh:jmh-core](https://github.com/openjdk/jmh) | `1.33` | `1.37` |
| [biz.aQute.bnd.builder](https://github.com/bndtools/bnd) | `7.1.0` | `7.4.0` |
| [com.yubico.yubikit:openpgp](https://github.com/Yubico/yubikit-android) | `3.1.0` | `3.2.0` |
| javax.mail:mail | `1.4` | `1.4.7` |
| [jakarta.mail:jakarta.mail-api](https://github.com/jakartaee/mail-api) | `2.0.1` | `2.1.5` |
| [jakarta.activation:jakarta.activation-api](https://github.com/jakartaee/jaf-api) | `2.0.0` | `2.1.4` |
| com.google.protobuf | `0.9.4` | `0.10.0` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.1.0` | `9.7.1` |

Bumps the gradle-dependencies group with 1 update in the /core directory: [org.openjdk.jmh:jmh-core](https://github.com/openjdk/jmh).
Bumps the gradle-dependencies group with 3 updates in the /jmail directory: [biz.aQute.bnd.builder](https://github.com/bndtools/bnd), [jakarta.mail:jakarta.mail-api](https://github.com/jakartaee/mail-api) and [jakarta.activation:jakarta.activation-api](https://github.com/jakartaee/jaf-api).
Bumps the gradle-dependencies group with 2 updates in the /mail directory: [biz.aQute.bnd.builder](https://github.com/bndtools/bnd) and javax.mail:mail.
Bumps the gradle-dependencies group with 2 updates in the /misc directory: javax.mail:mail and com.google.protobuf.
Bumps the gradle-dependencies group with 1 update in the /mls directory: [biz.aQute.bnd.builder](https://github.com/bndtools/bnd).
Bumps the gradle-dependencies group with 1 update in the /pg directory: [biz.aQute.bnd.builder](https://github.com/bndtools/bnd).
Bumps the gradle-dependencies group with 2 updates in the /pgsc directory: [biz.aQute.bnd.builder](https://github.com/bndtools/bnd) and [com.yubico.yubikit:openpgp](https://github.com/Yubico/yubikit-android).
Bumps the gradle-dependencies group with 1 update in the /pkix directory: [biz.aQute.bnd.builder](https://github.com/bndtools/bnd).
Bumps the gradle-dependencies group with 1 update in the /prov directory: [biz.aQute.bnd.builder](https://github.com/bndtools/bnd).
Bumps the gradle-dependencies group with 1 update in the /test directory: [junit:junit](https://github.com/junit-team/junit4).
Bumps the gradle-dependencies group with 1 update in the /tls directory: [biz.aQute.bnd.builder](https://github.com/bndtools/bnd).
Bumps the gradle-dependencies group with 1 update in the /tls-klog directory: [biz.aQute.bnd.builder](https://github.com/bndtools/bnd).
Bumps the gradle-dependencies group with 2 updates in the /util directory: [junit:junit](https://github.com/junit-team/junit4) and [biz.aQute.bnd.builder](https://github.com/bndtools/bnd).


Updates `com.puppycrawl.tools:checkstyle` from 9.0 to 9.3
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-9.0...checkstyle-9.3)

Updates `com.google.errorprone:error_prone_core` from 2.43.0 to 2.50.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.43.0...v2.50.0)

Updates `junit:junit` from 4.11 to 4.13.2
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](junit-team/junit4@r4.11...r4.13.2)

Updates `net.ltgt.errorprone` from 4.2.0 to 4.4.0

Updates `org.openjdk.jmh:jmh-core` from 1.33 to 1.37
- [Commits](openjdk/jmh@1.33...1.37)

Updates `org.openjdk.jmh:jmh-generator-annprocess` from 1.33 to 1.37
- [Commits](openjdk/jmh@1.33...1.37)

Updates `biz.aQute.bnd.builder` from 7.1.0 to 7.4.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@7.1.0...7.4.0)

Updates `com.yubico.yubikit:openpgp` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/Yubico/yubikit-android/releases)
- [Changelog](https://github.com/Yubico/yubikit-android/blob/main/NEWS)
- [Commits](Yubico/yubikit-android@3.1.0...3.2.0)

Updates `com.yubico.yubikit:desktop` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/Yubico/yubikit-android/releases)
- [Changelog](https://github.com/Yubico/yubikit-android/blob/main/NEWS)
- [Commits](Yubico/yubikit-android@3.1.0...3.2.0)

Updates `javax.mail:mail` from 1.4 to 1.4.7

Updates `jakarta.mail:jakarta.mail-api` from 2.0.1 to 2.1.5
- [Release notes](https://github.com/jakartaee/mail-api/releases)
- [Commits](jakartaee/mail-api@2.0.1...2.1.5)

Updates `jakarta.activation:jakarta.activation-api` from 2.0.0 to 2.1.4
- [Release notes](https://github.com/jakartaee/jaf-api/releases)
- [Commits](jakartaee/jaf-api@2.0.0...2.1.4)

Updates `com.google.protobuf` from 0.9.4 to 0.10.0

Updates `gradle-wrapper` from 9.1.0 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.1.0...v9.7.1)

Updates `org.openjdk.jmh:jmh-core` from 1.33 to 1.37
- [Commits](openjdk/jmh@1.33...1.37)

Updates `org.openjdk.jmh:jmh-generator-annprocess` from 1.33 to 1.37
- [Commits](openjdk/jmh@1.33...1.37)

Updates `biz.aQute.bnd.builder` from 7.1.0 to 7.4.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@7.1.0...7.4.0)

Updates `jakarta.mail:jakarta.mail-api` from 2.0.1 to 2.1.5
- [Release notes](https://github.com/jakartaee/mail-api/releases)
- [Commits](jakartaee/mail-api@2.0.1...2.1.5)

Updates `jakarta.activation:jakarta.activation-api` from 2.0.0 to 2.1.4
- [Release notes](https://github.com/jakartaee/jaf-api/releases)
- [Commits](jakartaee/jaf-api@2.0.0...2.1.4)

Updates `biz.aQute.bnd.builder` from 7.1.0 to 7.4.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@7.1.0...7.4.0)

Updates `javax.mail:mail` from 1.4 to 1.4.7

Updates `javax.mail:mail` from 1.4 to 1.4.7

Updates `com.google.protobuf` from 0.9.4 to 0.10.0

Updates `biz.aQute.bnd.builder` from 7.1.0 to 7.4.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@7.1.0...7.4.0)

Updates `biz.aQute.bnd.builder` from 7.1.0 to 7.4.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@7.1.0...7.4.0)

Updates `biz.aQute.bnd.builder` from 7.1.0 to 7.4.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@7.1.0...7.4.0)

Updates `com.yubico.yubikit:openpgp` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/Yubico/yubikit-android/releases)
- [Changelog](https://github.com/Yubico/yubikit-android/blob/main/NEWS)
- [Commits](Yubico/yubikit-android@3.1.0...3.2.0)

Updates `com.yubico.yubikit:desktop` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/Yubico/yubikit-android/releases)
- [Changelog](https://github.com/Yubico/yubikit-android/blob/main/NEWS)
- [Commits](Yubico/yubikit-android@3.1.0...3.2.0)

Updates `biz.aQute.bnd.builder` from 7.1.0 to 7.4.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@7.1.0...7.4.0)

Updates `biz.aQute.bnd.builder` from 7.1.0 to 7.4.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@7.1.0...7.4.0)

Updates `junit:junit` from 4.11 to 4.13.2
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](junit-team/junit4@r4.11...r4.13.2)

Updates `biz.aQute.bnd.builder` from 7.1.0 to 7.4.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@7.1.0...7.4.0)

Updates `biz.aQute.bnd.builder` from 7.1.0 to 7.4.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@7.1.0...7.4.0)

Updates `junit:junit` from 4.11 to 4.13.2
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md)
- [Commits](junit-team/junit4@r4.11...r4.13.2)

Updates `biz.aQute.bnd.builder` from 7.1.0 to 7.4.0
- [Release notes](https://github.com/bndtools/bnd/releases)
- [Commits](bndtools/bnd@7.1.0...7.4.0)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: '9.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.google.errorprone:error_prone_core
  dependency-version: 2.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: junit:junit
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: net.ltgt.errorprone
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.openjdk.jmh:jmh-core
  dependency-version: '1.37'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.openjdk.jmh:jmh-generator-annprocess
  dependency-version: '1.37'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: biz.aQute.bnd.builder
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.yubico.yubikit:openpgp
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.yubico.yubikit:desktop
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: javax.mail:mail
  dependency-version: 1.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: jakarta.mail:jakarta.mail-api
  dependency-version: 2.1.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: jakarta.activation:jakarta.activation-api
  dependency-version: 2.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.google.protobuf
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.openjdk.jmh:jmh-core
  dependency-version: '1.37'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.openjdk.jmh:jmh-generator-annprocess
  dependency-version: '1.37'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: biz.aQute.bnd.builder
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: jakarta.mail:jakarta.mail-api
  dependency-version: 2.1.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: jakarta.activation:jakarta.activation-api
  dependency-version: 2.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: biz.aQute.bnd.builder
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: javax.mail:mail
  dependency-version: 1.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: javax.mail:mail
  dependency-version: 1.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.google.protobuf
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: biz.aQute.bnd.builder
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: biz.aQute.bnd.builder
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: biz.aQute.bnd.builder
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.yubico.yubikit:openpgp
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.yubico.yubikit:desktop
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: biz.aQute.bnd.builder
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: biz.aQute.bnd.builder
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: junit:junit
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: biz.aQute.bnd.builder
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: biz.aQute.bnd.builder
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: junit:junit
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: biz.aQute.bnd.builder
  dependency-version: 7.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
...

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 Aug 27, 2026
@hubot
hubot deleted the dependabot/gradle/gradle-dependencies-996236dc83 branch August 27, 2026 09:35
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