Skip to content

build(deps): bump io.github.git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.9 to 6.0.0 #850

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2025

Bumps io.github.git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.9 to 6.0.0.

Release notes

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

v6.0.0

Version 6.0.0 is finally there and includes various bug-fixes and improvements.

The change set is based on the comparison since the last release candidate version 6.0.0-rc.9

New Features / Bug-Fixes:

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

  • main changes

  • update several dependencies

    • bump org.eclipse.jgit:org.eclipse.jgit from 6.7.0.202309050840-r to 6.10.0.202406032230-r
    • bump joda-time:joda-time from 2.12.7 to 2.14.0
    • bump org.eclipse.parsson:parsson from 1.1.6 to 1.1.7
    • bump org.yaml:snakeyaml from 2.2 to 2.4
    • bump org.junit.jupiter:* from 5.10.2 to 5.12.2
    • bump org.mockito:mockito-core from 5.12.0 to 5.17.0
    • bump org.assertj:assertj-core from 3.26.0 to 3.27.3
    • bump commons-io:commons-io from 2.16.1 to 2.19.0 (scope test)
    • bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.17 (scope test)
  • update several maven plugins

    • bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.1
    • bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
    • bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
    • bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7
    • bump org.apache.maven.plugins:maven-clean-plugin from 3.3.2 to 3.4.1
    • bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
    • bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.5.3
    • bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.21.0
    • bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.11.2

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-plugin-core</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:

... (truncated)

Commits
  • b2800e6 [maven-release-plugin] prepare release v6.0.0
  • 936b178 filter out BUILD_NUMBER and BUILD_NUMBER_UNIQUE for now as they conflict the ...
  • 31c193a try to get the tests working again
  • 819e54c Merge pull request #228 from rand0m86/master
  • 8856e4e Addressed PR comments
  • ae13c19 Fix checkstyle
  • f160526 Added support for build number in Github Actions
  • 76d12c0 Merge pull request #221 from git-commit-id/dependabot/maven/commons-io-common...
  • 1d96319 build(deps-dev): bump commons-io:commons-io from 2.18.0 to 2.19.0
  • bf66347 Merge pull request #226 from git-commit-id/dependabot/maven/joda-time-joda-ti...
  • 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 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-plugin-core](https://github.com/git-commit-id/git-commit-id-plugin-core) from 6.0.0-rc.9 to 6.0.0.
- [Release notes](https://github.com/git-commit-id/git-commit-id-plugin-core/releases)
- [Commits](git-commit-id/git-commit-id-plugin-core@v6.0.0-rc.9...v6.0.0)

---
updated-dependencies:
- dependency-name: io.github.git-commit-id:git-commit-id-plugin-core
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 22, 2025
@TheSnoozer TheSnoozer added this to the next milestone May 22, 2025
@TheSnoozer TheSnoozer merged commit 2b4bda3 into master May 22, 2025
44 checks passed
@TheSnoozer TheSnoozer deleted the dependabot/maven/io.github.git-commit-id-git-commit-id-plugin-core-6.0.0 branch May 22, 2025 18:22
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.

1 participant