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

   Bumps 
[io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin)
 from 9.0.0 to 9.0.1.
   <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.1 is finally there and includes various <a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/issues?q=milestone%3A9.0.1&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>
   <p><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/754";>#754</a>
 / <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/760";>#760</a>:
 Fix an issue where empty git.properties had been generated in submodules when 
<code>injectAllReactorProjects=true</code></p>
   </li>
   <li>
   <p>bump several maven plugins</p>
   <ul>
   <li>bump <code>org.apache.maven.plugins:maven-checkstyle-plugin </code> from 
<code>3.3.1</code> to <code>3.4.0</code></li>
   <li>bump <code>org.apache.maven.plugins:maven-release-plugin</code> from 
<code>3.0.1</code> to <code>3.1.0</code></li>
   <li>bump <code>org.apache.maven.plugins:maven-surefire-plugin</code> from 
<code>3.2.5</code> to <code>3.3.0</code></li>
   <li>bump <code>org.apache.maven.plugins:maven-clean-plugin</code> from 
<code>3.3.2</code> to <code>3.4.0</code></li>
   <li>bump <code>org.apache.maven.plugins:maven-dependency-plugin</code> from 
<code>3.6.1</code> to <code>3.7.1</code></li>
   </ul>
   </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;9.0.1&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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/cba7dc5dbdb644b45ce185056b665e1dd9c36635";><code>cba7dc5</code></a>
 [maven-release-plugin] prepare release v9.0.1</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/08004a2341b3ada1264af0e3ce7dcd2a35fdbb69";><code>08004a2</code></a>
 Merge pull request <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/760";>#760</a>
 from git-commit-id/754</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/1238467847acdaa1aa28531b86eed450fd8b4f93";><code>1238467</code></a>
 fix checkstyle</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/cb2490d8e9a97426debbff1cfba8cf062186ae0f";><code>cb2490d</code></a>
 <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/754";>git-commit-id/git-commit-id-maven-plugin#754</a>:
 Fix a...</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/38b9b4e67dfef511fcf227f532443c9375fd00da";><code>38b9b4e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/759";>#759</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/977f148b9e953160029f879aa66f68a7cf5346f8";><code>977f148</code></a>
 Merge pull request <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/758";>#758</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/9867c079d5001a78e59ab36ca4086c4f8a5640fd";><code>9867c07</code></a>
 Merge pull request <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/756";>#756</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/20f53dae7f03e716ffd90cd67f804afeb2868230";><code>20f53da</code></a>
 Merge pull request <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/755";>#755</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/98c058e87a784a87b48967843df219185ba9a8a0";><code>98c058e</code></a>
 build(deps): bump org.apache.maven.plugins:maven-dependency-plugin</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/345cf3d21eac55991fdcef6f65f81537be445be2";><code>345cf3d</code></a>
 build(deps): bump org.apache.maven.plugins:maven-clean-plugin</li>
   <li>Additional commits viewable in <a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/compare/v9.0.0...v9.0.1";>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.0.0&new-version=9.0.1)](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

Reply via email to