Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework), [com.google.errorprone:error_prone_core](https://github.com/google/error-prone), [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) and [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire).

Updates `org.checkerframework:checker-qual` from 3.47.0 to 3.48.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/typetools/checker-framework/releases">org.checkerframework:checker-qual's releases</a>.</em></p>
<blockquote>
<h2>Checker Framework 3.48.0</h2>
<h2>Version 3.48.0 (October 2, 2024)</h2>
<p><strong>User-visible changes:</strong></p>
<p>The new SqlQuotesChecker prevents errors in quoting in SQL queries.  It prevents injection attacks that exploit quoting errors.</p>
<p>Aggregate Checkers now interleave error messages so that all errors about a line of code appear together.</p>
<p><strong>Closed issues:</strong></p>
<p><a href="https://github.com/typetools/checker-framework/issues/3568">#3568</a>, <a href="https://github.com/typetools/checker-framework/issues/6725">#6725</a>, <a href="https://github.com/typetools/checker-framework/issues/6753">#6753</a>, <a href="https://github.com/typetools/checker-framework/issues/6769">#6769</a>, <a href="https://github.com/typetools/checker-framework/issues/6770">#6770</a>, <a href="https://github.com/typetools/checker-framework/issues/6780">#6780</a>, <a href="https://github.com/typetools/checker-framework/issues/6785">#6785</a>, <a href="https://github.com/typetools/checker-framework/issues/6795">#6795</a>, <a href="https://github.com/typetools/checker-framework/issues/6804">#6804</a>, <a href="https://github.com/typetools/checker-framework/issues/6811">#6811</a>, <a href="https://github.com/typetools/checker-framework/issues/6825">#6825</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md">org.checkerframework:checker-qual's changelog</a>.</em></p>
<blockquote>
<h2>Version 3.48.0 (October 2, 2024)</h2>
<p><strong>User-visible changes:</strong></p>
<p>The new SqlQuotesChecker prevents errors in quoting in SQL queries.  It prevents
injection attacks that exploit quoting errors.</p>
<p>Aggregate Checkers now interleave error messages so that all errors about a line of code appear
together.</p>
<p><strong>Closed issues:</strong></p>
<p><a href="https://github.com/typetools/checker-framework/issues/3568">#3568</a>, <a href="https://github.com/typetools/checker-framework/issues/6725">#6725</a>, <a href="https://github.com/typetools/checker-framework/issues/6753">#6753</a>, <a href="https://github.com/typetools/checker-framework/issues/6769">#6769</a>, <a href="https://github.com/typetools/checker-framework/issues/6770">#6770</a>, <a href="https://github.com/typetools/checker-framework/issues/6780">#6780</a>, <a href="https://github.com/typetools/checker-framework/issues/6785">#6785</a>, <a href="https://github.com/typetools/checker-framework/issues/6795">#6795</a>, <a href="https://github.com/typetools/checker-framework/issues/6804">#6804</a>, <a href="https://github.com/typetools/checker-framework/issues/6811">#6811</a>, <a href="https://github.com/typetools/checker-framework/issues/6825">#6825</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/typetools/checker-framework/commit/8a5b58576e22050d9625b30fed07abdefe382e5e"><code>8a5b585</code></a> new release 3.48.0</li>
<li><a href="https://github.com/typetools/checker-framework/commit/33dfb8448f0e9aadd88c967413b768c170fcd9d5"><code>33dfb84</code></a> Fix links.</li>
<li><a href="https://github.com/typetools/checker-framework/commit/dda798d5dec51d4d81419e9a96fac7068fcae173"><code>dda798d</code></a> Prep for release.</li>
<li><a href="https://github.com/typetools/checker-framework/commit/fe16b7f7271664e019adaf202fbc021e47a0004d"><code>fe16b7f</code></a> Remove checker-qual files from shaded dataflow jar</li>
<li><a href="https://github.com/typetools/checker-framework/commit/642a8536251ca3bc63e81bc179d4caaf7cd8e63e"><code>642a853</code></a> Add a capture in type argument inference</li>
<li><a href="https://github.com/typetools/checker-framework/commit/b96e7778cd539b3e25a0a7988dc97c88ca469042"><code>b96e777</code></a> Capture the type of field accesses</li>
<li><a href="https://github.com/typetools/checker-framework/commit/3b03b377fe44fe134278a750e6459629d4a165fe"><code>3b03b37</code></a> Updating macOS installation instructions (<a href="https://github.com/typetools/checker-framework/issues/6827">#6827</a>)</li>
<li><a href="https://github.com/typetools/checker-framework/commit/3e837a51c330f8009be6b5aeb452e22050cad10e"><code>3e837a5</code></a> Skip <code>TreeUtils.toStringTruncated</code> when debugging is disabled</li>
<li><a href="https://github.com/typetools/checker-framework/commit/fe7b19ff7f1d24cdf861e8e34a3d7928adc3e920"><code>fe7b19f</code></a> Check for proper type</li>
<li><a href="https://github.com/typetools/checker-framework/commit/97beabcb365924e4ee87746f6e7d63abbcc18b6b"><code>97beabc</code></a> Fix a resource leak false positive due to a cast (<a href="https://github.com/typetools/checker-framework/issues/6821">#6821</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/typetools/checker-framework/compare/checker-framework-3.47.0...checker-framework-3.48.0">compare view</a></li>
</ul>
</details>
<br />

Updates `com.google.errorprone:error_prone_core` from 2.32.0 to 2.33.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_core's releases</a>.</em></p>
<blockquote>
<h2>Error Prone 2.33.0</h2>
<p>Similar to release <a href="https://github.com/google/error-prone/releases/v2.32.0">2.32.0</a>, the minimum supported JDK version to run Error Prone is JDK 17 (<a href="https://github.com/google/error-prone/issues/3803">#3803</a>). Using Error Prone to compile code that is deployed to earlier versions is still fully supported, but will require using JDK 17 or newer for compilation and setting <code>--release</code> or <code>-source</code>/<code>-target</code>/<code>-bootclasspath</code>.</p>
<p>Changes:</p>
<ul>
<li>Update protobuf version for CVE-2024-7254</li>
</ul>
<p>New checks:</p>
<ul>
<li><a href="https://errorprone.info/bugpattern/ArrayRecordComponent"><code>ArrayRecordComponent</code></a>: Record components should not be arrays.</li>
</ul>
<p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.32.0...v2.33.0">https://github.com/google/error-prone/compare/v2.32.0...v2.33.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/google/error-prone/commit/7a67f2052f384b2da8a208391b200ea12a83ff1c"><code>7a67f20</code></a> Release Error Prone 2.33.0</li>
<li><a href="https://github.com/google/error-prone/commit/f1f79558a6e5d87b4921f61e3c33125240354734"><code>f1f7955</code></a> Remove out of place <code>.</code>. Previously, the error message was:</li>
<li><a href="https://github.com/google/error-prone/commit/c8851500bf8ebe33899e440e7441f15a68181998"><code>c885150</code></a> Add a regression test for b/369862572</li>
<li><a href="https://github.com/google/error-prone/commit/2b78c1fe583feb60591e8ad12ec2eec9e8d1c65a"><code>2b78c1f</code></a> Avoid a possible <code>IndexOutOfBoundsException</code> in <code>MemberName</code>.</li>
<li><a href="https://github.com/google/error-prone/commit/47dd2a817ad6e46576bd5c2bfff59a756296473b"><code>47dd2a8</code></a> Suggest <code>Splitter.on(Pattern.compile(...))</code> instead of <code>Splitter.onPattern</code></li>
<li><a href="https://github.com/google/error-prone/commit/50d098374fe5e5cd30f84f56359dec367db0142c"><code>50d0983</code></a> Add some missing testdata/ prefixes.</li>
<li><a href="https://github.com/google/error-prone/commit/f82fb662b03cd5d29c2e296bf41ac4d6bec2ff87"><code>f82fb66</code></a> Fix typos</li>
<li><a href="https://github.com/google/error-prone/commit/fb1a05b6262d234888c1097e33645b1f97c03b11"><code>fb1a05b</code></a> Update protobuf version</li>
<li><a href="https://github.com/google/error-prone/commit/be9921779231a78f353e815e1edf41b4d9d8b6e0"><code>be99217</code></a> Extend MissingOverride to require <a href="https://github.com/Override"><code>@​Override</code></a> on &quot;an explicitly declared access...</li>
<li><a href="https://github.com/google/error-prone/commit/2c04adaeca4b6e6901f9316079e924156667c627"><code>2c04ada</code></a> Support toSeconds in DurationToLongTimeUnit</li>
<li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.32.0...v2.33.0">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.10.0 to 3.10.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/apache/maven-javadoc-plugin/releases">org.apache.maven.plugins:maven-javadoc-plugin's releases</a>.</em></p>
<blockquote>
<h2>maven-javadoc-plugin-3.10.1</h2>
<h2>What's Changed</h2>
<ul>
<li>[MJAVADOC-810] [REGRESSION] MJAVADOC-791 causes forked Maven execution fail if any toolchains or settings file isn't present by <a href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a href="https://github.com/apache/maven-javadoc-plugin/pull/313">apache/maven-javadoc-plugin#313</a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/apache/maven-javadoc-plugin/pull/314">apache/maven-javadoc-plugin#314</a></li>
<li>Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/apache/maven-javadoc-plugin/pull/315">apache/maven-javadoc-plugin#315</a></li>
<li>Bump commons-io:commons-io from 2.16.1 to 2.17.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://github.com/apache/maven-javadoc-plugin/pull/319">apache/maven-javadoc-plugin#319</a></li>
<li>[MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty… by <a href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a href="https://github.com/apache/maven-javadoc-plugin/pull/320">apache/maven-javadoc-plugin#320</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1">https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/091785beabba10d912c73a1d0e1f347e5ca208a9"><code>091785b</code></a> [maven-release-plugin] prepare release maven-javadoc-plugin-3.10.1</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/cde7c56baff9d14b7ab98ced4137488048589419"><code>cde7c56</code></a> [MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates empty JARs</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/db6d7f6ec355dd26c7f4841ad2c63ff4df456422"><code>db6d7f6</code></a> [MJAVADOC-811] javadoc.bat fails to execute on Windows when project is not on...</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/a737e16692092769cef7503b253423c3c0e69f92"><code>a737e16</code></a> Bump commons-io:commons-io from 2.16.1 to 2.17.0</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/577c204350d6a6568f2f8b1b66292bfc2e955c68"><code>577c204</code></a> Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/ff52cff81fa6141fd2fc51f51618363e2a08f36a"><code>ff52cff</code></a> Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/54a765162713f830ec3b535c89efe26507759aff"><code>54a7651</code></a> Add goal prefix</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/a424c6b661cd7aedf8ac39a049e030dc48c63f5b"><code>a424c6b</code></a> [MJAVADOC-810] [REGRESSION] MJAVADOC-791 causes forked Maven execution fail i...</li>
<li><a href="https://github.com/apache/maven-javadoc-plugin/commit/d9c0002b4d6b94a0462a3668259420580289bd1d"><code>d9c0002</code></a> [maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1">compare view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.1
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/maven-surefire/commit/a69b0f87309c5b8111b73687db56b62055d7626c"><code>a69b0f8</code></a> [maven-release-plugin] prepare release surefire-3.5.1</li>
<li><a href="https://github.com/apache/maven-surefire/commit/ccc54d093afe361dfbce802461947148281a2ee2"><code>ccc54d0</code></a> [SUREFIRE-2273] Bump org.hamcrest:hamcrest from 2.2 to 3.0 (<a href="https://github.com/apache/maven-surefire/issues/784">#784</a>)</li>
<li><a href="https://github.com/apache/maven-surefire/commit/ab77c35c7fc788ae1aab5af525721afc881cc8ed"><code>ab77c35</code></a> [SUREFIRE-2272] Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 - JD...</li>
<li><a href="https://github.com/apache/maven-surefire/commit/93317ff07a4709bb1b0bd7690459fa81630fa3d4"><code>93317ff</code></a> [SUREFIRE-2269] Allow fail during clean in surefire-its</li>
<li><a href="https://github.com/apache/maven-surefire/commit/d7f4dbb7cc99a08a911066afbab3e01273dbbdc0"><code>d7f4dbb</code></a> [SUREFIRE-2270] Use JUnit5 in surefire-shadefire</li>
<li><a href="https://github.com/apache/maven-surefire/commit/7a98850b99b8f00c3928904992188e2fa3eceab3"><code>7a98850</code></a> Drop comment from jira integration</li>
<li><a href="https://github.com/apache/maven-surefire/commit/b2aa8a6c93d201bf90e5199274750c1ea3e9091c"><code>b2aa8a6</code></a> [SUREFIRE-2267] Packages for commons-codec should be relocated in surefire-sh...</li>
<li><a href="https://github.com/apache/maven-surefire/commit/a9282552d2086299a400a27781509e2b942a743d"><code>a928255</code></a> [SUREFIRE-1737] Fix disable in statelessTestsetReporter</li>
<li><a href="https://github.com/apache/maven-surefire/commit/4584ebbff97a383ddbd6d1d8ce6122e7f7d0d6b0"><code>4584ebb</code></a> [SUREFIRE-2226] Upgrade to Maven Verifier 2.0.0-M1</li>
<li><a href="https://github.com/apache/maven-surefire/commit/5aa3515c77075dd5b316ef5d6cc96f679aa2ccf4"><code>5aa3515</code></a> [SUREFIRE-2266] Execute ITs in parallel</li>
<li>Additional commits viewable in <a href="https://github.com/apache/maven-surefire/compare/surefire-3.5.0...surefire-3.5.1">compare view</a></li>
</ul>
</details>
<br />

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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>

Fixes #375

COPYBARA_INTEGRATE_REVIEW=#375 from google:dependabot/maven/dependencies-b3d4577e18 8aaf2c6
PiperOrigin-RevId: 683183039
  • Loading branch information
dependabot[bot] authored and Jimfs Team committed Oct 7, 2024
1 parent 17e7aea commit 3dc7cca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<auto-common.version>1.2.2</auto-common.version>
<java.version>1.8</java.version>
<guava.version>33.3.1-jre</guava.version>
<errorprone.version>2.32.0</errorprone.version>
<errorprone.version>2.33.0</errorprone.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.47.0</version>
<version>3.48.0</version>
</dependency>

<!-- Test dependencies -->
Expand Down Expand Up @@ -169,7 +169,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<debug>true</debug>
<encoding>UTF-8</encoding>
Expand All @@ -191,7 +191,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand Down

0 comments on commit 3dc7cca

Please sign in to comment.