Skip to content

Commit

Permalink
Bump auto-common from 1.2.1 to 1.2.2
Browse files Browse the repository at this point in the history
Bumps [auto-common](https://github.com/google/auto) from 1.2.1 to 1.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/auto/releases">auto-common's releases</a>.</em></p>
<blockquote>
<h2>auto-common-1.2.2</h2>
<h2>What's Changed</h2>
<ul>
<li>No functional changes.</li>
<li>Dependencies updated.</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/google/auto/compare/auto-common-1.2.1...auto-common-1.2.2">https://github.com/google/auto/compare/auto-common-1.2.1...auto-common-1.2.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/auto/commit/3aefd84f905c79e2277f04be3d5d409f48d38be2"><code>3aefd84</code></a> Set version number for auto-common</li>
<li><a href="https://github.com/google/auto/commit/7394c7583882f0e7b04c01a42a81e2feb3601a0e"><code>7394c75</code></a> Update Auto projects to Guava 32.0.1-jre.</li>
<li><a href="https://github.com/google/auto/commit/f8955c9af86dd6092d0aa6f89b13bd429816fb11"><code>f8955c9</code></a> Prepare <code>AutoFactoryProcessorTest</code> for future changes.</li>
<li><a href="https://github.com/google/auto/commit/d3a6beb45f15b439b63cbe37385b7cc5e1ad6709"><code>d3a6beb</code></a> Bump kotlin.version from 1.8.21 to 1.8.22 in /value</li>
<li><a href="https://github.com/google/auto/commit/6c5c54843bd7f50732ebd2f94c8caab5591e8a32"><code>6c5c548</code></a> Bump maven-surefire-plugin from 3.1.0 to 3.1.2 in /factory</li>
<li><a href="https://github.com/google/auto/commit/6d244be2d9199424eca767dee8bc9a88a0a0f1a9"><code>6d244be</code></a> Bump maven-surefire-plugin from 3.1.0 to 3.1.2 in /value</li>
<li><a href="https://github.com/google/auto/commit/45dde3da230781da6dcd4370c83df06c6d4fd077"><code>45dde3d</code></a> Bump maven-failsafe-plugin from 3.1.0 to 3.1.2 in /value</li>
<li><a href="https://github.com/google/auto/commit/b5345e633d20f3ab8222e0a32d2cc55efee444f2"><code>b5345e6</code></a> Use try-with-resources instead of <code>Closer</code>.</li>
<li><a href="https://github.com/google/auto/commit/e27cfe2f86c3d0630cd93343c47880ad632d73ee"><code>e27cfe2</code></a> Update Guava dependencies.</li>
<li><a href="https://github.com/google/auto/commit/7d46d873d457068011987631073e5097f5c95212"><code>7d46d87</code></a> In a test, replace an obsolete JSpecify package name with a fictional one.</li>
<li>Additional commits viewable in <a href="https://github.com/google/auto/compare/auto-common-1.2.1...auto-common-1.2.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.auto:auto-common&package-manager=maven&previous-version=1.2.1&new-version=1.2.2)](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 #249

COPYBARA_INTEGRATE_REVIEW=#249 from google:dependabot/maven/com.google.auto-auto-common-1.2.2 dcfb2db
PiperOrigin-RevId: 539991838
  • Loading branch information
dependabot[bot] authored and Jimfs Team committed Jun 13, 2023
1 parent 8523e9d commit 13e3b4f
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 @@ -95,7 +95,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<auto-service.version>1.1.0</auto-service.version>
<auto-common.version>1.2.1</auto-common.version>
<auto-common.version>1.2.2</auto-common.version>
<java.version>1.8</java.version>
<guava.version>32.0.1-android</guava.version>
<!--
Expand Down

0 comments on commit 13e3b4f

Please sign in to comment.