Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump gson from 2.10 to 2.10.1 in /AccessibilityInsightsF…
Browse files Browse the repository at this point in the history
…orAndroidService/app (#194)

Bumps [gson](https://github.com/google/gson) from 2.10 to 2.10.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google/gson/releases">gson's
releases</a>.</em></p>
<blockquote>
<h2>Gson 2.10.1</h2>
<p>This is technically a minor release rather than a patch release
because there is one small API change: a new
<code>JsonObject.isEmpty()</code> method.</p>
<h2>What's Changed: User-Visible Changes</h2>
<ul>
<li><em>Added JsonObject method isEmpty()</em> by <a
href="https://github.com/dhoard"><code>@​dhoard</code></a> in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2233">google/gson#2233</a></li>
<li><em>Fix non-threadsafe creation of adapter for type with cyclic
dependency</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://github-redirect.dependabot.com/google/gson/pull/1832">google/gson#1832</a></li>
<li><em>Remove EOFException special casing of
JsonStreamParser.next()</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://github-redirect.dependabot.com/google/gson/pull/2281">google/gson#2281</a></li>
<li><em>Improve exception message for duplicate field names</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://github-redirect.dependabot.com/google/gson/pull/2251">google/gson#2251</a></li>
<li><em>Fix the javadoc of JsonDeserializer.deserialize()</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2243">google/gson#2243</a></li>
<li><em>Bump os-maven-plugin from 1.7.0 to 1.7.1</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2235">google/gson#2235</a></li>
<li><em>Bump jackson-databind from 2.13.4.2 to 2.14.0</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2234">google/gson#2234</a></li>
<li><em>Bump maven-release-plugin from 3.0.0-M6 to 3.0.0-M7</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2232">google/gson#2232</a></li>
<li><em>Bump japicmp-maven-plugin from 0.16.0 to 0.17.1</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2238">google/gson#2238</a></li>
<li><em>Bump jackson-databind from 2.14.0 to 2.14.1</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2241">google/gson#2241</a></li>
<li><em>Bump bnd-maven-plugin from 6.3.1 to 6.4.0</em> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2245">google/gson#2245</a></li>
</ul>
<h2>Site Documentation and Maintenance Changes (these were already
visible)</h2>
<ul>
<li><em>Add troubleshooting guide</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://github-redirect.dependabot.com/google/gson/pull/2285">google/gson#2285</a></li>
<li><em>Replace custom user guide header anchors</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://github-redirect.dependabot.com/google/gson/pull/2289">google/gson#2289</a></li>
<li><em>Improve variable names in user guide</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://github-redirect.dependabot.com/google/gson/pull/2290">google/gson#2290</a></li>
<li><em>Add 2.10 changes to CHANGELOG; minor release follow-ups</em> by
<a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a>
in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2229">google/gson#2229</a></li>
<li><em>Mention in CHANGELOG that GitHub Releases are used in the
future</em> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://github-redirect.dependabot.com/google/gson/pull/2230">google/gson#2230</a></li>
<li><em>GitHub Workflows security hardening</em> by <a
href="https://github.com/sashashura"><code>@​sashashura</code></a> in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2274">google/gson#2274</a></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li><em>Making consistent prefixs in PerformanceTest</em> by <a
href="https://github.com/CirQ"><code>@​CirQ</code></a> in <a
href="https://github-redirect.dependabot.com/google/gson/pull/1760">google/gson#1760</a></li>
<li><em>Adjust version numbers and a test to conform to the SemVer
spec.</em> by <a
href="https://github.com/eamonnmcmanus"><code>@​eamonnmcmanus</code></a>
in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2237">google/gson#2237</a></li>
<li><em>Remove covered condition in JsonNull.equals()</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2271">google/gson#2271</a></li>
<li><em>Remove the <code>final</code> keyword from <code>private</code>
method</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2276">google/gson#2276</a></li>
<li><em>Code cleanup</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2282">google/gson#2282</a></li>
<li><em>Unnecessary unboxing at JsonPrimitive.getAsBoolean()</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2277">google/gson#2277</a></li>
<li><em>Rewrite the
<code>testParsingDatesFormattedWithSystemLocale()</code>, Fix <a
href="https://github-redirect.dependabot.com/google/gson/issues/2199">#2199</a></em>
by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2287">google/gson#2287</a></li>
<li><em>Port tests from JUnit 3 to JUnit 4</em> by <a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2294">google/gson#2294</a></li>
</ul>
<h2>New Contributors (thanks!)</h2>
<ul>
<li><a href="https://github.com/CirQ"><code>@​CirQ</code></a> made their
first contribution in <a
href="https://github-redirect.dependabot.com/google/gson/pull/1760">google/gson#1760</a></li>
<li><a href="https://github.com/dhoard"><code>@​dhoard</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2233">google/gson#2233</a></li>
<li><a
href="https://github.com/MaicolAntali"><code>@​MaicolAntali</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2243">google/gson#2243</a></li>
<li><a
href="https://github.com/sashashura"><code>@​sashashura</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/google/gson/pull/2274">google/gson#2274</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/google/gson/compare/gson-parent-2.10...gson-parent-2.10.1">https://github.com/google/gson/compare/gson-parent-2.10...gson-parent-2.10.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/google/gson/blob/master/CHANGELOG.md">gson's
changelog</a>.</em></p>
<blockquote>
<h1>Change Log</h1>
<p>The change log for versions newer than 2.10 is available only on the
<a href="https://github.com/google/gson/releases">GitHub Releases
page</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google/gson/commit/2ce6a6106c22bf0cce2e39f68b0da2f117d6e66b"><code>2ce6a61</code></a>
[maven-release-plugin] prepare release gson-parent-2.10.1</li>
<li><a
href="https://github.com/google/gson/commit/1a2170b99c9d293e825bf8f511b191196326ea03"><code>1a2170b</code></a>
Port tests from JUnit 3 to JUnit 4 (<a
href="https://github-redirect.dependabot.com/google/gson/issues/2294">#2294</a>)</li>
<li><a
href="https://github.com/google/gson/commit/4aaf1385db5ffbc99de7411e5e80201fd8da7f3c"><code>4aaf138</code></a>
Improve variable names in user guide (<a
href="https://github-redirect.dependabot.com/google/gson/issues/2290">#2290</a>)</li>
<li><a
href="https://github.com/google/gson/commit/a19d53f5358e7a4e12817d766b3289def78a989d"><code>a19d53f</code></a>
Replace custom user guide header anchors (<a
href="https://github-redirect.dependabot.com/google/gson/issues/2289">#2289</a>)</li>
<li><a
href="https://github.com/google/gson/commit/6c12ded70ddfe47b0412fbb6d8a3ff970518ce2b"><code>6c12ded</code></a>
Rewrite the <code>testParsingDatesFormattedWithSystemLocale()</code>,
Fix <a
href="https://github-redirect.dependabot.com/google/gson/issues/2199">#2199</a>
(<a
href="https://github-redirect.dependabot.com/google/gson/issues/2287">#2287</a>)</li>
<li><a
href="https://github.com/google/gson/commit/f2f53fbe8e54020656de67e2511e9b36932963e3"><code>f2f53fb</code></a>
Add troubleshooting guide (<a
href="https://github-redirect.dependabot.com/google/gson/issues/2285">#2285</a>)</li>
<li><a
href="https://github.com/google/gson/commit/f63a1b85aec695f4d464e07a5c13fc038d581527"><code>f63a1b8</code></a>
Remove EOFException special casing of JsonStreamParser.next() (<a
href="https://github-redirect.dependabot.com/google/gson/issues/2281">#2281</a>)</li>
<li><a
href="https://github.com/google/gson/commit/6c3cf2243581c6ade4d6341b7d46884528261108"><code>6c3cf22</code></a>
Unnecessary unboxing at JsonPrimitive.getAsBoolean() (<a
href="https://github-redirect.dependabot.com/google/gson/issues/2277">#2277</a>)</li>
<li><a
href="https://github.com/google/gson/commit/0a42c31efe265368b71b629a071e7be6c9593d10"><code>0a42c31</code></a>
Code cleanup (<a
href="https://github-redirect.dependabot.com/google/gson/issues/2282">#2282</a>)</li>
<li><a
href="https://github.com/google/gson/commit/28affcbdb9cc77efd6d4cb6cf6cab4acd48f4975"><code>28affcb</code></a>
Remove the <code>final</code> keyword from <code>private</code> method
(<a
href="https://github-redirect.dependabot.com/google/gson/issues/2276">#2276</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/google/gson/compare/gson-parent-2.10...gson-parent-2.10.1">compare
view</a></li>
</ul>
</details>
  • Loading branch information
dependabot[bot] committed Jan 11, 2023
1 parent f4609b9 commit 07cbc6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AccessibilityInsightsForAndroidService/app/build.gradle
Expand Up @@ -86,7 +86,7 @@ dependencies {
// See https://github.com/android/android-test/issues/861 for more context.
exclude group: 'org.checkerframework', module: 'checker'
}
implementation 'com.google.code.gson:gson:2.10'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.guava:guava:31.1-android'

// Dev dependencies (not redistributed)
Expand Down
3 changes: 1 addition & 2 deletions AccessibilityInsightsForAndroidService/app/gradle.lockfile
Expand Up @@ -76,8 +76,7 @@ com.deque.android:axe-android:0.2.0=debugAndroidTestCompileClasspath,debugCompil
com.google.android.apps.common.testing.accessibility.framework:accessibility-test-framework:3.1.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.android.material:material:1.2.0-rc01=debugRuntimeClasspath,debugUnitTestRuntimeClasspath,releaseRuntimeClasspath,releaseUnitTestRuntimeClasspath
com.google.code.findbugs:jsr305:3.0.2=debugAndroidTestCompileClasspath,debugAndroidTestRuntimeClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.10=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.code.gson:gson:2.10.1=lintClassPath
com.google.code.gson:gson:2.10.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.11.0=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
com.google.errorprone:error_prone_annotations:2.3.2=lintClassPath
com.google.guava:failureaccess:1.0.1=debugAndroidTestCompileClasspath,debugCompileClasspath,debugRuntimeClasspath,debugUnitTestCompileClasspath,debugUnitTestRuntimeClasspath,lintClassPath,releaseCompileClasspath,releaseRuntimeClasspath,releaseUnitTestCompileClasspath,releaseUnitTestRuntimeClasspath
Expand Down

0 comments on commit 07cbc6a

Please sign in to comment.