Skip to content

Commit 7a52873

Browse files
Bump auto-service from 1.1.0 to 1.1.1 (#484)
Bumps [auto-service](https://github.com/google/auto) from 1.1.0 to 1.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/auto/releases">auto-service's releases</a>.</em></p> <blockquote> <h2>auto-service-1.1.1</h2> <h2>What's Changed</h2> <ul> <li>No functional changes.</li> <li>Dependencies updated.</li> <li>Some minor code improvements.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/google/auto/compare/auto-service-1.1.0...auto-service-1.1.1">https://github.com/google/auto/compare/auto-service-1.1.0...auto-service-1.1.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/auto/commit/b89063966c781303166cc108223816d734ae7e6d"><code>b890639</code></a> Set version number for auto-service-aggregator</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-value-1.1...auto-service-1.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.auto.service:auto-service&package-manager=maven&previous-version=1.1.0&new-version=1.1.1)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 145ced5 commit 7a52873

File tree

1 file changed

+1
-1
lines changed
  • acceptance-tests/acceptance-tests-google-auto-service

1 file changed

+1
-1
lines changed

acceptance-tests/acceptance-tests-google-auto-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<description>Acceptance test components.</description>
3232

3333
<properties>
34-
<auto-service.version>1.1.0</auto-service.version>
34+
<auto-service.version>1.1.1</auto-service.version>
3535
</properties>
3636

3737
<dependencies>

0 commit comments

Comments
 (0)