[ofbiz-plugins] branch trunk updated: Improved: Update build.gradle to the latest dependencies (OFBIZ-11903)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ofbiz-plugins] branch trunk updated: Improved: Update build.gradle to the latest dependencies (OFBIZ-11903)

jleroux@apache.org
This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9c87fb8  Improved: Update build.gradle to the latest dependencies (OFBIZ-11903)
9c87fb8 is described below

commit 9c87fb85b13d5de3f5fafbe949452c01017df3d8
Author: Jacques Le Roux <[hidden email]>
AuthorDate: Tue Jul 21 10:42:03 2020 +0200

    Improved: Update build.gradle to the latest dependencies (OFBIZ-11903)
   
    See
    https://cwiki.apache.org/confluence/display/OFBIZ/About+OWASP+Dependency+Check
    for libs not upgraded.
---
 example/build.gradle                                                | 2 +-
 lucene/build.gradle                                                 | 6 +++---
 .../src/main/java/org/apache/ofbiz/content/search/SearchWorker.java | 2 +-
 solr/build.gradle                                                   | 2 +-
 solr/home/solrdefault/conf/solrconfig.xml                           | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/example/build.gradle b/example/build.gradle
index 1cdb080..420b52c 100644
--- a/example/build.gradle
+++ b/example/build.gradle
@@ -18,5 +18,5 @@
  */
 
 dependencies {
-    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.34'
+    pluginLibsCompile 'org.apache.tomcat.embed:tomcat-embed-websocket:9.0.37'
 }
diff --git a/lucene/build.gradle b/lucene/build.gradle
index 8c96886..971312e 100644
--- a/lucene/build.gradle
+++ b/lucene/build.gradle
@@ -20,7 +20,7 @@ dependencies {
     // Remember to change the version number in SearchWorker class when upgrading.
     // Also Solr et Lucene should use the same version, luceneMatchVersion should be updated in solrconfig.xml
     // LUCENE_VERSION in SearchWorker.java should be updated
-    pluginLibsCompile 'org.apache.lucene:lucene-core:8.5.0'
-    pluginLibsCompile 'org.apache.lucene:lucene-queryparser:8.5.0'
-    pluginLibsCompile 'org.apache.lucene:lucene-analyzers-common:8.5.0'
+    pluginLibsCompile 'org.apache.lucene:lucene-core:8.5.2'
+    pluginLibsCompile 'org.apache.lucene:lucene-queryparser:8.5.2'
+    pluginLibsCompile 'org.apache.lucene:lucene-analyzers-common:8.5.2'
 }
diff --git a/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java b/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java
index 7baf988..42da4e3 100644
--- a/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java
+++ b/lucene/src/main/java/org/apache/ofbiz/content/search/SearchWorker.java
@@ -41,7 +41,7 @@ public final class SearchWorker {
 
     private static final String MODULE = SearchWorker.class.getName();
 
-    private static final Version LUCENE_VERSION = Version.LUCENE_8_5_0;
+    private static final Version LUCENE_VERSION = Version.LUCENE_8_5_2;
 
     private SearchWorker() { }
 
diff --git a/solr/build.gradle b/solr/build.gradle
index 4db33dc..cee21e1 100644
--- a/solr/build.gradle
+++ b/solr/build.gradle
@@ -19,7 +19,7 @@
 dependencies {
     // Remember to change the version number in SearchWorker class when upgrading.
     // Also Solr et Lucene should use the same version, luceneMatchVersion should be updated in solrconfig.xml
-    pluginLibsCompile 'org.apache.solr:solr-core:8.5.0'
+    pluginLibsCompile 'org.apache.solr:solr-core:8.5.2'
     pluginLibsCompile 'com.google.guava:guava:28.0-jre'
 }
 
diff --git a/solr/home/solrdefault/conf/solrconfig.xml b/solr/home/solrdefault/conf/solrconfig.xml
index e139969..9e305d7 100644
--- a/solr/home/solrdefault/conf/solrconfig.xml
+++ b/solr/home/solrdefault/conf/solrconfig.xml
@@ -35,7 +35,7 @@
        that you fully re-index after changing this setting as it can
        affect both how text is indexed and queried.
   -->
-  <luceneMatchVersion>8.5.0</luceneMatchVersion>
+  <luceneMatchVersion>8.5.2</luceneMatchVersion>
   
 
   <!-- <lib/> directives can be used to instruct Solr to load any Jars