Skip to content

chore(deps-dev): bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.1.0 to 10.0.0#398

Merged
oldratlee merged 1 commit into
mainfrom
dependabot/maven/io.github.git-commit-id-git-commit-id-maven-plugin-10.0.0
Apr 6, 2026
Merged

chore(deps-dev): bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.1.0 to 10.0.0#398
oldratlee merged 1 commit into
mainfrom
dependabot/maven/io.github.git-commit-id-git-commit-id-maven-plugin-10.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 6, 2026

Copy link
Copy Markdown
Contributor

Bumps io.github.git-commit-id:git-commit-id-maven-plugin from 9.1.0 to 10.0.0.

Release notes

Sourced from io.github.git-commit-id:git-commit-id-maven-plugin's releases.

Version 10.0.0 is finally there and includes various bug-fixes and improvements :-)

⚠️ This is a potentially breaking release. Read the release-notes carefully ⚠️

Potential Breaking changes:

The main key-aspects that might cause a breakage when migrating to the new version:

  • #913 / #914: Require Maven 3.9.0 [Maven 3.6.3 is EOL] ⚠️

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>10.0.0</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions:

<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
         <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    </pluginRepository>
</pluginRepositories>

Even though the github actions will only deploy a new snapshot once all tests have finished, it is recommended to rely on the released and more stable version.

Known Issues / Limitations:

  • This plugin is unfortunately not working with Heroku which is due to the fact how Heroku works. In summary Heroku does not copy over the .git-repository but in order to determine the git properties this plugin relies on the fact that it has access to the git-repository. A somewhat workaround to get some information is outlined in ktoso/maven-git-commit-id-plugin#279
  • Using maven's plugin prefix resolution (e.g. mvn com.test.plugins:myPlugin:myMojo) might result in unresolved properties even with <injectAllReactorProjects>true</injectAllReactorProjects>. Please refer to git-commit-id/maven-git-commit-id-plugin#287 or git-commit-id/maven-git-commit-id-plugin#413 for details and potential workarounds

Reporting Problems

If you find any problem with this plugin, feel free to report it here

Full Changelog: git-commit-id/git-commit-id-maven-plugin@v9.2.0...v10.0.0

Version 9.2.0 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

... (truncated)

Commits

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 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 [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v9.1.0...v10.0.0)

---
updated-dependencies:
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Apr 6, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@oldratlee oldratlee merged commit af9e7c4 into main Apr 6, 2026
27 of 28 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/io.github.git-commit-id-git-commit-id-maven-plugin-10.0.0 branch April 6, 2026 14:40
oldratlee pushed a commit that referenced this pull request May 4, 2026
bump jacoco-maven-plugin from 0.8.13 to 0.8.14 (#368)
bump spotbugs-maven-plugin from 4.9.6.0 to 4.9.7.0 (#369)
bump spotbugs-maven-plugin from 4.9.7.0 to 4.9.8.1 (#370)
bump kotlin.version from 2.2.20 to 2.2.21 (#371)
bump junit-bom from 5.14.0 to 5.14.1 (#372)
bump commons-io from 2.20.0 to 2.21.0 (#373)
bump commons-cli from 1.10.0 to 1.11.0 (#374)
bump commons-lang3 from 3.19.0 to 3.20.0 (#375)
bump maven-jar-plugin from 3.4.2 to 3.5.0 (#376)
bump actions/checkout from 5 to 6 (#377)
bump spotbugs-maven-plugin from 4.9.8.1 to 4.9.8.2 (#378)
bump maven-resources-plugin from 3.3.1 to 3.4.0 (#379)
bump maven-assembly-plugin from 3.7.1 to 3.8.0 (#380)
bump maven-source-plugin from 3.3.1 to 3.4.0 (#381)
bump maven-artifact from 3.9.11 to 3.9.12 (#383)
bump kotlin.version from 2.2.21 to 2.3.0 (#382)
bump junit-bom from 5.14.1 to 5.14.2 (#384)
bump kotlin.version from 2.3.0 to 2.3.10 (#386)
bump junit-bom from 5.14.2 to 5.14.3 (#387)
bump annotations from 26.0.2-1 to 26.1.0 (#388)
bump maven-surefire-plugin from 3.5.4 to 3.5.5 (#389)
bump maven-compiler-plugin from 3.14.1 to 3.15.0 (#385)
bump maven-resources-plugin from 3.4.0 to 3.5.0 (#390)
bump maven-artifact from 3.9.12 to 3.9.14 (#392)
bump kotlin.version from 2.3.10 to 2.3.20 (#393)
bump codecov/codecov-action from 5 to 6 (#394)
hore(deps-dev): bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.2 to 4.9.8.3 (#395)
bump git-commit-id-maven-plugin from 9.0.2 to 9.1.0 (#396)
bump git-commit-id-maven-plugin from 9.1.0 to 10.0.0 (#398)
bump maven-artifact from 3.9.14 to 3.9.15 (#399)
bump kotlin.version from 2.3.20 to 2.3.21 (#400)
bump commons-io from 2.21.0 to 2.22.0 (#401)
bump junit-bom from 5.14.3 to 5.14.4 (#402)
oldratlee pushed a commit that referenced this pull request May 4, 2026
bump jacoco-maven-plugin from 0.8.13 to 0.8.14 (#368)
bump spotbugs-maven-plugin from 4.9.6.0 to 4.9.7.0 (#369)
bump spotbugs-maven-plugin from 4.9.7.0 to 4.9.8.1 (#370)
bump kotlin.version from 2.2.20 to 2.2.21 (#371)
bump junit-bom from 5.14.0 to 5.14.1 (#372)
bump commons-io from 2.20.0 to 2.21.0 (#373)
bump commons-cli from 1.10.0 to 1.11.0 (#374)
bump commons-lang3 from 3.19.0 to 3.20.0 (#375)
bump maven-jar-plugin from 3.4.2 to 3.5.0 (#376)
bump actions/checkout from 5 to 6 (#377)
bump spotbugs-maven-plugin from 4.9.8.1 to 4.9.8.2 (#378)
bump maven-resources-plugin from 3.3.1 to 3.4.0 (#379)
bump maven-assembly-plugin from 3.7.1 to 3.8.0 (#380)
bump maven-source-plugin from 3.3.1 to 3.4.0 (#381)
bump kotlin.version from 2.2.21 to 2.3.0 (#382)
bump maven-artifact from 3.9.11 to 3.9.12 (#383)
bump junit-bom from 5.14.1 to 5.14.2 (#384)
bump maven-compiler-plugin from 3.14.1 to 3.15.0 (#385)
bump kotlin.version from 2.3.0 to 2.3.10 (#386)
bump junit-bom from 5.14.2 to 5.14.3 (#387)
bump annotations from 26.0.2-1 to 26.1.0 (#388)
bump maven-surefire-plugin from 3.5.4 to 3.5.5 (#389)
bump maven-resources-plugin from 3.4.0 to 3.5.0 (#390)
bump maven-artifact from 3.9.12 to 3.9.14 (#392)
bump kotlin.version from 2.3.10 to 2.3.20 (#393)
bump codecov/codecov-action from 5 to 6 (#394)
bump spotbugs-maven-plugin from 4.9.8.2 to 4.9.8.3 (#395)
bump git-commit-id-maven-plugin from 9.0.2 to 9.1.0 (#396)
bump git-commit-id-maven-plugin from 9.1.0 to 10.0.0 (#398)
bump maven-artifact from 3.9.14 to 3.9.15 (#399)
bump kotlin.version from 2.3.20 to 2.3.21 (#400)
bump commons-io from 2.21.0 to 2.22.0 (#401)
bump junit-bom from 5.14.3 to 5.14.4 (#402)
oldratlee pushed a commit that referenced this pull request May 4, 2026
bump jacoco-maven-plugin from 0.8.13 to 0.8.14 (#368)
bump spotbugs-maven-plugin from 4.9.6.0 to 4.9.7.0 (#369)
bump spotbugs-maven-plugin from 4.9.7.0 to 4.9.8.1 (#370)
bump kotlin.version from 2.2.20 to 2.2.21 (#371)
bump junit-bom from 5.14.0 to 5.14.1 (#372)
bump commons-io from 2.20.0 to 2.21.0 (#373)
bump commons-cli from 1.10.0 to 1.11.0 (#374)
bump commons-lang3 from 3.19.0 to 3.20.0 (#375)
bump maven-jar-plugin from 3.4.2 to 3.5.0 (#376)
bump actions/checkout from 5 to 6 (#377)
bump spotbugs-maven-plugin from 4.9.8.1 to 4.9.8.2 (#378)
bump maven-resources-plugin from 3.3.1 to 3.4.0 (#379)
bump maven-assembly-plugin from 3.7.1 to 3.8.0 (#380)
bump maven-source-plugin from 3.3.1 to 3.4.0 (#381)
bump kotlin.version from 2.2.21 to 2.3.0 (#382)
bump maven-artifact from 3.9.11 to 3.9.12 (#383)
bump junit-bom from 5.14.1 to 5.14.2 (#384)
bump maven-compiler-plugin from 3.14.1 to 3.15.0 (#385)
bump kotlin.version from 2.3.0 to 2.3.10 (#386)
bump junit-bom from 5.14.2 to 5.14.3 (#387)
bump annotations from 26.0.2-1 to 26.1.0 (#388)
bump maven-surefire-plugin from 3.5.4 to 3.5.5 (#389)
bump maven-resources-plugin from 3.4.0 to 3.5.0 (#390)
bump maven-artifact from 3.9.12 to 3.9.14 (#392)
bump kotlin.version from 2.3.10 to 2.3.20 (#393)
bump codecov/codecov-action from 5 to 6 (#394)
bump spotbugs-maven-plugin from 4.9.8.2 to 4.9.8.3 (#395)
bump git-commit-id-maven-plugin from 9.0.2 to 9.1.0 (#396)
bump git-commit-id-maven-plugin from 9.1.0 to 10.0.0 (#398)
bump maven-artifact from 3.9.14 to 3.9.15 (#399)
bump kotlin.version from 2.3.20 to 2.3.21 (#400)
bump commons-io from 2.21.0 to 2.22.0 (#401)
bump junit-bom from 5.14.3 to 5.14.4 (#402)
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.

2 participants