dependabot[bot] opened a new pull request, #12324: URL: https://github.com/apache/camel/pull/12324
Bumps [org.codehaus.mojo:properties-maven-plugin](https://github.com/mojohaus/properties-maven-plugin) from 1.1.0 to 1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mojohaus/properties-maven-plugin/releases">org.codehaus.mojo:properties-maven-plugin's releases</a>.</em></p> <blockquote> <h2>1.2.1</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Introduce properties manager for easy implements other properties formats (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/113">#113</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>read-project-properties optimization - set all properties in one call (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/112">#112</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Avoid NPE on outputFile checking (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/114">#114</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Fix unwarranted circular property definition error from CircularDefinitionPreventer (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/110">#110</a>) <a href="https://github.com/PayBas"><code>@PayBas</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump org.codehaus.mojo:mojo-parent from 76 to 77 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/108">#108</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li>Add documentation about plugin limitations (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/115">#115</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Update ReadPropertiesMojo.java to fix javadoc tag (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/107">#107</a>) <a href="https://github.com/mykelalvis"><code>@mykelalvis</code></a></li> </ul> <h2>1.2.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Add "override" option to preserve existing properties from being overridden (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/103">#103</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Require Maven 3.5.4+ (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/99">#99</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li> <li>Accept default value in placeholders for unresolved property values (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/1">#1</a>) <a href="https://github.com/diamondT"><code>@diamondT</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li>Fix for <a href="https://redirect.github.com/mojohaus/properties-maven-plugin/issues/27">#27</a> Unwarranted circular property definition (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/28">#28</a>) <a href="https://github.com/psenechal-stingray"><code>@psenechal-stingray</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump parent from 72 to 76 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/104">#104</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Require Maven 3.5.4+ (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/99">#99</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li> <li>Bump plexus-utils from 3.5.1 to 4.0.0 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/101">#101</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump plexus-utils from 3.5.0 to 3.5.1 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/97">#97</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump mojo-parent from 70 to 72 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/94">#94</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump plexus-utils from 3.4.2 to 3.5.0 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/91">#91</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump mojo-parent from 69 to 70 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/87">#87</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump mojo-parent from 67 to 69 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/85">#85</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump plexus-utils from 3.4.1 to 3.4.2 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/82">#82</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/81">#81</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump actions/setup-java from 2 to 3 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/78">#78</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump mojo-parent from 65 to 67 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/77">#77</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump actions/checkout from 2 to 3 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/72">#72</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (<a href="https://redirect.github.com/mojohaus/properties-maven-plugin/pull/73">#73</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mojohaus/properties-maven-plugin/commit/df184c33b872b1310309285ef61f548d73098ba4"><code>df184c3</code></a> [maven-release-plugin] prepare release 1.2.1</li> <li><a href="https://github.com/mojohaus/properties-maven-plugin/commit/b3aab5135835a1a7b79fdaf2e10f7841789c1030"><code>b3aab51</code></a> Add documentation about plugin limitations</li> <li><a href="https://github.com/mojohaus/properties-maven-plugin/commit/62ddbeab7ebe8a533802d54ebbca077542635fa4"><code>62ddbea</code></a> Avoid NPE on outputFile checking</li> <li><a href="https://github.com/mojohaus/properties-maven-plugin/commit/1ef42e00fbd8bf95693dce23d7cc85f1a308a0de"><code>1ef42e0</code></a> Introduce properties manager for easy implements other properties formats</li> <li><a href="https://github.com/mojohaus/properties-maven-plugin/commit/8f4e6be40709df142c96825cde0a74e459f1ec4f"><code>8f4e6be</code></a> read-project-properties optimization - set all properties in one call</li> <li><a href="https://github.com/mojohaus/properties-maven-plugin/commit/c816bf2752546e76d11d03da6d6761e0f4d44b34"><code>c816bf2</code></a> Fix unwarranted circular property definition error from CircularDefinitionPre...</li> <li><a href="https://github.com/mojohaus/properties-maven-plugin/commit/182eac3cb1f7def7144de7127935f979e2bdf2e2"><code>182eac3</code></a> Bump org.codehaus.mojo:mojo-parent from 76 to 77</li> <li><a href="https://github.com/mojohaus/properties-maven-plugin/commit/0b1a116822e54f8f2955b971bdbc66b1f29623df"><code>0b1a116</code></a> Update ReadPropertiesMojo.java</li> <li><a href="https://github.com/mojohaus/properties-maven-plugin/commit/d8a48cd030ac3d57235927c8b5f42fae652dc49a"><code>d8a48cd</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/mojohaus/properties-maven-plugin/commit/5105ebc6a4973d33d3ed6e5eb5e30ebaf5abd8af"><code>5105ebc</code></a> [maven-release-plugin] prepare release 1.2.0</li> <li>Additional commits viewable in <a href="https://github.com/mojohaus/properties-maven-plugin/compare/properties-maven-plugin-1.1.0...1.2.1">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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org