Bump the dependencies group with 2 updates 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 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 #5954 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/error-prone/pull/5954 from google:dependabot/maven/dependencies-77a97074f9 43b104554d5b2c926e3aab8768b67cf151c64798 PiperOrigin-RevId: 947123678
diff --git a/core/pom.xml b/core/pom.xml index 8b2620f..57340e2 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -235,14 +235,14 @@ <!-- Apache 2.0 --> <groupId>com.google.dagger</groupId> <artifactId>dagger</artifactId> - <version>2.60</version> + <version>2.60.1</version> <scope>test</scope> </dependency> <dependency> <!-- Apache 2.0 --> <groupId>com.google.dagger</groupId> <artifactId>dagger-producers</artifactId> - <version>2.60</version> + <version>2.60.1</version> <scope>test</scope> </dependency> <dependency>