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 5af413f1ac Improved: Update build.gradle to the latest dependencies
(OFBIZ-10213)
5af413f1ac is described below
commit 5af413f1ac69e3113db02a8c88f96f756b9c81af
Author: Jacques Le Roux <[email protected]>
AuthorDate: Fri Nov 4 08:50:45 2022 +0100
Improved: Update build.gradle to the latest dependencies (OFBIZ-10213)
Fixes a compilation issue due to asciidoctorj-pdf, also uses
asciidoctor.convert 1.5.3, can't be tested on Win7, should be OK as it was
before
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 6fb5674458..97ef7dbdfb 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 '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.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.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
@@ -288,7 +288,7 @@ dependencies {
junitReport 'junit:junit:4.13.2'
junitReport 'org.apache.ant:ant-junit:1.10.12'
- asciidoctor 'org.asciidoctor:asciidoctorj-pdf:2.3.4'
+ 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
// Libraries downloaded manually