Skip to content

Commit

Permalink
build(deps): Bump org.apache.maven.plugins:maven-assembly-plugin from…
Browse files Browse the repository at this point in the history
… 3.6.0 to 3.7.0 (#1255)

Bumps
[org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin)
from 3.6.0 to 3.7.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/9be6e8733f187b15c0e6c0fb856765e12fb2c055"><code>9be6e87</code></a>
[maven-release-plugin] prepare release maven-assembly-plugin-3.7.0</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/e8630dc91637860d1ca690b2c64c2c18e240eae7"><code>e8630dc</code></a>
Bump apache/maven-gh-actions-shared from 3 to 4</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/98f97a5dca6eac582ea5e52d7d62e186d9b8e25f"><code>98f97a5</code></a>
Bump org.postgresql:postgresql in
/src/it/projects/bugs/massembly-730</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/c84e11089a785d56441fac2314224c0bf86b200d"><code>c84e110</code></a>
[MASSEMBLY-1019] Maven 3.6.3 as minimum requirements</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/136fe366c2ff8f44146d08d408890ac9e2e91a1d"><code>136fe36</code></a>
[MASSEMBLY-1018] Fix examples about useStrictFiltering</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/33d3d94f895b8b9060b03ca2af164388204190ce"><code>33d3d94</code></a>
[MASSEMBLY-967] IT for jar-with-dependencies with main class</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/b3b7866073432d7c85a8a23872f2194dee3ac134"><code>b3b7866</code></a>
[MASSEMBLY-1017] Don't use deprecated methods in code (<a
href="https://redirect.github.com/apache/maven-assembly-plugin/issues/182">#182</a>)</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/aeed8848bf8f0947e5d6565b5926e53a97ea494f"><code>aeed884</code></a>
[MASSEMBLY-1016] fix history (<a
href="https://redirect.github.com/apache/maven-assembly-plugin/issues/181">#181</a>)</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/3d97c2df49883a3f10e6eb0231c3791fe38d18bb"><code>3d97c2d</code></a>
Bump com.google.guava:guava</li>
<li><a
href="https://github.com/apache/maven-assembly-plugin/commit/36ebace466793725c083c13a778a65729a04778c"><code>36ebace</code></a>
[MASSEMBLY-1008] Fix transitive dependencies resolving with required
scope (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-assembly-plugin/compare/maven-assembly-plugin-3.6.0...maven-assembly-plugin-3.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-assembly-plugin&package-manager=maven&previous-version=3.6.0&new-version=3.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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent 613a083 commit d878aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<!-- to be overridden in sub modules -->
<junit.jupiter.version>5.10.2</junit.jupiter.version>
<license-maven-plugin.version>4.3</license-maven-plugin.version>
<maven-assembly-plugin.version>3.6.0</maven-assembly-plugin.version>
<maven-assembly-plugin.version>3.7.0</maven-assembly-plugin.version>
<maven-checkstyle-plugin.version>3.3.1</maven-checkstyle-plugin.version>
<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.12.1</maven-compiler-plugin.version>
Expand Down

0 comments on commit d878aeb

Please sign in to comment.