Skip to content

build: bump the gradle-minor-and-patch group with 5 updates#13

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/gradle-minor-and-patch-a8e5949470
Jul 16, 2026
Merged

build: bump the gradle-minor-and-patch group with 5 updates#13
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/gradle-minor-and-patch-a8e5949470

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the gradle-minor-and-patch group with 5 updates:

Package From To
tools.jackson.core:jackson-databind 3.2.0 3.2.1
tools.jackson.dataformat:jackson-dataformat-yaml 3.2.0 3.2.1
org.bouncycastle:bcprov-jdk18on 1.84 1.85
org.bouncycastle:bcpkix-jdk18on 1.84 1.85
org.junit.jupiter:junit-jupiter 6.1.1 6.1.2

Updates tools.jackson.core:jackson-databind from 3.2.0 to 3.2.1

Commits

Updates tools.jackson.dataformat:jackson-dataformat-yaml from 3.2.0 to 3.2.1

Commits
  • 86cd658 [maven-release-plugin] prepare release jackson-dataformats-text-3.2.1
  • 4186dc7 Prep for 3.2.1 release
  • 742c74a Merge branch '3.1' into 3.2
  • b074cb0 Post-release dep version bump
  • a2f3b2d [maven-release-plugin] prepare for next development iteration
  • 8470559 [maven-release-plugin] prepare release jackson-dataformats-text-3.1.5
  • 2cea106 Prep for 3.1.5 release
  • a638d0e Merge branch '2.x' into 3.1
  • d01965d Add release notes for TOML non-finite float fix (#698)
  • 8345d3f Fix #696: write non-finite TOML floats as nan/inf/-inf (#697)
  • Additional commits viewable in compare view

Updates tools.jackson.dataformat:jackson-dataformat-yaml from 3.2.0 to 3.2.1

Commits
  • 86cd658 [maven-release-plugin] prepare release jackson-dataformats-text-3.2.1
  • 4186dc7 Prep for 3.2.1 release
  • 742c74a Merge branch '3.1' into 3.2
  • b074cb0 Post-release dep version bump
  • a2f3b2d [maven-release-plugin] prepare for next development iteration
  • 8470559 [maven-release-plugin] prepare release jackson-dataformats-text-3.1.5
  • 2cea106 Prep for 3.1.5 release
  • a638d0e Merge branch '2.x' into 3.1
  • d01965d Add release notes for TOML non-finite float fix (#698)
  • 8345d3f Fix #696: write non-finite TOML floats as nan/inf/-inf (#697)
  • Additional commits viewable in compare view

Updates org.bouncycastle:bcprov-jdk18on from 1.84 to 1.85

Changelog

Sourced from org.bouncycastle:bcprov-jdk18on's changelog.

2.2.1 Version Release: 1.85 Date:      2026, July 12th

... (truncated)

Commits

Updates org.bouncycastle:bcpkix-jdk18on from 1.84 to 1.85

Changelog

Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.

2.2.1 Version Release: 1.85 Date:      2026, July 12th

... (truncated)

Commits

Updates org.bouncycastle:bcpkix-jdk18on from 1.84 to 1.85

Changelog

Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.

2.2.1 Version Release: 1.85 Date:      2026, July 12th

... (truncated)

Commits

Updates org.junit.jupiter:junit-jupiter from 6.1.1 to 6.1.2

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 6.1.2 = Platform 6.1.2 + Jupiter 6.1.2 + Vintage 6.1.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.1.1...r6.1.2

Commits
  • b685426 Release 6.1.2
  • ae244a6 Remove blanket outputDirectoryCreator from SuiteEngineTests (#5793)
  • 43bd154 Finalize 6.1.2 release notes
  • 0cd9510 Fix order of release note sections
  • a1507cb Add initial 6.1.2 release notes to release notes index
  • 9326641 Fix NoTestsDiscoveredException for suites containing only dynamic tests (#5839)
  • 2ef1123 Create initial 6.1.2 release notes from template
  • 83fa9ab Back to snapshots for further development
  • See full diff in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gradle-minor-and-patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `3.2.0` | `3.2.1` |
| [tools.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `3.2.0` | `3.2.1` |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.84` | `1.85` |
| [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.84` | `1.85` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `6.1.1` | `6.1.2` |


Updates `tools.jackson.core:jackson-databind` from 3.2.0 to 3.2.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `tools.jackson.dataformat:jackson-dataformat-yaml` from 3.2.0 to 3.2.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-3.2.0...jackson-dataformats-text-3.2.1)

Updates `tools.jackson.dataformat:jackson-dataformat-yaml` from 3.2.0 to 3.2.1
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-3.2.0...jackson-dataformats-text-3.2.1)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.84 to 1.85
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.84 to 1.85
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.84 to 1.85
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.junit.jupiter:junit-jupiter` from 6.1.1 to 6.1.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.1...r6.1.2)

---
updated-dependencies:
- dependency-name: tools.jackson.core:jackson-databind
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-and-patch
- dependency-name: tools.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-and-patch
- dependency-name: tools.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-and-patch
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-version: '1.85'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-and-patch
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.85'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-and-patch
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.85'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-minor-and-patch
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, gradle. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
github-actions Bot merged commit 9a0781f into main Jul 16, 2026
3 checks passed
@github-actions
github-actions Bot deleted the dependabot/gradle/gradle-minor-and-patch-a8e5949470 branch July 16, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants