You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2023/09/15 07:54:44 UTC

[solr] 03/06: Update dependency com.google.guava:guava to v32.1.2-jre (#1770)

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git

commit c7cd9fcb05e461d50f607ecc34dea642495b5d06
Author: Solr Bot <12...@users.noreply.github.com>
AuthorDate: Fri Sep 15 08:53:52 2023 +0200

    Update dependency com.google.guava:guava to v32.1.2-jre (#1770)
    
    Cherry-picked from 443cd92450703775af9399919ae5ee622619148d
---
 solr/licenses/guava-32.0.1-jre.jar.sha1 | 1 -
 solr/licenses/guava-32.1.2-jre.jar.sha1 | 1 +
 versions.props                          | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/licenses/guava-32.0.1-jre.jar.sha1 b/solr/licenses/guava-32.0.1-jre.jar.sha1
deleted file mode 100644
index f9a5b552c4e..00000000000
--- a/solr/licenses/guava-32.0.1-jre.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-6e5d51a72d142f2d40a57dfb897188b36a95b489
diff --git a/solr/licenses/guava-32.1.2-jre.jar.sha1 b/solr/licenses/guava-32.1.2-jre.jar.sha1
new file mode 100644
index 00000000000..787d67061c2
--- /dev/null
+++ b/solr/licenses/guava-32.1.2-jre.jar.sha1
@@ -0,0 +1 @@
+5e64ec7e056456bef3a4bc4c6fdaef71e8ab6318
diff --git a/versions.props b/versions.props
index bcbc1091186..605de0ca939 100644
--- a/versions.props
+++ b/versions.props
@@ -11,7 +11,7 @@ com.github.spotbugs:*=4.7.3
 com.github.stephenc.jcip:jcip-annotations=1.0-1
 com.google.cloud:google-cloud-bom=0.197.0
 com.google.errorprone:*=2.18.0
-com.google.guava:guava=32.0.1-jre
+com.google.guava:guava=32.1.2-jre
 com.google.re2j:re2j=1.7
 com.jayway.jsonpath:json-path=2.8.0
 com.lmax:disruptor=3.4.4