Skip to content

Commit 74f526c

Browse files
Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 (#482)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 979e9d4 commit 74f526c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
<plugin>
427427
<groupId>org.apache.maven.plugins</groupId>
428428
<artifactId>maven-assembly-plugin</artifactId>
429-
<version>3.6.0</version>
429+
<version>3.7.0</version>
430430
<configuration>
431431
<appendAssemblyId>false</appendAssemblyId>
432432
<finalName>${project.artifactId}-${classifier}</finalName>

0 commit comments

Comments
 (0)