Skip to content

Commit

Permalink
Update com.google.auto.value:auto-value to 1.10.4
Browse files Browse the repository at this point in the history
Bug: Issue 317790747
Release-Notes: Update com.google.auto.value:auto-value to 1.10.4
Change-Id: Ib3b5ed63acf38468ab3afdf25601ac87829bd1be
  • Loading branch information
msohn committed Jan 15, 2024
1 parent 3eecfe6 commit a2221ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MIME4J_VERS = "0.8.1"
OW2_VERS = "9.2"
AUTO_COMMON_VERSION = "1.2.2"
AUTO_FACTORY_VERSION = "1.0.1"
AUTO_VALUE_VERSION = "1.7.4"
AUTO_VALUE_VERSION = "1.10.4"
AUTO_VALUE_GSON_VERSION = "1.3.1"
PROLOG_VERS = "1.4.4"
PROLOG_REPO = GERRIT
Expand Down Expand Up @@ -302,13 +302,13 @@ def java_dependencies():
maven_jar(
name = "auto-value",
artifact = "com.google.auto.value:auto-value:" + AUTO_VALUE_VERSION,
sha1 = "6b126cb218af768339e4d6e95a9b0ae41f74e73d",
sha1 = "90f9629eaa123f88551cc26a64bc386967ee24cc",
)

maven_jar(
name = "auto-value-annotations",
artifact = "com.google.auto.value:auto-value-annotations:" + AUTO_VALUE_VERSION,
sha1 = "eff48ed53995db2dadf0456426cc1f8700136f86",
sha1 = "9679de8286eb0a151db6538ba297a8951c4a1224",
)

maven_jar(
Expand Down

0 comments on commit a2221ad

Please sign in to comment.