chore(deps): update dependency io.github.git-commit-id:git-commit-id-maven-plugin to v9 #372
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:
6.0.0
->9.0.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
git-commit-id/git-commit-id-maven-plugin (io.github.git-commit-id:git-commit-id-maven-plugin)
v9.0.1
: Version 9.0.1Compare Source
Version 9.0.1 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:
#754 / #760: Fix an issue where empty git.properties had been generated in submodules when
injectAllReactorProjects=true
bump several maven plugins
org.apache.maven.plugins:maven-checkstyle-plugin
from3.3.1
to3.4.0
org.apache.maven.plugins:maven-release-plugin
from3.0.1
to3.1.0
org.apache.maven.plugins:maven-surefire-plugin
from3.2.5
to3.3.0
org.apache.maven.plugins:maven-clean-plugin
from3.3.2
to3.4.0
org.apache.maven.plugins:maven-dependency-plugin
from3.6.1
to3.7.1
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:
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 https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/287 or https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/413#issuecomment-487952607 for details and potential workaroundsReporting Problems
If you find any problem with this plugin, feel free to report it here
v9.0.0
: Version 9.0.0Compare Source
Version 9.0.0 is finally there and includes various bug-fixes and improvements :-)
Potential Breaking changes:
The main key-aspects that might cause a breakage when migrating to the new version:
New Features / Bug-Fixes:
The main key-aspects that have been improved or being worked on are the following:
Use javac
--release
instead of-source
&-target
Delete
BigDiffTest
bump several maven plugins
org.apache.maven.plugins:maven-assembly-plugin
from3.7.0
to3.7.1
org.apache.maven.plugins:maven-gpg-plugin
from3.2.0
to3.2.4
maven-plugin-plugin.version
from3.11.0
to3.12.0
org.apache.maven.plugins:maven-source-plugin
from3.3.0
to3.3.1
org.jacoco:jacoco-maven-plugin
from0.8.11
to0.8.12
org.apache.maven.plugins:maven-compiler-plugin
from3.12.1
to3.13.0
org.apache.maven.plugins:maven-jar-plugin
from3.3.0
to3.4.1
org.apache.maven.plugins:maven-install-plugin
from3.1.1
to3.1.2
org.apache.maven.plugins:maven-deploy-plugin
from3.1.1
to3.1.2
maven-plugin-plugin.version
from3.12.0
to3.13.0
org.codehaus.mojo:exec-maven-plugin
from3.2.0
to3.3.0
maven-plugin-plugin.version
from3.13.0
to3.13.1
org.apache.maven.plugins:maven-javadoc-plugin
from3.6.3
to3.7.0
org.apache.maven.plugins:maven-enforcer-plugin
from3.4.1
to3.5.0
bump several dependencies
2.15.1
to2.16.1
2.0.12
to2.0.13
(tests)5.11.0
to5.12.0
(tests)3.25.3
to3.26.0
(tests)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:
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 https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/287 or https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/413#issuecomment-487952607 for details and potential workaroundsReporting Problems
If you find any problem with this plugin, feel free to report it here
v8.0.2
: Version 8.0.2Compare Source
Version 8.0.2 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:
bump
jakarta.xml.bind:jakarta.xml.bind-api
from4.0.1
to4.0.2
bump
org.mockito:mockito-core
from5.10.0
to5.11.0
#718/#721: replace
junit:junit:4.13.2:test
withorg.junit.jupiter:junit-jupiter-*:5.10.2:test
#717/#720: update
org.sonatype.plexus:plexus-build-api:0.0.7
toorg.codehaus.plexus:plexus-build-api:1.2.0
bump
org.apache.maven.plugins:maven-gpg-plugin
from3.1.0
to3.2.0
bump
org.apache.maven.plugins:maven-assembly-plugin
from3.6.0
to3.7.0
#717: Update
maven-plugin-api.version
from3.9.2
to3.9.6
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:
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 https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/287 or https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/413#issuecomment-487952607 for details and potential workaroundsReporting Problems
If you find any problem with this plugin, feel free to report it here
v8.0.1
: Version 8.0.1Compare Source
Version 8.0.1 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:
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:
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 https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/287 or https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/413#issuecomment-487952607 for details and potential workaroundsReporting Problems
If you find any problem with this plugin, feel free to report it here
v8.0.0
: Version 8.0.0Compare Source
Version 8.0.0 is finally there and includes various bug-fixes and improvements :-)
Potential Breaking changes:
The main key-aspects that might cause a breakage when migrating to the new version:
New Features / Bug-Fixes:
The main key-aspects that have been improved or being worked on are the following:
fatal: this operation must be run in a work tree
maven-plugin-plugin.version
from3.9.0
to3.11.0
org.apache.maven.plugins:maven-dependency-plugin
from3.6.0
to3.6.1
org.apache.maven.plugins:maven-surefire-plugin
from3.1.2
to3.2.5
org.apache.maven.plugins:maven-checkstyle-plugin
from3.3.0
to3.3.1
org.apache.maven.plugins:maven-clean-plugin
from3.3.1
to3.3.2
org.apache.maven.plugins:maven-javadoc-plugin
from3.6.0
to3.6.3
org.codehaus.mojo:exec-maven-plugin
from3.1.0
to3.2.0
org.jacoco:jacoco-maven-plugin
from0.8.10
to0.8.11
org.apache.maven.plugins:maven-compiler-plugin
from3.11.0
to3.12.1
commons-io:commons-io
from2.14.0
to2.15.1
org.mockito:mockito-core
from5.6.0
to5.10.0
jakarta.xml.bind:jakarta.xml.bind-api
from2.3.3
to4.0.1
org.slf4j:slf4j-simple
from2.0.9
to2.0.12
org.assertj:assertj-core
from3.24.2
to3.25.3
com.puppycrawl.tools:checkstyle
from8.25
to10.13.0
actions/setup-java
from3
to4
actions/cache
from3
to4
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:
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 https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/287 or https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/413#issuecomment-487952607 for details and potential workaroundsReporting Problems
If you find any problem with this plugin, feel free to report it here
v7.0.0
: Version 7.0.0Compare Source
Version 7.0.0 is finally there and includes various bug-fixes and improvements :-)
Potential Breaking changes:
The main key-aspects that might cause a breakage when migrating to the new version:
New Features / Bug-Fixes:
The main key-aspects that have been improved or being worked on are the following:
javax.json:javax.json-api:1.1.4
was replaced withjakarta.json:jakarta.json-api:2.1.2
org.glassfish:javax.json:1.1.4
was replaced withorg.eclipse.parsson:parsson:1.1.4
jgit
from6.5.0.202303070854-r
to6.7.0.202309050840-r
commons-io:commons-io
from2.11.0
to2.14.0
org.slf4j:slf4j-simple
from2.0.7
to2.0.9
maven-plugin-api
from3.1.0-alpha-1
to3.9.2
maven-plugin-plugin
from3.6.0
to3.9.0
maven-assembly-plugin
from3.4.2
to3.6.0
maven-dependency-plugin
from3.5.0
to3.6.0
maven-release-plugin
from3.0.0-M7
to3.0.1
maven-enforcer-plugin
from3.2.1
to3.4.1
maven-compiler-plugin
from3.8.1
to3.11.0
maven-gpg-plugin
from3.1.0
maven-clean-plugin
from3.1.0
to3.3.1
maven-resources-plugin
from3.1.0
to3.3.1
maven-jar-plugin
from3.2.0
to3.3.0
maven-surefire-plugin
from2.22.2
to3.1.2
maven-install-plugin
from2.5.2
to3.1.1
maven-javadoc-plugin
from3.2.0
to3.6.0
maven-source-plugin
from3.2.1
to3.3.0
commons-io:commons-io
from2.11.0
to2.14.0
(test dependency)org.slf4j:slf4j-simple
from2.0.7
to2.0.9
(test dependency)org.eluder.coveralls:coveralls-maven-plugin:4.3.0
withio.jsonwebtoken.coveralls:coveralls-maven-plugin:4.4.1
(test dependency)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:
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 https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/287 or https://github.com/git-commit-id/maven-git-commit-id-plugin/issues/413#issuecomment-487952607 for details and potential workaroundsReporting Problems
If you find any problem with this plugin, feel free to report it here
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.