dependabot[bot] opened a new pull request, #745: URL: https://github.com/apache/syncope/pull/745
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. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/releases">io.github.git-commit-id:git-commit-id-maven-plugin's releases</a>.</em></p> <blockquote> <p>Version 9.0.0 is finally there and includes various <a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/issues?q=milestone%3A9.0.0&closed=1">bug-fixes and improvements</a> :-)</p> <p>⚠️ This is a potentially breaking release. Read the release-notes carefully ⚠️</p> <h2>Potential Breaking changes:</h2> <p>The main key-aspects that might cause a breakage when migrating to the new version:</p> <ul> <li><a href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/737">#737</a> / <a href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/710">#710</a>: Require Maven 3.6.3 ⚠️</li> </ul> <h2>New Features / Bug-Fixes:</h2> <p>The main key-aspects that have been improved or being worked on are the following:</p> <ul> <li> <p>Use javac <code>--release</code> instead of <code>-source</code> & <code>-target</code></p> </li> <li> <p>Delete <code>BigDiffTest</code></p> </li> <li> <p>bump several maven plugins</p> <ul> <li>bump <code>org.apache.maven.plugins:maven-assembly-plugin</code> from <code>3.7.0</code> to <code>3.7.1</code></li> <li>bump <code>org.apache.maven.plugins:maven-gpg-plugin</code> from <code>3.2.0</code> to <code>3.2.4</code></li> <li>bump <code>maven-plugin-plugin.version</code> from <code>3.11.0</code> to <code>3.12.0</code></li> <li>bump <code>org.apache.maven.plugins:maven-source-plugin</code> from <code>3.3.0</code> to <code>3.3.1</code></li> <li>bump <code>org.jacoco:jacoco-maven-plugin</code> from <code>0.8.11</code> to <code>0.8.12</code></li> <li>bump <code>org.apache.maven.plugins:maven-compiler-plugin</code> from <code>3.12.1</code> to <code>3.13.0 </code></li> <li>bump <code>org.apache.maven.plugins:maven-jar-plugin</code> from <code>3.3.0</code> to <code>3.4.1</code></li> <li>bump <code>org.apache.maven.plugins:maven-install-plugin</code> from <code>3.1.1</code> to <code>3.1.2</code></li> <li>bump <code>org.apache.maven.plugins:maven-deploy-plugin</code> from <code>3.1.1</code> to <code>3.1.2</code></li> <li>bump <code>maven-plugin-plugin.version</code> from <code>3.12.0</code> to <code>3.13.0</code></li> <li>bump <code>org.codehaus.mojo:exec-maven-plugin</code> from <code>3.2.0</code> to <code>3.3.0</code></li> <li>bump <code>maven-plugin-plugin.version</code> from <code>3.13.0</code> to <code>3.13.1</code></li> <li>bump <code>org.apache.maven.plugins:maven-javadoc-plugin</code> from <code>3.6.3</code> to <code>3.7.0</code></li> <li>bump <code>org.apache.maven.plugins:maven-enforcer-plugin</code> from <code>3.4.1</code> to <code>3.5.0</code></li> </ul> </li> <li> <p>bump several dependencies</p> </li> </ul> <ul> <li>bump commons-io:commons-io from <code>2.15.1</code> to <code>2.16.1</code></li> <li>bump org.slf4j:slf4j-simple from <code>2.0.12</code> to <code>2.0.13</code> (tests)</li> <li>bump org.mockito:mockito-core from <code>5.11.0</code> to <code>5.12.0</code> (tests)</li> <li>bump org.assertj:assertj-core from <code>3.25.3</code> to <code>3.26.0</code> (tests)</li> </ul> <h2>Getting the latest release</h2> <p>The plugin is available from Maven Central (<a href="https://search.maven.org/search?q=g:io.github.git-commit-id%20AND%20a:git-commit-id-maven-plugin">see here</a>), 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:</p> <pre lang="xml"><code><dependency> <groupId>io.github.git-commit-id</groupId> <artifactId>git-commit-id-maven-plugin</artifactId> <version>9.0.0</version> </dependency> </code></pre> <h2>Getting the latest snapshot (build automatically)</h2> <p>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:</p> <pre lang="xml"><code><pluginRepositories> <pluginRepository> </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/4b52fca34295a314b5c79c1f4de726203e75852b"><code>4b52fca</code></a> [maven-release-plugin] prepare release v9.0.0</li> <li><a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/dab2f12b887963a4d8e2e98f8c45a295a77ecbed"><code>dab2f12</code></a> test with java 22</li> <li><a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/5321c8f80914744392fc1cc3db2f3af9a66a2259"><code>5321c8f</code></a> test with the latest maven versions</li> <li><a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/ae8ebb0d42271cac512865a3011ab8c36e9bb92e"><code>ae8ebb0</code></a> Merge pull request <a href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/752">#752</a> from git-commit-id/dependabot/maven/org.apache.maven....</li> <li><a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/bf4e9c332dc9667959b5996992940628c3703f5c"><code>bf4e9c3</code></a> Merge pull request <a href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/751">#751</a> from git-commit-id/dependabot/maven/org.apache.maven....</li> <li><a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/f950e4a603affd4165946d487c84909a4e3d5e4a"><code>f950e4a</code></a> Merge pull request <a href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/750">#750</a> from git-commit-id/dependabot/maven/maven-plugin-plug...</li> <li><a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/38d38a5a8a6424e7dfe9c99c0877275e409f7155"><code>38d38a5</code></a> Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0</li> <li><a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/6672a85cf03621a07ef8a68fd6d6d42243ce0942"><code>6672a85</code></a> Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0</li> <li><a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/e1bad8259243b9b5c99c6dd37af2be79058d1511"><code>e1bad82</code></a> Bump maven-plugin-plugin.version from 3.13.0 to 3.13.1</li> <li><a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/a27ccf9ec9cc80680366b91de6a48e73a2eba631"><code>a27ccf9</code></a> Merge pull request <a href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/748">#748</a> from git-commit-id/dependabot/maven/org.codehaus.mojo...</li> <li>Additional commits viewable in <a href="https://github.com/git-commit-id/git-commit-id-maven-plugin/compare/v8.0.2...v9.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@syncope.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org