Skip to content

Commit 0187d08

Browse files
dependabot[bot]Error Prone Team
authored andcommitted
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=#5954 from google:dependabot/maven/dependencies-77a97074f9 43b1045 PiperOrigin-RevId: 947123678
1 parent 775a1ac commit 0187d08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,14 @@
235235
<!-- Apache 2.0 -->
236236
<groupId>com.google.dagger</groupId>
237237
<artifactId>dagger</artifactId>
238-
<version>2.60</version>
238+
<version>2.60.1</version>
239239
<scope>test</scope>
240240
</dependency>
241241
<dependency>
242242
<!-- Apache 2.0 -->
243243
<groupId>com.google.dagger</groupId>
244244
<artifactId>dagger-producers</artifactId>
245-
<version>2.60</version>
245+
<version>2.60.1</version>
246246
<scope>test</scope>
247247
</dependency>
248248
<dependency>

0 commit comments

Comments
 (0)