summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2023-09-29 10:11:55 -0700
committerTor Norbye <tnorbye@google.com>2023-10-11 06:59:17 +0000
commit1258e7c47440f8eace40e8cc307635b01161be3f (patch)
treeeb640cc49492e7cb7933ccb9ba083674e10e2cb5
parent01c3a76c6461dddc51d79d4d6e6a94ea8dbcd463 (diff)
downloaddata-binding-1258e7c47440f8eace40e8cc307635b01161be3f.tar.gz
Update Xerces, commons-io and protobuf libraries
This CL * Updates Xerces parser from 2.12.0 to 2.12.2 * Update commons-io from 2.4 to 2.13.0 (along with some transitive dependencies) * Updates protobuf libraries from 3.19.3 to 3.19.6 (It also updates the bazel README to add some information about how to do version updates.) Test: Existing Bug: 267022187 Change-Id: Ie4785d74bd4e804119ab95753ea7bd90ed2aab92
-rw-r--r--BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 4ab24fa3..f4933932 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -359,6 +359,7 @@ maven_repository(
"@maven//:org.jetbrains.intellij.deps.trove4j_1.0.20181211",
"@maven//:org.jetbrains.kotlin.kotlin-bom_1.8.0",
"@maven//:org.jetbrains.kotlinx.kotlinx-coroutines-android_1.4.1",
+ "@maven//:org.junit.junit-bom_5.9.3",
],
)