Skip to content
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

chore(deps): bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 #506

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2023

Bumps git-commit-id-maven-plugin from 5.0.0 to 6.0.0.

Release notes

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

Version 6.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:

  • externalized the git directories used for integration tests as git submodule

New Features / Bug-Fixes:

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

  • modernized the issue templates
  • added dependabot to automatically update dependencies
  • added tests for java 11 - java 20
  • git-commit-id/git-commit-id-plugin-core#18: added the ability to generate XML and YML files (see above)

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>6.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>
</tr></table> 

... (truncated)

Commits
  • a35d8e8 [maven-release-plugin] prepare release v6.0.0
  • 6dbbd75 add workaround so the release plugin can work with git submodules
  • 6fdff19 [maven-release-plugin] rollback the release of v6.0.0
  • 5a9b2c2 [maven-release-plugin] prepare for next development iteration
  • a7c8d81 [maven-release-plugin] prepare release v6.0.0
  • f024ddf Merge pull request #621 from git-commit-id/dependabot/maven/org.apache.maven....
  • c182736 Bump maven-gpg-plugin from 3.0.1 to 3.1.0
  • be491c3 Merge pull request #619 from git-commit-id/dependabot/maven/org.apache.maven....
  • 121521d Bump maven-deploy-plugin from 3.1.0 to 3.1.1
  • 8b406a7 Merge pull request #617 from git-commit-id/dependabot/maven/org.slf4j-slf4j-s...
  • Additional commits viewable in compare view

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 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 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 [git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) from 5.0.0 to 6.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@v5.0.0...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 17, 2023
@CLAassistant
Copy link

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.

@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (9523d0d) 41.54% compared to head (ec85f5e) 41.54%.

❗ Current head ec85f5e differs from pull request most recent head 6b7a762. Consider uploading reports for the commit 6b7a762 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #506   +/-   ##
=========================================
  Coverage     41.54%   41.54%           
  Complexity      293      293           
=========================================
  Files            47       47           
  Lines          1733     1733           
  Branches        237      237           
=========================================
  Hits            720      720           
  Misses          987      987           
  Partials         26       26           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@oldratlee oldratlee merged commit 06448f1 into master May 17, 2023
@dependabot dependabot bot deleted the dependabot/maven/io.github.git-commit-id-git-commit-id-maven-plugin-6.0.0 branch May 17, 2023 19:09
oldratlee pushed a commit that referenced this pull request May 24, 2023
bump kotest.version from 5.5.5 to 5.6.2 (#503)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#506)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#507)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#508)
oldratlee pushed a commit that referenced this pull request Oct 10, 2023
bump kotest.version from 5.5.5 to 5.6.2 (#503)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#506)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#507)
bump maven-dependency-plugin from 3.5.0 to 3.6.0 (#508)
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants