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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

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

Release notes

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

Version 6.0.0-rc.9 is finally there and includes various bug-fixes and improvements. Note that this library was previously part of the git-commit-id-maven-plugin so you might want relevant changes in the issues listed there too :-)

⚠️ This is a potentially breaking release. Read the release-notes carefully. As of now this is only a release candidate. Future release candidates and the final 6.0.0 version may contain further breaking changes ⚠️

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:

  • main changes
    • #99 / #116: try to improve error messages when the json properties can't be read
    • #113: replace junit:junit:4.13.2:test with org.junit.jupiter:junit-jupiter-*:5.10.2:test
  • update several dependencies
    • bump commons-io:commons-io from 2.15.1 to 2.16.1
    • bump org.eclipse.parsson:parsson from 1.1.5 to 1.1.6
    • bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13
    • bump org.mockito:mockito-core from 5.11.0 to 5.12.0
    • bump org.assertj:assertj-core from 3.25.3 to 3.26.0
  • update several maven plugins
    • bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.4
    • bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1
    • bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0
    • bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1
    • bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.1
    • bump org.apache.maven.plugins:maven-install-plugin from 3.1.1 to 3.1.2
    • bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2
    • bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12
    • bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0
    • bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0
    • bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0
    • bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0
    • bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0
    • bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.0
    • bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.1 to 3.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:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-plugin-core</artifactId>
    <version>6.0.0-rc.9</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
  • 0c82243 [maven-release-plugin] prepare release v6.0.0-rc.9
  • 815fd3f Merge pull request #146 from git-commit-id/dependabot/maven/org.apache.maven....
  • f47771d Merge pull request #145 from git-commit-id/dependabot/maven/org.apache.maven....
  • 97c3cc7 Merge pull request #142 from git-commit-id/dependabot/maven/org.apache.maven....
  • b3b1db0 build(deps): bump org.apache.maven.plugins:maven-dependency-plugin
  • fd9f422 build(deps): bump org.apache.maven.plugins:maven-release-plugin
  • 2c3fc10 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin
  • ec5f361 Merge pull request #141 from git-commit-id/dependabot/maven/org.apache.maven....
  • e00fdb6 build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin
  • aa4e0ba Merge pull request #140 from git-commit-id/dependabot/maven/org.apache.maven....
  • 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.8 to 6.0.0-rc.9.
- [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.8...v6.0.0-rc.9)

---
updated-dependencies:
- dependency-name: io.github.git-commit-id:git-commit-id-plugin-core
  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 Jul 8, 2024
@TheSnoozer TheSnoozer added this to the next milestone Jul 22, 2024
@TheSnoozer TheSnoozer merged commit f617b04 into master Jul 22, 2024
40 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.github.git-commit-id-git-commit-id-plugin-core-6.0.0-rc.9 branch July 22, 2024 19:54
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