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

Bump io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.2 to 9.0.0 #1486

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 15, 2024

Bumps io.github.git-commit-id:git-commit-id-maven-plugin from 8.0.2 to 9.0.0.

Release notes

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

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

  • #737 / #710: Require Maven 3.6.3 ⚠️

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

    • bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1
    • bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.4
    • bump maven-plugin-plugin.version from 3.11.0 to 3.12.0
    • bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1
    • bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12
    • bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0
    • 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 maven-plugin-plugin.version from 3.12.0 to 3.13.0
    • bump org.codehaus.mojo:exec-maven-plugin from 3.2.0 to 3.3.0
    • bump maven-plugin-plugin.version from 3.13.0 to 3.13.1
    • bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0
    • bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0
  • bump several dependencies

  • bump commons-io:commons-io from 2.15.1 to 2.16.1
  • bump org.slf4j:slf4j-simple from 2.0.12 to 2.0.13 (tests)
  • bump org.mockito:mockito-core from 5.11.0 to 5.12.0 (tests)
  • bump org.assertj:assertj-core from 3.25.3 to 3.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:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>9.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>
</tr></table> 

... (truncated)

Commits
  • 4b52fca [maven-release-plugin] prepare release v9.0.0
  • dab2f12 test with java 22
  • 5321c8f test with the latest maven versions
  • ae8ebb0 Merge pull request #752 from git-commit-id/dependabot/maven/org.apache.maven....
  • bf4e9c3 Merge pull request #751 from git-commit-id/dependabot/maven/org.apache.maven....
  • f950e4a Merge pull request #750 from git-commit-id/dependabot/maven/maven-plugin-plug...
  • 38d38a5 Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0
  • 6672a85 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0
  • e1bad82 Bump maven-plugin-plugin.version from 3.13.0 to 3.13.1
  • a27ccf9 Merge pull request #748 from git-commit-id/dependabot/maven/org.codehaus.mojo...
  • 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-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) from 8.0.2 to 9.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@v8.0.2...v9.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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 15, 2024
@goekay goekay merged commit 8cf2eda into master Jun 19, 2024
45 of 46 checks passed
@goekay goekay deleted the dependabot/maven/io.github.git-commit-id-git-commit-id-maven-plugin-9.0.0 branch June 19, 2024 07:13
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.

None yet

1 participant