aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-03-17 09:13:05 -0700
committerGoogle Java Core Libraries <java-libraries-firehose+copybara@google.com>2021-03-17 09:14:38 -0700
commitcfa66500f75015b10c89ee278be228dd3ed8c8bb (patch)
treec6190c178b76a3aaafc7a2bcd8ca8280573b1a80 /common
parent5ac55fd3f85e4da6ee3e8d3aba52fa491b0c90cd (diff)
downloadauto-cfa66500f75015b10c89ee278be228dd3ed8c8bb.tar.gz
Bump ecj from 3.24.0 to 3.25.0 in /common
Bumps ecj from 3.24.0 to 3.25.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jdt:ecj&package-manager=maven&previous-version=3.24.0&new-version=3.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Fixes #1011 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/auto/pull/1011 from google:dependabot/maven/common/org.eclipse.jdt-ecj-3.25.0 34ae56ad5f8385b168b884353c517f662b6b0601 PiperOrigin-RevId: 363433677
Diffstat (limited to 'common')
-rw-r--r--common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 6f55ee32..c3c0f75d 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -107,7 +107,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
- <version>3.24.0</version>
+ <version>3.25.0</version>
<scope>test</scope>
</dependency>
</dependencies>