Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump os-maven-plugin from 1.6.2 to 1.7.0 #2953

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2022

Bumps os-maven-plugin from 1.6.2 to 1.7.0.

Release notes

Sourced from os-maven-plugin's releases.

os-maven-plugin-1.7.0

Commits
  • 4a74c82 [maven-release-plugin] prepare release os-maven-plugin-1.7.0
  • 43df41a Define intentions to support RISC-V arch. (#53)
  • 58d2208 Add support for RISC-V arch. (#52)
  • a23ab32 Make system property and file operations injectable (#47)
  • 0d76872 Bump junit from 4.12 to 4.13.1 (#45)
  • 355d633 Update dependencies / Require Java 8
  • bfdc0ea Update README.md
  • f0d2af1 Fix for #42 Mark DetectMojo goal with thread safety info (#44)
  • 3bed1ba Fixes #36 new property "os.detected.bitness". (#41)
  • b57a583 Add zos to the list of OS names
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [os-maven-plugin](https://github.com/trustin/os-maven-plugin) from 1.6.2 to 1.7.0.
- [Release notes](https://github.com/trustin/os-maven-plugin/releases)
- [Commits](trustin/os-maven-plugin@os-maven-plugin-1.6.2...os-maven-plugin-1.7.0)

---
updated-dependencies:
- dependency-name: kr.motd.maven:os-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2022
copybara-service bot pushed a commit that referenced this pull request Aug 9, 2022
Bumps [os-maven-plugin](https://github.com/trustin/os-maven-plugin) from 1.6.2 to 1.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/trustin/os-maven-plugin/releases">os-maven-plugin's releases</a>.</em></p>
<blockquote>
<h2>os-maven-plugin-1.7.0</h2>
<ul>
<li>Added a new property <code>os.detected.arch.bitness</code> <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/36">#36</a> <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/51">#51</a> <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/47">#47</a> <a href="https://github-redirect.dependabot.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://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/42">#42</a> <a href="https://github-redirect.dependabot.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/4a74c8229d45bf8d1fb50d237cde676eba676fa4"><code>4a74c82</code></a> [maven-release-plugin] prepare release os-maven-plugin-1.7.0</li>
<li><a href="https://github.com/trustin/os-maven-plugin/commit/43df41a94dab780d03f47f17c5cbc8e2ef400c3b"><code>43df41a</code></a> Define intentions to support RISC-V arch. (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/53">#53</a>)</li>
<li><a href="https://github.com/trustin/os-maven-plugin/commit/58d2208af6ce19faf54ec8e1d0aa47f279c2e2ae"><code>58d2208</code></a> Add support for RISC-V arch. (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/52">#52</a>)</li>
<li><a href="https://github.com/trustin/os-maven-plugin/commit/a23ab322feaa4352479ea0e7fa4f969803fc7f65"><code>a23ab32</code></a> Make system property and file operations injectable (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/47">#47</a>)</li>
<li><a href="https://github.com/trustin/os-maven-plugin/commit/0d76872630d847db25d16bca8936f7c36fcc2170"><code>0d76872</code></a> Bump junit from 4.12 to 4.13.1 (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/45">#45</a>)</li>
<li><a href="https://github.com/trustin/os-maven-plugin/commit/355d6337a159419f36171778b3d5934f929283dd"><code>355d633</code></a> Update dependencies / Require Java 8</li>
<li><a href="https://github.com/trustin/os-maven-plugin/commit/bfdc0ea45240cef02f41d33625fe92a86674fd6d"><code>bfdc0ea</code></a> Update README.md</li>
<li><a href="https://github.com/trustin/os-maven-plugin/commit/f0d2af15fee541ad40184f6eca226eec01522467"><code>f0d2af1</code></a> Fix for <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/42">#42</a> Mark DetectMojo goal with thread safety info (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/44">#44</a>)</li>
<li><a href="https://github.com/trustin/os-maven-plugin/commit/3bed1bafc95c78919693117a8e6a6bfadf8c6803"><code>3bed1ba</code></a> Fixes <a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/36">#36</a> new property &quot;os.detected.bitness&quot;. (<a href="https://github-redirect.dependabot.com/trustin/os-maven-plugin/issues/41">#41</a>)</li>
<li><a href="https://github.com/trustin/os-maven-plugin/commit/b57a58309d6636ed2709223593237994efedcd99"><code>b57a583</code></a> Add <code>zos</code> to the list of OS names</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.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kr.motd.maven:os-maven-plugin&package-manager=maven&previous-version=1.6.2&new-version=1.7.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 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 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>

Fixes #2953

FUTURE_COPYBARA_INTEGRATE_REVIEW=#2953 from google:dependabot/maven/kr.motd.maven-os-maven-plugin-1.7.0 3e53597
PiperOrigin-RevId: 466368947
@copybara-service copybara-service bot closed this in 7dd8e6f Aug 9, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/kr.motd.maven-os-maven-plugin-1.7.0 branch August 9, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant