This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit c93daaea3318a2695e9ddcd3774464bc78054664 Author: mr1716 <[email protected]> AuthorDate: Thu Feb 1 08:21:43 2024 -0500 NIFI-12714 Upgraded Solr from 9.4.0 to 9.4.1 This closes #8333 Signed-off-by: David Handermann <[email protected]> --- nifi-nar-bundles/nifi-solr-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-solr-bundle/pom.xml b/nifi-nar-bundles/nifi-solr-bundle/pom.xml index 52b70a929c..4a85ca8005 100644 --- a/nifi-nar-bundles/nifi-solr-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-solr-bundle/pom.xml @@ -25,7 +25,7 @@ <packaging>pom</packaging> <description>A bundle of processors that can store and retrieve data from Apache Solr</description> <properties> - <solr.version>9.4.0</solr.version> + <solr.version>9.4.1</solr.version> <jetty.version>10.0.18</jetty.version> <jersey.bom.version>2.41</jersey.bom.version> <jakarta.ws.rs-api.version>2.1.6</jakarta.ws.rs-api.version>
