Skip to content

Commit 66584fe

Browse files
dependabot[bot]Compile-Testing Team
authored andcommitted
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) and [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release). Updates `com.google.errorprone:error_prone_annotations` from 2.43.0 to 2.44.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/google/error-prone/releases">com.google.errorprone:error_prone_annotations's releases</a>.</em></p> <blockquote> <h2>Error Prone 2.44.0</h2> <p>Changes</p> <ul> <li>The default severity for <a href="https://errorprone.info/bugpattern/LabelledBreakTarget"><code>LabelledBreakTarget</code></a> is now an error</li> <li>Update dependency on Guava (<a href="https://redirect.github.com/google/error-prone/issues/5108">#5108</a>)</li> </ul> <p>Closed issues: <a href="https://redirect.github.com/google/error-prone/issues/5218">#5218</a>, <a href="https://redirect.github.com/google/error-prone/issues/5278">#5278</a></p> <p>Full changelog: <a href="https://github.com/google/error-prone/compare/v2.43.0...v2.44.0">https://github.com/google/error-prone/compare/v2.43.0...v2.44.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/google/error-prone/commit/4016e04d1e95b60cebc737d39b913fca45099226"><code>4016e04</code></a> Release Error Prone 2.44.0</li> <li><a href="https://github.com/google/error-prone/commit/8255d1ea5a290956f0f3252fae3901f5ea2941db"><code>8255d1e</code></a> Avoid overlaps in UnnecessaryAsync fixes</li> <li><a href="https://github.com/google/error-prone/commit/4c0f01ba8a09ac05e61d02333e9b54d0707f6c39"><code>4c0f01b</code></a> Report InvalidLink diagnostics for links that are so invalid they crash javac</li> <li><a href="https://github.com/google/error-prone/commit/b5690c9aa4f7bc99883ccad02aeb2a667c202162"><code>b5690c9</code></a> Refresh Java8ApiChecker diff</li> <li><a href="https://github.com/google/error-prone/commit/54ed3d8ba302fe9aa6c6c0dd8aafa74f9b9f867a"><code>54ed3d8</code></a> Finalise removing GuardedByFlags.</li> <li><a href="https://github.com/google/error-prone/commit/bc26f7bf41cc2bc2a38c0363b7c6c4bd13614c7b"><code>bc26f7b</code></a> TruthConstantAsserts: treat static identifiers as constants.</li> <li><a href="https://github.com/google/error-prone/commit/7692fb41804e87985527893f57afebe1877b7d6a"><code>7692fb4</code></a> Rollforward of <a href="https://github.com/google/error-prone/commit/3272246036db6fc15">https://github.com/google/error-prone/commit/3272246036db6fc15</a>...</li> <li><a href="https://github.com/google/error-prone/commit/9c5f72538c1e7710a5ac2f2bcf1a41d57d362e58"><code>9c5f725</code></a> Optimize snippet logic</li> <li><a href="https://github.com/google/error-prone/commit/b0637112e9d7a582d15b21d79bd18087340aaab0"><code>b063711</code></a> Improve <code>TruthConstantAsserts</code> to detect more constant-like expressions.</li> <li><a href="https://github.com/google/error-prone/commit/de35cc90881627da9e0d8bdbe232256f90ec6a6d"><code>de35cc9</code></a> Automated rollback of commit 09c78e01573334cee793b67346ca0f3175fd47a3.</li> <li>Additional commits viewable in <a href="https://github.com/google/error-prone/compare/v2.43.0...v2.44.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven.plugins:maven-release-plugin` from 3.1.1 to 3.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-release/releases">org.apache.maven.plugins:maven-release-plugin's releases</a>.</em></p> <blockquote> <h2>3.2.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li>Add &quot;serverId&quot; and &quot;privateKey&quot; SCM parameters (<a href="https://redirect.github.com/apache/maven-release/pull/1385">#1385</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li>Support complex CI-Friendly expressions (<a href="https://redirect.github.com/apache/maven-release/pull/1382">#1382</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1160">[MRELEASE-1160]</a> - Consider releaseDescriptor's pushChanges for ScmRepositoryConfigurator.getConfiguredRepository() (<a href="https://redirect.github.com/apache/maven-release/pull/237">#237</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1054">[MRELEASE-1054]</a> - Support for excluding submodules changes. (<a href="https://redirect.github.com/apache/maven-release/pull/196">#196</a>) <a href="https://github.com/wuwen5"><code>@​wuwen5</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1154">[MRELEASE-1154]</a> - Never fail for unresolvable version expressions (<a href="https://redirect.github.com/apache/maven-release/pull/230">#230</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MRELEASE-1153">[MRELEASE-1153]</a> - Revert parts of MRELEASE-1109 (8dfcb47996320af5e6f0b2d50eac209… (<a href="https://redirect.github.com/apache/maven-release/pull/224">#224</a>) <a href="https://github.com/michael-o"><code>@​michael-o</code></a></li> </ul> <h2>📝 Documentation updates</h2> <ul> <li>Convert APT to Markdown (<a href="https://redirect.github.com/apache/maven-release/pull/1405">#1405</a>) <a href="https://github.com/kwin"><code>@​kwin</code></a></li> <li>(doc) Add FAQ entry for using custom deploy plugin (<a href="https://redirect.github.com/apache/maven-release/pull/1388">#1388</a>) <a href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MNGSITE-529">[MNGSITE-529]</a> - Rename &quot;Goals&quot; to &quot;Plugin Documentation&quot; (<a href="https://redirect.github.com/apache/maven-release/pull/238">#238</a>) <a href="https://github.com/Bukama"><code>@​Bukama</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><code>PlexusFileUtils</code> Refaster recipes (<a href="https://redirect.github.com/apache/maven-release/pull/1403">#1403</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li> <li><code>PlexusStringUtils</code> Refaster recipes (<a href="https://redirect.github.com/apache/maven-release/pull/1404">#1404</a>) <a href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li> <li>Update site descriptor to 2.0.0 (<a href="https://redirect.github.com/apache/maven-release/pull/1399">#1399</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>feat: enable prevent branch protection rules (<a href="https://redirect.github.com/apache/maven-release/pull/1387">#1387</a>) <a href="https://github.com/sebtiem"><code>@​sebtiem</code></a></li> <li>Github Issues (<a href="https://redirect.github.com/apache/maven-release/pull/241">#241</a>) <a href="https://github.com/Bukama"><code>@​Bukama</code></a></li> <li>Convert to Guice constructor injection (<a href="https://redirect.github.com/apache/maven-release/pull/236">#236</a>) <a href="https://github.com/elharo"><code>@​elharo</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li>Bump parent from 42 to 45 (<a href="https://redirect.github.com/apache/maven-release/pull/1396">#1396</a>) <a href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li> <li>Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 (<a href="https://redirect.github.com/apache/maven-release/pull/1392">#1392</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump scmVersion from 2.1.0 to 2.2.1 (<a href="https://redirect.github.com/apache/maven-release/pull/1393">#1393</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.xmlunit:xmlunit-core from 2.10.3 to 2.10.4 (<a href="https://redirect.github.com/apache/maven-release/pull/1389">#1389</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0 (<a href="https://redirect.github.com/apache/maven-release/pull/1386">#1386</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 (<a href="https://redirect.github.com/apache/maven-release/pull/1378">#1378</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-interactivity-api from 1.3 to 1.4 (<a href="https://redirect.github.com/apache/maven-release/pull/239">#239</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28 (<a href="https://redirect.github.com/apache/maven-release/pull/240">#240</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.xmlunit:xmlunit-core from 2.10.1 to 2.10.3 (<a href="https://redirect.github.com/apache/maven-release/pull/1377">#1377</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.xmlunit:xmlunit-core from 2.10.0 to 2.10.1 (<a href="https://redirect.github.com/apache/maven-release/pull/242">#242</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 (<a href="https://redirect.github.com/apache/maven-release/pull/227">#227</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.hamcrest:hamcrest from 2.2 to 3.0 (<a href="https://redirect.github.com/apache/maven-release/pull/226">#226</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 (<a href="https://redirect.github.com/apache/maven-release/pull/231">#231</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 (<a href="https://redirect.github.com/apache/maven-release/pull/225">#225</a>) @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-release/commit/167c489c26ff9c2d5aa1e20fdaaa732b9351865b"><code>167c489</code></a> [maven-release-plugin] prepare release maven-release-3.2.0</li> <li><a href="https://github.com/apache/maven-release/commit/0ab10be84e4b0d0d3cf22a02efdbdbe09ec2a5e4"><code>0ab10be</code></a> Improve javadoc for parameter &quot;pushChanges&quot;</li> <li><a href="https://github.com/apache/maven-release/commit/f06aaa2f332f87e390f398785c7435aee4fa8229"><code>f06aaa2</code></a> Add links to Javadocs for SCM authentication</li> <li><a href="https://github.com/apache/maven-release/commit/bf44cbeaa61d41863c672b2aa874c35320f542f1"><code>bf44cbe</code></a> Site: Convert APT to Markdown</li> <li><a href="https://github.com/apache/maven-release/commit/71db7e55ead003ce755a0e621a18fe165017c121"><code>71db7e5</code></a> Move to match target converter format MARKDOWN with doxia-converter</li> <li><a href="https://github.com/apache/maven-release/commit/46a6026700d3744a305f941c306cab5c89bccfe7"><code>46a6026</code></a> <code>PlexusFileUtils</code> Refaster recipes (<a href="https://redirect.github.com/apache/maven-release/issues/1403">#1403</a>)</li> <li><a href="https://github.com/apache/maven-release/commit/b3d49dc70db1687d26b51e0bd47cf5cc8a3e0262"><code>b3d49dc</code></a> <code>PlexusStringUtils</code> Refaster recipes (<a href="https://redirect.github.com/apache/maven-release/issues/1404">#1404</a>)</li> <li><a href="https://github.com/apache/maven-release/commit/ce76e9f7bcb4bf5fd51851f3bfd8ae2fa4cbdb64"><code>ce76e9f</code></a> Update site descriptor to 2.0.0</li> <li><a href="https://github.com/apache/maven-release/commit/0ef78fd81a46cc34e5f92d06f6afef31d3085c2e"><code>0ef78fd</code></a> Bump parent from 42 to 45</li> <li><a href="https://github.com/apache/maven-release/commit/dfe917c409b4c4016015009221a546f3bbef7f0c"><code>dfe917c</code></a> Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 (<a href="https://redirect.github.com/apache/maven-release/issues/1392">#1392</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-release/compare/maven-release-3.1.1...maven-release-3.2.0">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 #514 COPYBARA_INTEGRATE_REVIEW=#514 from google:dependabot/maven/dependencies-02660d58c4 ca8a2b1 PiperOrigin-RevId: 830438498
1 parent 65bf3c0 commit 66584fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.google.errorprone</groupId>
7171
<artifactId>error_prone_annotations</artifactId>
72-
<version>2.43.0</version>
72+
<version>2.44.0</version>
7373
<scope>provided</scope>
7474
</dependency>
7575
<dependency>
@@ -120,7 +120,7 @@
120120
</plugin>
121121
<plugin>
122122
<artifactId>maven-release-plugin</artifactId>
123-
<version>3.1.1</version>
123+
<version>3.2.0</version>
124124
<configuration>
125125
<releaseProfiles>sonatype-oss-release</releaseProfiles>
126126
<goals>deploy</goals>

0 commit comments

Comments
 (0)