dependabot[bot] opened a new pull request, #12666: URL: https://github.com/apache/pinot/pull/12666
Bumps [kr.motd.maven:os-maven-plugin](https://github.com/trustin/os-maven-plugin) from 1.6.2 to 1.7.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/trustin/os-maven-plugin/releases">kr.motd.maven:os-maven-plugin's releases</a>.</em></p> <blockquote> <h2>os-maven-plugin-1.7.1</h2> <ul> <li>Added detection of more RISC-V architectures. <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/61">#61</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/62">#62</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/66">#66</a> (Thanks to <a href="https://github.com/zinovya"><code>@zinovya</code></a> and <a href="https://github.com/luhenry"><code>@luhenry</code></a>) <ul> <li><code>riscv32</code> is detected as <code>riscv</code> for backward compatibility with 1.7.0.</li> <li><code>riscv64</code> is detected as <code>riscv64</code>.</li> </ul> </li> <li>Added detection of Elbrus 2000 architecture. <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/57">#57</a> (Thanks to <a href="https://github.com/antonbashir"><code>@antonbashir</code></a>)</li> <li>Added detection of LoongArch64 architecture. <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/63">#63</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/64">#64</a> (Thanks to <a href="https://github.com/zhangwenlong8911"><code>@zhangwenlong8911</code></a> and <a href="https://github.com/xiangzhai"><code>@xiangzhai</code></a>)</li> <li>Fixed the detection logic so that it detects more MacOS variants. <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/58">#58</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/67">#67</a> (Thanks to <a href="https://github.com/aalmiray"><code>@aalmiray</code></a>)</li> </ul> <h2>os-maven-plugin-1.7.0</h2> <ul> <li>Added a new property <code>os.detected.arch.bitness</code> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/36">#36</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/41">#41</a> (Thanks to <a href="https://github.com/jflecomte"><code>@jflecomte</code></a> and <a href="https://github.com/bmarwell"><code>@bmarwell</code></a>)</li> <li>Added detection of RISC-V architecture, <code>riscv</code> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/51">#51</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/53">#53</a> (Thanks to <a href="https://github.com/advancedwebdeveloper"><code>@advancedwebdeveloper</code></a>)</li> <li>Added an abstraction layer for System property and file system access <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/47">#47</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/48">#48</a> (Thanks to <a href="https://github.com/voidzcy"><code>@voidzcy</code></a>)</li> <li>Added thread safety information to Maven plugin metadata so that Maven doesn't warn about thread safety anymore <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/42">#42</a> <a href="https://redirect.github.com/trustin/os-maven-plugin/issues/44">#44</a> (Thanks to <a href="https://github.com/seime"><code>@seime</code></a> and <a href="https://github.com/mortenlocka"><code>@mortenlocka</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/trustin/os-maven-plugin/commit/9913130a2e3d77dedebc263e5c379685c438b59a"><code>9913130</code></a> [maven-release-plugin] prepare release os-maven-plugin-1.7.1</li> <li><a href="https://github.com/trustin/os-maven-plugin/commit/211db49dc8b2d743d9d9882d44f086122ccdba93"><code>211db49</code></a> Override the default Maven repository when testing against old Maven versions</li> <li><a href="https://github.com/trustin/os-maven-plugin/commit/88bae1e838d0918d4d428019206873c80e00f7b0"><code>88bae1e</code></a> Detect more <code>osx</code> variants (<a href="https://redirect.github.com/trustin/os-maven-plugin/issues/67">#67</a>)</li> <li><a href="https://github.com/trustin/os-maven-plugin/commit/cebc3e81379f378286df1eab692b26abd92fd6bd"><code>cebc3e8</code></a> Add support for LoongArch64 architecture (<a href="https://redirect.github.com/trustin/os-maven-plugin/issues/63">#63</a>)</li> <li><a href="https://github.com/trustin/os-maven-plugin/commit/4df54948f9eae82c6e5d9e20cc1e4d82c9a83872"><code>4df5494</code></a> Add <code>riscv32</code> and <code>riscv64</code> support (<a href="https://redirect.github.com/trustin/os-maven-plugin/issues/62">#62</a>)</li> <li><a href="https://github.com/trustin/os-maven-plugin/commit/6bd9cfa16757ac8b81ab1a7f380b0aabc0295c97"><code>6bd9cfa</code></a> Support for E2K (Elbrus 2000) architecture (<a href="https://redirect.github.com/trustin/os-maven-plugin/issues/57">#57</a>)</li> <li><a href="https://github.com/trustin/os-maven-plugin/commit/6d8134545e654e564301ddff2745ab3f6b02b9f7"><code>6d81345</code></a> Update README.md</li> <li><a href="https://github.com/trustin/os-maven-plugin/commit/52e547c811f33dd1d5cf401bad0ee13f911e2f34"><code>52e547c</code></a> Update the version in README.md</li> <li><a href="https://github.com/trustin/os-maven-plugin/commit/ad10438f508639e59b4a2348373af397b93e160f"><code>ad10438</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/trustin/os-maven-plugin/commit/4a74c8229d45bf8d1fb50d237cde676eba676fa4"><code>4a74c82</code></a> [maven-release-plugin] prepare release os-maven-plugin-1.7.0</li> <li>Additional commits viewable in <a href="https://github.com/trustin/os-maven-plugin/compare/os-maven-plugin-1.6.2...os-maven-plugin-1.7.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...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org