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

   Bumps 
[io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin)
 from 10.0.0 to 10.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 10.0.1 is finally there and includes various <a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/issues?q=milestone%3A10.0.1&amp;closed=1";>bug-fixes
 and improvements</a> :-)</p>
   <h2>What's Changed</h2>
   <h3>Dependencies used by the plugin</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/915";>git-commit-id/git-commit-id-maven-plugin#915</a>:
 bump commons-io:commons-io from 2.21.0 to 2.22.0</li>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/933";>git-commit-id/git-commit-id-maven-plugin#933</a>:
 bump org.jspecify:jspecify from 1.0.0 to 1.0.1</li>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/919";>git-commit-id/git-commit-id-maven-plugin#919</a>:
 bump org.slf4j:slf4j-simple from 2.0.17 to 2.0.18 (test)</li>
   <li>bump git-commit-id-plugin-core from 6.2.0 to 6.2.1 (refs <a 
href="https://github.com/git-commit-id/git-commit-id-plugin-core/releases/tag/v6.2.1";>https://github.com/git-commit-id/git-commit-id-plugin-core/releases/tag/v6.2.1</a>,
 fix CVE-2026-59638 by making use of org.bouncycastle:bcpkix-jdk18on 1.85)</li>
   </ul>
   <h3>Github Action</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/924";>git-commit-id/git-commit-id-maven-plugin#924</a>:
 bump actions/cache from 5 to 6</li>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/923";>git-commit-id/git-commit-id-maven-plugin#923</a>:
 bump actions/checkout from 6 to 7</li>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/935";>git-commit-id/git-commit-id-maven-plugin#935</a>:
 bump actions/setup-java from 5 to 6</li>
   </ul>
   <h3>Maven Plugins used by the plugin</h3>
   <ul>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/921";>git-commit-id/git-commit-id-maven-plugin#921</a>:
 bump org.apache.maven.plugins:maven-site-plugin from 3.21.0 to 3.22.0</li>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/918";>git-commit-id/git-commit-id-maven-plugin#918</a>:
 bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.2 to 3.6.3</li>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/925";>git-commit-id/git-commit-id-maven-plugin#925</a>:
 bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6</li>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/927";>git-commit-id/git-commit-id-maven-plugin#927</a>:
 bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15</li>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/928";>git-commit-id/git-commit-id-maven-plugin#928</a>:
 bump org.apache.maven.plugins:maven-dependency-plugin from 3.10.0 to 
3.11.0</li>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/930";>git-commit-id/git-commit-id-maven-plugin#930</a>:
 bump org.sonatype.central:central-publishing-maven-plugin from 0.10.0 to 
0.11.0</li>
   <li><a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/pull/934";>git-commit-id/git-commit-id-maven-plugin#934</a>:
 bump org.apache.maven.plugins:maven-jar-plugin from 3.5.0 to 3.5.1</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.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>
   <!-- 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/73542f2390daf8d4c7188f90c99da844dd9aea5c";><code>73542f2</code></a>
 Bump version: 10.0.0 → 10.0.1</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/7e95a7e40556fee9ea64963c232158712ef4bb41";><code>7e95a7e</code></a>
 Revert &quot;add tests for java 27&quot;</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/dae217cd7705bb442ca75ba8d4f43dd8f0566144";><code>dae217c</code></a>
 add tests for java 27</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/dc5b90b7ab7a84f030bcf29000793025020be081";><code>dc5b90b</code></a>
 run tests with the latest maven versions 3.9.9 -&gt; 3.9.16; 4.0.0-rc-5 -&gt; 
4.0.0...</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/28f14aa8bb5e119ac6996827bb0c483b94badf11";><code>28f14aa</code></a>
 bump git-commit-id-plugin-core from 6.2.0 to 6.2.1 (refs <a 
href="https://github.com/g";>https://github.com/g</a>...</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/dcf31ab16d73d14c37a38fb892ba38e22a512e2e";><code>dcf31ab</code></a>
 Merge pull request <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/934";>#934</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/e4e48ba83e06d1fa3cb74c6dd476b2ef72908a4e";><code>e4e48ba</code></a>
 Merge pull request <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/933";>#933</a>
 from git-commit-id/dependabot/maven/org.jspecify-jspe...</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/ef3c33685a3e165f7303120f8e0baee463d3691a";><code>ef3c336</code></a>
 Merge pull request <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/935";>#935</a>
 from git-commit-id/dependabot/github_actions/actions/...</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/eacd498622e93aac865a3e1617e3b32c3dbccea1";><code>eacd498</code></a>
 Merge pull request <a 
href="https://redirect.github.com/git-commit-id/git-commit-id-maven-plugin/issues/930";>#930</a>
 from git-commit-id/dependabot/maven/org.sonatype.cent...</li>
   <li><a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/commit/d8922033f507627331ec854ac001d296ce0c907e";><code>d892203</code></a>
 build(deps): bump actions/setup-java from 5 to 6</li>
   <li>Additional commits viewable in <a 
href="https://github.com/git-commit-id/git-commit-id-maven-plugin/compare/v10.0.0...v10.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=10.0.0&new-version=10.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 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