You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by bh...@apache.org on 2021/12/21 01:02:17 UTC

[beam] branch master updated: [BEAM-13434] Bump solr to 8.11.1 (#16296)

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

bhulette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d407fe  [BEAM-13434] Bump solr to 8.11.1 (#16296)
0d407fe is described below

commit 0d407fe249934b4322a7ee5f05d0762d1bcf56fb
Author: Brian Hulette <bh...@google.com>
AuthorDate: Mon Dec 20 17:01:07 2021 -0800

    [BEAM-13434] Bump solr to 8.11.1 (#16296)
---
 sdks/java/io/solr/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/java/io/solr/build.gradle b/sdks/java/io/solr/build.gradle
index efdfde2..bceb11a 100644
--- a/sdks/java/io/solr/build.gradle
+++ b/sdks/java/io/solr/build.gradle
@@ -24,7 +24,7 @@ applyJavaNature(
 description = "Apache Beam :: SDKs :: Java :: IO :: Solr"
 ext.summary = "IO to read and write from/to Solr."
 
-String solrVersion = "8.5.2"
+String solrVersion = "8.11.1"
 
 dependencies {
   compile library.java.vendored_guava_26_0_jre