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 21a0647763 Improved: Update build.gradle to the latest dependencies 
(OFBIZ-10213)
21a0647763 is described below

commit 21a06477638113435ff2ad6dbcdfb2fbaabb7c1a
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)
    
    Back to complete asciidoc "set", ie
    'org.asciidoctor.convert' version '2.4.0' (last change here, below 
previously
    committed)
    'org.asciidoctor:asciidoctorj-pdf:1.5.3'
    'org.jruby:jruby-complete:9.2.19.0'
    
    Hopefully there are no other conflicts, I don't see how it could
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 60be5925e0..ac5b2ce955 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ plugins {
     id 'checkstyle'
     id 'maven-publish'
     id 'at.bxm.svntools' version '3.1'
-    id 'org.asciidoctor.convert' version '1.5.3' // About 
org.asciidoctor.jvm.convert as it says itself: "If you need a production-ready 
version of the AsciidoctorJ plugin for Gradle use a 1.5.x release of 
'org.asciidoctor.convert' instead"
+    id 'org.asciidoctor.convert' version '2.4.0' // About 
org.asciidoctor.jvm.convert as it says itself: "If you need a production-ready 
version of the AsciidoctorJ plugin for Gradle use a 1.5.x release of 
'org.asciidoctor.convert' instead"
     id 'org.owasp.dependencycheck' version '7.3.0' apply false
     id 'se.patrikerdes.use-latest-versions' version '0.2.18' apply false
     id 'com.github.ben-manes.versions' version '0.42.0' apply false

Reply via email to