Bump plexus-java from 1.0.7 to 1.1.0 in /common

Bumps [plexus-java](https://github.com/codehaus-plexus/plexus-languages) from 1.0.7 to 1.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/abcd162ed3edadda409bc8bb4f2707d52a3a8551"><code>abcd162</code></a> [maven-release-plugin] prepare release plexus-languages-1.1.0</li>
<li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/868b3d7439634c35d05cfc6aa8a012adb070d02d"><code>868b3d7</code></a> Support requires static transitive</li>
<li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/1c91b4f0a8efe10bcba20d45697bfe42d159c8fd"><code>1c91b4f</code></a> Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0</li>
<li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/5bfae5f0a49ec8fdd630946c124a090d6217cdfb"><code>5bfae5f</code></a> Bump plexus from 7 to 8</li>
<li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/cee4f63c15ac6ea8b3d71093716c5da99a89804d"><code>cee4f63</code></a> Require Java 8</li>
<li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/34731971454cbc8a22f9e9e03d42343cbba92714"><code>3473197</code></a> Update CI setup</li>
<li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/5cadf50f10b9c19a497c38c2cb842762b450cd6a"><code>5cadf50</code></a> Removed outdated java versions from CI</li>
<li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/b8baee463de716f55e5a01dc09754563d91e79b0"><code>b8baee4</code></a> Bump actions/setup-java from 2.1.0 to 2.2.0</li>
<li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/7cd361b8f52451afef11947dd493f4518c7c65fc"><code>7cd361b</code></a> Bump mockito-core from 3.11.2 to 3.12.1</li>
<li><a href="https://github.com/codehaus-plexus/plexus-languages/commit/c9c9cfe1532c4e551faea559295b5d253a8353ec"><code>c9c9cfe</code></a> update search.maven.org url</li>
<li>Additional commits viewable in <a href="https://github.com/codehaus-plexus/plexus-languages/compare/plexus-languages-1.0.7...plexus-languages-1.1.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.codehaus.plexus:plexus-java&package-manager=maven&previous-version=1.0.7&new-version=1.1.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 #1152

COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1152 from google:dependabot/maven/common/org.codehaus.plexus-plexus-java-1.1.0 ac0a0188d0bde415f987b11701e6baf4b95e7183
PiperOrigin-RevId: 392649903
1 file changed
tree: a0c9f9d2eac84afbc5d97adfdf9b44e4d50e107e
  1. .github/
  2. common/
  3. factory/
  4. service/
  5. util/
  6. value/
  7. .gitignore
  8. build-pom.xml
  9. CONTRIBUTING.md
  10. LICENSE
  11. README.md
README.md

Auto

Build Status

A collection of source code generators for Java.

Auto‽

Java is full of code that is mechanical, repetitive, typically untested and sometimes the source of subtle bugs. Sounds like a job for robots!

The Auto subprojects are a collection of code generators that automate those types of tasks. They create the code you would have written, but without the bugs.

Save time. Save code. Save sanity.

Subprojects

License

Copyright 2013 Google LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.