Skip to content

Commit

Permalink
Bump maven-site-plugin from 3.7.1 to 3.10.0
Browse files Browse the repository at this point in the history
Bumps [maven-site-plugin](https://github.com/apache/maven-site-plugin) from 3.7.1 to 3.10.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-site-plugin/commit/c56b7b2ad2baecbf4286151c645ff4ee9190f420"><code>c56b7b2</code></a> [maven-release-plugin] prepare release maven-site-plugin-3.10.0</li>
<li><a href="https://github.com/apache/maven-site-plugin/commit/7029bab59cac4fe83b62c245e55c37bcb79d9061"><code>7029bab</code></a> [MSITE-878] Upgrade Doxia to 1.11.1 and Doxia Tools to 1.11.1</li>
<li><a href="https://github.com/apache/maven-site-plugin/commit/7f8fe7ead4e42b7797eed7eb87c878a16e10b5be"><code>7f8fe7e</code></a> [MSITE-877] Shared GitHub Actions (<a href="https://github-redirect.dependabot.com/apache/maven-site-plugin/issues/65">#65</a>)</li>
<li><a href="https://github.com/apache/maven-site-plugin/commit/e3302845bd4fac62e7869d1afd0faadd0499becc"><code>e330284</code></a> require CDATA</li>
<li><a href="https://github.com/apache/maven-site-plugin/commit/eeba50cf6854c9cca709ae47a626d57d924e463e"><code>eeba50c</code></a> Add PR template</li>
<li><a href="https://github.com/apache/maven-site-plugin/commit/7813e8f193131faec8898b54b0e59c82602ab665"><code>7813e8f</code></a> add Sitetools' integration tool and skin model</li>
<li><a href="https://github.com/apache/maven-site-plugin/commit/fda2a84b09a6d08ceb26efee963f00a21e02ffc2"><code>fda2a84</code></a> Updated CI setup</li>
<li><a href="https://github.com/apache/maven-site-plugin/commit/0cd2070cf4e32086fe936ea09c5f80c7d5a988cb"><code>0cd2070</code></a> Bump slf4jVersion from 1.7.31 to 1.7.32 (<a href="https://github-redirect.dependabot.com/apache/maven-site-plugin/issues/58">#58</a>)</li>
<li><a href="https://github.com/apache/maven-site-plugin/commit/9f24d2bd21f3d7a741ea74b4f41aa42ee02ce625"><code>9f24d2b</code></a> update CI url</li>
<li><a href="https://github.com/apache/maven-site-plugin/commit/e06aa7822797f6ee54ee4dd309d955c3822df801"><code>e06aa78</code></a> [MSITE-875] add 3.10.0 in history table</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-site-plugin/compare/maven-site-plugin-3.7.1...maven-site-plugin-3.10.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-site-plugin&package-manager=maven&previous-version=3.7.1&new-version=3.10.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 #2954

COPYBARA_INTEGRATE_REVIEW=#2954 from google:dependabot/maven/org.apache.maven.plugins-maven-site-plugin-3.10.0 3da9232
PiperOrigin-RevId: 427535400
  • Loading branch information
dependabot[bot] authored and Error Prone Team committed Feb 9, 2022
1 parent d18c02f commit f146f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -192,7 +192,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
<version>3.10.0</version>
<executions>
<execution>
<id>attach-descriptor</id>
Expand Down

0 comments on commit f146f5d

Please sign in to comment.