From 62f3ee4c8ab2f1542fa36cff963dc82c0a826caa Mon Sep 17 00:00:00 2001 From: Harshit Mehta Date: Thu, 12 Jan 2023 15:25:15 +0530 Subject: [PATCH] Handling security vulnerabilities --- repositories.maven.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/repositories.maven.bzl b/repositories.maven.bzl index 8a6b7006c..a14a6d9b6 100644 --- a/repositories.maven.bzl +++ b/repositories.maven.bzl @@ -17,11 +17,11 @@ load("@rules_jvm_external//:specs.bzl", "maven") load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") COPYBARA_MAVEN_ARTIFACTS = [ - maven.artifact("com.google.auto.value", "auto-value-annotations", "1.9"), + maven.artifact("com.google.auto.value", "auto-value-annotations", "1.10.1"), maven.artifact("com.google.auto.value", "auto-value", "1.9"), maven.artifact("com.google.auto", "auto-common", "1.2.1"), maven.artifact("com.google.code.findbugs", "jsr305", "3.0.2", neverlink = True), - maven.artifact("com.google.code.gson", "gson", "2.8.5"), + maven.artifact("com.google.code.gson", "gson", "2.8.9"), maven.artifact("com.google.flogger", "flogger-system-backend", "0.7.4"), maven.artifact("com.google.flogger", "flogger", "0.7.4"), maven.artifact("com.google.guava", "failureaccess", "1.0.1"), @@ -29,14 +29,14 @@ COPYBARA_MAVEN_ARTIFACTS = [ maven.artifact("com.google.guava", "guava", "31.1-jre"), maven.artifact("com.google.http-client", "google-http-client-gson", "1.27.0"), maven.artifact("com.google.http-client", "google-http-client-test", "1.27.0", testonly = True), - maven.artifact("com.google.http-client", "google-http-client", "1.27.0"), + maven.artifact("com.google.http-client", "google-http-client", "1.42.3"), maven.artifact("com.google.jimfs", "jimfs", "1.2"), maven.artifact("com.google.re2j", "re2j", "1.6"), maven.artifact("com.google.testparameterinjector", "test-parameter-injector", "1.8", testonly = True), maven.artifact("com.google.truth", "truth", "1.1.3", testonly = True), maven.artifact("com.google.truth.extensions", "truth-java8-extension", "0.41", testonly = True), maven.artifact("com.googlecode.java-diff-utils", "diffutils", "1.3.0"), - maven.artifact("commons-codec", "commons-codec", "1.11"), + maven.artifact("commons-codec", "commons-codec", "1.15"), maven.artifact("junit", "junit", "4.13.2", testonly = True), maven.artifact("net.bytebuddy", "byte-buddy-agent", "1.9.10", testonly = True), maven.artifact("net.bytebuddy", "byte-buddy", "1.9.10", testonly = True),