Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the java group in /java with 3 updates (#1047)
Bumps the java group in /java with 3 updates: [org.assertj:assertj-core](https://github.com/assertj/assertj), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [io.grpc:grpc-bom](https://github.com/grpc/grpc-java). Updates `org.assertj:assertj-core` from 3.24.2 to 3.25.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/assertj/assertj/releases">org.assertj:assertj-core's releases</a>.</em></p> <blockquote> <h2>v3.25.0</h2> <h2>:jigsaw: Binary Compatibility</h2> <p>The release is <a href="https://assertj.github.io/doc/#binary-compatibility">binary compatible</a> with the previous minor version.</p> <h2>:no_entry_sign: Deprecated</h2> <h3>Core</h3> <ul> <li>Deprecate the following date/time related assertions in favor of <code>isCloseTo</code>: <ul> <li><code>isEqualToIgnoringHours</code></li> <li><code>isEqualToIgnoringMinutes</code></li> <li><code>isEqualToIgnoringSeconds</code></li> <li><code>isEqualToIgnoringMillis</code></li> <li><code>isEqualToIgnoringNanos</code></li> <li><code>isInSameHourAs</code></li> <li><code>isInSameMinuteAs</code></li> <li><code>isInSameSecondAs</code></li> </ul> </li> <li>Deprecate <code>asList</code> in favor of <code>asInstanceOf</code> <a href="https://redirect.github.com/assertj/assertj/issues/3138">#3138</a></li> </ul> <h2>:sparkles: New Features</h2> <h3>Core</h3> <ul> <li> <p>Add <code>Descriptable#describedAs(Supplier<String>)</code></p> </li> <li> <p>Add <code>isInThePast</code> and <code>isInTheFuture</code> to <code>LocalDate</code> assertions <a href="https://redirect.github.com/assertj/assertj/issues/2933">#2933</a></p> </li> <li> <p>Add <code>isInThePast</code> and <code>isInTheFuture</code> to the missing Java 8 date/time types <a href="https://redirect.github.com/assertj/assertj/issues/2947">#2947</a></p> </li> <li> <p>Add <code>isRecord</code> and <code>isNotRecord</code> to <code>Class</code> assertions <a href="https://redirect.github.com/assertj/assertj/issues/2968">#2968</a></p> </li> <li> <p>Add <code>hasNullValue</code> and <code>doesNotHaveNullValue</code> to <code>AtomicReferenceAssert</code> <a href="https://redirect.github.com/assertj/assertj/issues/2969">#2969</a></p> </li> <li> <p>Add <code>asBoolean|Byte|Short|Int|Long|Float|Double</code> to <code>String</code> assertions <a href="https://redirect.github.com/assertj/assertj/issues/2580">#2580</a></p> </li> <li> <p>Add <code>hasRecordComponents</code> to <code>Class</code> assertions <a href="https://redirect.github.com/assertj/assertj/issues/2995">#2995</a></p> </li> <li> <p>Add getters for field path in <code>ComparisonDifference</code> <a href="https://redirect.github.com/assertj/assertj/issues/3007">#3007</a></p> </li> <li> <p>Allow to compare <code>enum</code> and <code>string</code> fields in the recursive comparison <a href="https://redirect.github.com/assertj/assertj/issues/2616">#2616</a></p> </li> <li> <p>Provide value when <code>assertThatThrownBy</code> / <code>thenThrownBy</code> fail <a href="https://redirect.github.com/assertj/assertj/issues/3043">#3043</a></p> </li> <li> <p>Add <code>isSealed</code> and <code>isNotSealed</code> to <code>Class</code> assertions <a href="https://redirect.github.com/assertj/assertj/issues/3080">#3080</a></p> </li> <li> <p>Add <code>assertThatCharSequence</code> to disambiguate Groovy's <code>GString</code> <a href="https://redirect.github.com/assertj/assertj/issues/3132">#3132</a></p> </li> <li> <p>Change the way the properties are collected using the <code>Class.getMethods()</code> API instead of iterating the class hierarchy using <code>Class.declaredMethods()</code> <a href="https://redirect.github.com/assertj/assertj/issues/3135">#3135</a></p> </li> <li> <p>Add default constructor for <code>RecursiveComparator</code> <a href="https://redirect.github.com/assertj/assertj/issues/3206">#3206</a></p> </li> <li> <p>Add <code>isPrimitive</code> and <code>isNotPrimitive</code> to <code>Class</code> assertions <a href="https://redirect.github.com/assertj/assertj/issues/2722">#2722</a></p> </li> <li> <p>Add <code>anyOf(ThrowingConsumer...)</code> and <code>allOf(ThrowingConsumer...)</code> <a href="https://redirect.github.com/assertj/assertj/issues/3219">#3219</a></p> <!-- raw HTML omitted --> <p>What was written as:</p> <pre lang="java"><code>assertThat(elements) .extracting(Element::getProperty) .allSatisfy(p -> assertThat(p).satisfiesAnyOf( p1 -> assertThat(p1).isNull(), </code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assertj/assertj/commit/2c1c0839af66989c2d30d5b556799ca75ef2c246"><code>2c1c083</code></a> [maven-release-plugin] prepare release assertj-build-3.25.0</li> <li><a href="https://github.com/assertj/assertj/commit/c44129de725f5a3ecbaba16dd7b9ec31fd9e293b"><code>c44129d</code></a> Move <code>flatten-maven-plugin</code> version to separate property</li> <li><a href="https://github.com/assertj/assertj/commit/31cefaf68c04e13c6703033151f776251782af85"><code>31cefaf</code></a> Apply <code>flatten-maven-plugin</code> to <code>assertj-core</code> and <code>assertj-guava</code> (<a href="https://redirect.github.com/assertj/assertj/issues/3311">#3311</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/435d183f2ededb18246338fb780098fabfba700b"><code>435d183</code></a> chore(deps-dev): bump org.testng:testng from 7.8.0 to 7.9.0 (<a href="https://redirect.github.com/assertj/assertj/issues/3312">#3312</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/e044604d99cdb513177d467886d51c47e0163251"><code>e044604</code></a> chore(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3....</li> <li><a href="https://github.com/assertj/assertj/commit/1ea43798bdd19c02f0d5223df1188a8029740ef2"><code>1ea4379</code></a> chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.16.0...</li> <li><a href="https://github.com/assertj/assertj/commit/e841b327cd668856625cb18dc6807723ab966742"><code>e841b32</code></a> chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 ...</li> <li><a href="https://github.com/assertj/assertj/commit/5ea37606edf781f25d9661a09dcc02b8a9f3c7dc"><code>5ea3760</code></a> ci: update workflows to Java 21 (<a href="https://redirect.github.com/assertj/assertj/issues/3191">#3191</a>)</li> <li><a href="https://github.com/assertj/assertj/commit/e91cb7bfafd612961350e6846220a62a8188567f"><code>e91cb7b</code></a> ci: upload only report for latest release binary compatibility</li> <li><a href="https://github.com/assertj/assertj/commit/79cc530b587fe1165172e012a6ab39bba601ce59"><code>79cc530</code></a> test: avoid split packages in Kotlin integration tests</li> <li>Additional commits viewable in <a href="https://github.com/assertj/assertj/compare/assertj-build-3.24.2...assertj-build-3.25.0">compare view</a></li> </ul> </details> <br /> Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.12.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/maven-compiler-plugin/releases">org.apache.maven.plugins:maven-compiler-plugin's releases</a>.</em></p> <blockquote> <h2>3.12.1</h2> <!-- raw HTML omitted --> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-567">[MCOMPILER-567]</a> - Fail to compile if the generated-sources/annotation… (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/218">#218</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-568">[MCOMPILER-568]</a> - Bump plexusCompilerVersion from 2.14.1 to 2.14.2 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/220">#220</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>3.12.0</h2> <!-- raw HTML omitted --> <h2>🚀 New features and improvements</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-562">[MCOMPILER-562]</a> - Add property maven.compiler.outputDirectory to CompilerMojo (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/213">#213</a>) <a href="https://github.com/jGauravGupta"><code>@jGauravGupta</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-381">[MCOMPILER-381]</a> - Refactor incremental detection (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/181">#181</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-542">[MCOMPILER-542]</a> - Clean JDK patch version in module-info.class (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/208">#208</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-558">[MCOMPILER-558]</a> - compileSourceRoots in testCompile should be writable (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/209">#209</a>) <a href="https://github.com/lorenzsimon"><code>@lorenzsimon</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-559">[MCOMPILER-559]</a> - Warn if overwriting the project's artifact's file to a different value (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/211">#211</a>) <a href="https://github.com/gnodet"><code>@gnodet</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-550">[MCOMPILER-550]</a> - make outputDirectory writable (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/202">#202</a>) <a href="https://github.com/bmarwell"><code>@bmarwell</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-549">[MCOMPILER-549]</a> - Improve log message in case of recompilation - fix jenkins build (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/203">#203</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-549">[MCOMPILER-549]</a> - Improve log message in case of recompilation (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/201">#201</a>) <a href="https://github.com/BrowneMonke"><code>@BrowneMonke</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-391">[MCOMPILER-391]</a> - Use dep mgmt when resolving annotation processors and their deps (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/180">#180</a>) <a href="https://github.com/psiroky"><code>@psiroky</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-531">[MCOMPILER-531]</a> - Prepare for Java 20(-ea) (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/184">#184</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li> </ul> <h2>🐛 Bug Fixes</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-333">[MCOMPILER-333]</a> - Cleanup generated source files (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/214">#214</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-544">[MCOMPILER-544]</a> - don't add items to classpath that are not used for that (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/198">#198</a>) <a href="https://github.com/laeubi"><code>@laeubi</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-547">[MCOMPILER-547]</a> - : Initialize pathElements to empty (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/199">#199</a>) <a href="https://github.com/rovarga"><code>@rovarga</code></a></li> </ul> <h2>📦 Dependency updates</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-564">[MCOMPILER-564]</a> - Bump plexusCompilerVersion from 2.13.0 to 2.14.1 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/216">#216</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-557">[MCOMPILER-557]</a> - Upgrade maven-plugin parent to 41 - fix build (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/210">#210</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-554">[MCOMPILER-554]</a> - Update plexus-java to 1.2.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/207">#207</a>) <a href="https://github.com/jorsol"><code>@jorsol</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-551">[MCOMPILER-551]</a> - Upgrade Parent to 40 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/205">#205</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-541">[MCOMPILER-541]</a> - update maven-shared-utils to 3.4.2 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/195">#195</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>Bump apache/maven-gh-actions-shared from 2 to 3 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/182">#182</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> <li>Bump maven-invoker-plugin from 3.4.0 to 3.5.0 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/179">#179</a>) <a href="https://github.com/dependabot"><code>@dependabot</code></a></li> </ul> <h2>👻 Maintenance</h2> <ul> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-565">[MCOMPILER-565]</a> - Allow project build by Maven 4 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/217">#217</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MCOMPILER-552">[MCOMPILER-552]</a> - Refresh download page (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/204">#204</a>) <a href="https://github.com/slawekjaranowski"><code>@slawekjaranowski</code></a></li> <li>Remove references to old Maven versions. (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/194">#194</a>) <a href="https://github.com/elharo"><code>@elharo</code></a></li> <li>(doc) Drop unused and vulnerable dependency to log4j (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/190">#190</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li> <li><a href="https://issues.apache.org/jira/browse/MNG-6829">[MNG-6829]</a> - Replace StringUtils#isEmpty(String) & #isNotEmpty(String) (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/189">#189</a>) <a href="https://github.com/timtebeek"><code>@timtebeek</code></a></li> <li>Update plexus-utils to 3.0.24 - in its (<a href="https://redirect.github.com/apache/maven-compiler-plugin/pull/183">#183</a>) <a href="https://github.com/slachiewicz"><code>@slachiewicz</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/736da68adf543cf56cd82a68e5ad28d397ace2f4"><code>736da68</code></a> [maven-release-plugin] prepare release maven-compiler-plugin-3.12.1</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/ef93f3dbf4ad57adf73f7fca64bb5b659041f217"><code>ef93f3d</code></a> [MCOMPILER-568] Bump plexusCompilerVersion from 2.14.1 to 2.14.2 (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/220">#220</a>)</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/eb7840cf9f0d29c1cf805c5aec180f7f78e454ac"><code>eb7840c</code></a> [MCOMPILER-567] - Fail to compile if the "generated-sources/annotations" does...</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/2a7a73b34b9e9d244fbf154783437c71a6d32f5f"><code>2a7a73b</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/c08b0fda5445a2a3f495a3d6524d80c82fc9d5e6"><code>c08b0fd</code></a> [maven-release-plugin] prepare release maven-compiler-plugin-3.12.0</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/a1c5b133a1f4f927cc8e4ec6024062dcd69df91e"><code>a1c5b13</code></a> [MCOMPILER-565] Allow project build by Maven 4</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/48557736437d9ebae20510519080cb047d01c8cd"><code>4855773</code></a> Bump plexusCompilerVersion from 2.13.0 to 2.14.1</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/1d053422bde8ef0f0d1a1901a0b00e56c5e62571"><code>1d05342</code></a> [MCOMPILER-562] Add property maven.compiler.outputDirectory to CompilerMojo (...</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/ea74978da1aca9fbb1fe11456065ce114456afd9"><code>ea74978</code></a> [MCOMPILER-381] - Refactor incremental detection (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/181">#181</a>)</li> <li><a href="https://github.com/apache/maven-compiler-plugin/commit/fd37f0934f152ea26a4d9b5c97dd3db6db465e7e"><code>fd37f09</code></a> [MCOMPILER-333] Cleanup generated source files (<a href="https://redirect.github.com/apache/maven-compiler-plugin/issues/214">#214</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.12.1">compare view</a></li> </ul> </details> <br /> Updates `io.grpc:grpc-bom` from 1.60.0 to 1.60.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">io.grpc:grpc-bom's releases</a>.</em></p> <blockquote> <h2>v1.60.1</h2> <h1>Bug Fixes</h1> <ul> <li>util: Fix NPE when multiple addresses in an address group for petiole load balancer policies (<a href="https://redirect.github.com/grpc/grpc-java/issues/10770">#10770</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-java/commit/cd7ae8b61443fab5a0a737a6e78250669056d2e1"><code>cd7ae8b</code></a> Bump version to 1.60.1</li> <li><a href="https://github.com/grpc/grpc-java/commit/ef294603da24d222655989802b45568455db376f"><code>ef29460</code></a> missed step</li> <li><a href="https://github.com/grpc/grpc-java/commit/8b247598def25451e57da963343ac40e42a0403e"><code>8b24759</code></a> Bump version to 1.60.2-SNAPSHOT</li> <li><a href="https://github.com/grpc/grpc-java/commit/09952f19d88b659ab3d61c9dfc74cafb52d3e8a0"><code>09952f1</code></a> Bump version to 1.60.2-SNAPSHOT</li> <li><a href="https://github.com/grpc/grpc-java/commit/661dbe3f0de61dde648761632418699f17a44077"><code>661dbe3</code></a> Update README etc to reference 1.60.1</li> <li><a href="https://github.com/grpc/grpc-java/commit/121f23f04d2802a466997e70f40b5a89fa4da665"><code>121f23f</code></a> Add increment as identified in <a href="https://redirect.github.com/grpc/grpc-java/issues/10768">#10768</a> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10769">#10769</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10770">#10770</a>)</li> <li><a href="https://github.com/grpc/grpc-java/commit/b758702bd954dd01a55fda185791dc045f2d6f66"><code>b758702</code></a> buildscripts: Use the Kokoro shared install lib from the new repo (<a href="https://redirect.github.com/grpc/grpc-java/issues/10757">#10757</a>) (#...</li> <li><a href="https://github.com/grpc/grpc-java/commit/1f99df9494c0d18a429784c8a630d3a4cc7b08b9"><code>1f99df9</code></a> Bump version to 1.60.1-SNAPSHOT</li> <li>See full diff in <a href="https://github.com/grpc/grpc-java/compare/v1.60.0...v1.60.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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information