Update dependency io.github.git-commit-id:git-commit-id-maven-plugin to v9.2.0 - #1383
Open
renovate[bot] wants to merge 1 commit into
Open
Update dependency io.github.git-commit-id:git-commit-id-maven-plugin to v9.2.0#1383renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 1, 2026 10:48
a6a5ea3 to
bf353d9
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 1, 2026 12:08
bf353d9 to
56e8808
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 2, 2026 20:30
56e8808 to
7c12d08
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 3, 2026 07:22
7c12d08 to
a794ed0
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 4, 2026 07:43
a794ed0 to
3b22122
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 5, 2026 08:39
3b22122 to
74acd8e
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 13, 2026 10:13
74acd8e to
7113d5f
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 13, 2026 14:56
7113d5f to
2e27b34
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 16, 2026 11:20
2e27b34 to
f24b88a
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 18, 2026 19:40
97faa97 to
188df22
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 20, 2026 16:23
188df22 to
0f3719e
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 20, 2026 19:21
0f3719e to
a1c8bc5
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 20, 2026 20:03
a1c8bc5 to
6c46a10
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 20, 2026 21:12
6c46a10 to
b97caa6
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 21, 2026 04:44
b97caa6 to
27f81c4
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 22, 2026 11:25
27f81c4 to
fe812cb
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 23, 2026 14:51
fe812cb to
67969d8
Compare
renovate
Bot
force-pushed
the
renovate/git-commit-id-maven.version
branch
from
April 28, 2026 18:20
67969d8 to
252c7c5
Compare
|
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
9.0.2→9.2.0Release Notes
git-commit-id/git-commit-id-maven-plugin (io.github.git-commit-id:git-commit-id-maven-plugin)
v9.2.0: Version 9.2.0Compare Source
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:
io.github.git-commit-id:git-commit-id-plugin-corefrom6.1.5to6.2.0org.eclipse.jgit.ssh.jschwithorg.eclipse.jgit:org.eclipse.jgit.ssh.apache(see https://github.com/eclipse-jgit/jgit/blob/master/org.eclipse.jgit.ssh.jsch/README.md)org.bouncycastle:bcpkix-jdk18onversion1.81joda-time:joda-time[replaced with Java 8+ Time API]com.google.code.findbugs:jsr305version3.0.2withorg.jspecify:jspecifyversion1.0.0Getting 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:
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:
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:
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 (comment) for details and potential workaroundsReporting 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.1.0...v9.2.0
v9.1.0: Version 9.1.0Compare Source
Version 9.1.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:
io.github.git-commit-id:git-commit-id-plugin-corefrom6.0.0to6.1.5org.eclipse.jgit:org.eclipse.jgitfrom6.10.0.202406032230-rto6.10.1.202505221210-rorg.eclipse.jgit:org.eclipse.jgit.ssh.jschfrom6.10.0.202406032230-rto6.10.1.202505221210-rjoda-time:joda-timefrom2.14.0to2.14.1org.yaml:snakeyamlfrom2.4to2.6commons-io:commons-iofrom2.19.0to2.21.0(scope test)org.junit.jupiter:*from5.12.2to5.13.4(scope test)org.mockito:mockito-corefrom5.18.0to5.23.0(scope test)org.assertj:assertj-corefrom3.27.3to3.27.7(scope test)org.apache.maven.plugins:maven-antrun-pluginfrom3.1.0to3.2.0org.apache.maven.plugins:maven-assembly-pluginfrom3.7.1to3.8.0org.apache.maven.plugins:maven-clean-pluginfrom3.4.1to3.5.0org.apache.maven.plugins:maven-compiler-pluginfrom3.14.0to3.15.0org.apache.maven.plugins:maven-dependency-pluginfrom3.8.1to3.10.0org.apache.maven.plugins:maven-enforcer-pluginfrom3.5.0to3.6.2org.apache.maven.plugins:maven-gpg-pluginfrom3.2.7to3.2.8org.apache.maven.plugins:maven-jar-pluginfrom3.4.2to3.5.0org.apache.maven.plugins:maven-javadoc-pluginfrom3.11.2to3.12.0org.apache.maven.plugins:maven-plugin-pluginfrom3.15.1to3.15.2org.apache.maven.plugins:maven-release-pluginfrom3.1.1to3.3.1org.apache.maven.plugins:maven-resources-pluginfrom3.3.1to3.5.0org.apache.maven.plugins:maven-source-pluginfrom3.3.1to3.4.0org.apache.maven.plugins:maven-surefire-pluginfrom3.5.3to3.5.5org.codehaus.mojo:versions-maven-pluginfrom2.18.0to2.21.0org.codehaus.mojo:exec-maven-pluginfrom3.5.0to3.6.3org.jacoco:jacoco-maven-pluginfrom0.8.13to0.8.14org.apache.maven.plugin-tools:maven-plugin-annotationsfrom3.15.1to3.15.2Getting 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:
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:
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:
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 (comment) for details and potential workaroundsReporting 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.0.2...v9.1.0
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.