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-framework.git


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

commit b49e93e0dc362b0300b721289c79354365ce7853
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Fri Nov 4 10:07:54 2022 +0100

    Improved: Update build.gradle to the latest dependencies (OFBIZ-10213)
    
    jruby-complete:9.3.9.0 does not work, back to previous used in OFBiz
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 97ef7dbdfb..60be5925e0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -289,7 +289,7 @@ dependencies {
     junitReport 'junit:junit:4.13.2'
     junitReport 'org.apache.ant:ant-junit:1.10.12'
     asciidoctor 'org.asciidoctor:asciidoctorj-pdf:1.5.3' // Tried to upgrade 
to 2.3.3, got "asciidoctor-1.5.8 conflicts with asciidoctor (~> 2.0"
-    asciidoctor 'org.jruby:jruby-complete:9.3.9.0' // bug workaround - see 
OFBIZ-9873
+    asciidoctor 'org.jruby:jruby-complete:9.2.19.0' // bug workaround - see 
OFBIZ-9873, 9.3.9.0 does not work
 
     // Libraries downloaded manually
     implementation fileTree(dir: file("${rootDir}/lib"), include: '**/*.jar')

Reply via email to