Skip to content

build(deps): bump the maven-dependencies group with 3 updates #390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2025

Bumps the maven-dependencies group with 3 updates: org.junit:junit-bom, org.apache.maven.plugins:maven-enforcer-plugin and org.apache.maven.plugins:maven-gpg-plugin.

Updates org.junit:junit-bom from 5.13.2 to 5.13.3

Release notes

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

JUnit 5.13.3 = Platform 1.13.3 + Jupiter 5.13.3 + Vintage 5.13.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.2...r5.13.3

Commits
  • 9e8abdd Release 5.13.3
  • 8a0be13 Improve message of discovery issues for ineffective @Order annotations (#4718)
  • 59d562e Fix Javadoc references
  • f4c202b Strip reasons when concatenating them in ConditionEvaluationResult
  • e5d0e0b Fix multiple issues with ConditionEvaluationResult reason values
  • e5c9a56 Improve display names in tests
  • cf19095 Polish release notes
  • aec59d2 Update dependency com.puppycrawl.tools:checkstyle to v10.26.1
  • 7d8fe2a Update dependency com.puppycrawl.tools:checkstyle to v10.26.0
  • d1ffa36 Update dependency com.puppycrawl.tools:checkstyle to v10.25.1
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0

Release notes

Sourced from org.apache.maven.plugins:maven-enforcer-plugin's releases.

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • dc9d2ab [maven-release-plugin] prepare release enforcer-3.6.0
  • 9aed56c Warning about old enforcer api in rule implementation (#894)
  • 8b8ac7a Improve example of custom rule (#890)
  • 1992401 Introduce ruleName for rules configuration
  • 5ec0a9f Update site descriptor to 2.0.0
  • e8cc57e RequireSameVersions rule: consider entries in \<plugins> when analyzing b...
  • 785ab9d Enable build by Maven 4 on GitHub
  • 5f664d5 Bump mavenVersion from 3.6.3 to 3.9.10 (#888)
  • 30cb548 Bump org.apache.maven:maven-parent from 44 to 45
  • 265dc89 Use constant 3.6.3 in prerequisites/maven as minimal Maven version
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8

Release notes

Sourced from org.apache.maven.plugins:maven-gpg-plugin's releases.

3.2.8

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • 8a46455 [maven-release-plugin] prepare release maven-gpg-plugin-3.2.8
  • 7012821 Fix issueManagement, ciManagement system and url
  • a9a8c84 Make empty classifier null (not empty string) (#287)
  • a8368b0 Add .mvn
  • f0e45e0 Update parent POM to 45 (#284)
  • cb1236c Bump bouncycastleVersion from 1.78.1 to 1.80 (#127)
  • 5377a10 Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#133)
  • 8b63932 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.0 to 3.9.0 (#125)
  • 54ea518 Bump org.simplify4u.plugins:pgpverify-maven-plugin from 1.18.2 to 1.19.1
  • a6a412d Remove old JIRA issue link
  • Additional commits viewable 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 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 <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 maven-dependencies group with 3 updates: [org.junit:junit-bom](https://github.com/junit-team/junit-framework), [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) and [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin).


Updates `org.junit:junit-bom` from 5.13.2 to 5.13.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.2...r5.13.3)

Updates `org.apache.maven.plugins:maven-enforcer-plugin` from 3.5.0 to 3.6.0
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](apache/maven-enforcer@enforcer-3.5.0...enforcer-3.6.0)

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.7 to 3.2.8
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.2.7...maven-gpg-plugin-3.2.8)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-version: 5.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-version: 3.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added this to the Release 4.11.2 milestone Jul 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 6, 2025 23:23
@dependabot dependabot bot requested review from CodeDrivenMitch, smcvb and MateuszNaKodach and removed request for a team July 6, 2025 23:23
@github-actions github-actions bot enabled auto-merge July 6, 2025 23:23
Copy link

sonarqubecloud bot commented Jul 6, 2025

@github-actions github-actions bot merged commit 2ca3d0c into master Jul 6, 2025
10 checks passed
@dependabot dependabot bot deleted the dependabot/maven/maven-dependencies-ba7a033eeb branch July 6, 2025 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants