dependabot[bot] opened a new pull request, #1339:
URL: https://github.com/apache/syncope/pull/1339

   Bumps 
[io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin)
 from 9.1.0 to 10.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 10.0.0 is finally there and includes various <a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/issues?q=milestone%3A10.0.0&amp;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/913";>#913</a>
 / <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/914";>#914</a>:
 Require Maven 3.9.0 [Maven 3.6.3 is EOL] ⚠️</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>&lt;dependency&gt;
       &lt;groupId&gt;io.github.git-commit-id&lt;/groupId&gt;
       &lt;artifactId&gt;git-commit-id-maven-plugin&lt;/artifactId&gt;
       &lt;version&gt;10.0.0&lt;/version&gt;
   &lt;/dependency&gt;
   </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>&lt;pluginRepositories&gt;
       &lt;pluginRepository&gt;
           &lt;id&gt;sonatype-snapshots&lt;/id&gt;
           &lt;name&gt;Sonatype Snapshots&lt;/name&gt;
            
&lt;url&gt;https://s01.oss.sonatype.org/content/repositories/snapshots/&lt;/url&gt;
       &lt;/pluginRepository&gt;
   &lt;/pluginRepositories&gt;
   </code></pre>
   <p>Even though the github actions will only deploy a new snapshot once all 
tests have finished, it is recommended to rely on the released and more stable 
version.</p>
   <h2>Known Issues / Limitations:</h2>
   <ul>
   <li>This plugin is unfortunately not working with Heroku which is due to the 
fact how Heroku works. In summary Heroku does not copy over the .git-repository 
but in order to determine the git properties this plugin relies on the fact 
that it has access to the git-repository. A somewhat <em>workaround</em> to get 
some information is outlined in <a 
href="https://redirect.github.com/ktoso/maven-git-commit-id-plugin/issues/279#issuecomment-301284022";>ktoso/maven-git-commit-id-plugin#279</a></li>
   <li>Using maven's plugin prefix resolution (e.g. <code>mvn 
com.test.plugins:myPlugin:myMojo</code>) might result in unresolved properties 
even with 
<code>&lt;injectAllReactorProjects&gt;true&lt;/injectAllReactorProjects&gt;</code>.
 Please refer to <a 
href="https://redirect.github.com/git-commit-id/maven-git-commit-id-plugin/issues/287";>git-commit-id/maven-git-commit-id-plugin#287</a>
 or <a 
href="https://redirect.github.com/git-commit-id/maven-git-commit-id-plugin/issues/413#issuecomment-487952607";>git-commit-id/maven-git-commit-id-plugin#413</a>
 for details and potential workarounds</li>
   </ul>
   <h2>Reporting Problems</h2>
   <p>If you find any problem with this plugin, feel free to report it <a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/issues";>here</a></p>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/compare/v9.2.0...v10.0.0";>https://github.com/git-commit-id/git-commit-id-maven-plugin/compare/v9.2.0...v10.0.0</a></p>
   <p>Version 9.2.0 is finally there and includes various <a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/issues?q=milestone%3A9.2.0&amp;closed=1";>bug-fixes
 and improvements</a> :-)</p>
   <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>bump several plugins
   <ul>
   <li>bump <code>io.github.git-commit-id:git-commit-id-plugin-core</code> from 
<code>6.1.5</code> to <code>6.2.0</code>
   <ul>
   <li>replace <code>org.eclipse.jgit.ssh.jsch</code> with 
<code>org.eclipse.jgit:org.eclipse.jgit.ssh.apache</code> (see <a 
href="https://github.com/eclipse-jgit/jgit/blob/master/org.eclipse.jgit.ssh.jsch/README.md";>https://github.com/eclipse-jgit/jgit/blob/master/org.eclipse.jgit.ssh.jsch/README.md</a>)</li>
   </ul>
   </li>
   </ul>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </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/2cd9c8b191be459361cb1df6257c5b68a65adda1";><code>2cd9c8b</code></a>
 Bump version: 9.2.0 → 10.0.0</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/fbfc066c6120ba80581c0abdbb861118104c1f4b";><code>fbfc066</code></a>
 Merge pull request <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/914";>#914</a>
 from git-commit-id/maven_3_9_0</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/3d51706f086bc27aa5320450215d5a773c330d3a";><code>3d51706</code></a>
 <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/913";>git-commit-id/git-commit-id-maven-plugin#913</a>:
 Requi...</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/fd9a26264da49312d2b1cf3bde8841eb857ec90a";><code>fd9a262</code></a>
 update to the latest version available</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/0163ad6b8774452588ef6cc95665ba20eaa7b286";><code>0163ad6</code></a>
 Bump version: 9.1.0 → 9.2.0</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/d8fdbb39a3e09df556fb8888dffe1039941ffc9b";><code>d8fdbb3</code></a>
 Merge pull request <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/912";>#912</a>
 from git-commit-id/plugin-core_6_2_0</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/8a33505bbb1474df89ac21d9aef9888c16f550e7";><code>8a33505</code></a>
 bump io.github.git-commit-id:git-commit-id-plugin-core from 6.1.5 to 6.2.0</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/4aefc60d18f84de98f86c9b0ad650c2e3efe9449";><code>4aefc60</code></a>
 update to the latest version in readme</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/743c4152b74a5ac2ff715019a43de4545af64dc6";><code>743c415</code></a>
 update links to git-commit-id-maven-plugin (we are not in the core module 
:-)</li>
   <li>See full diff in <a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/compare/v9.1.0...v10.0.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.github.git-commit-id:git-commit-id-maven-plugin&package-manager=maven&previous-version=9.1.0&new-version=10.0.0)](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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to