Skip to content

Commit

Permalink
Improved: Upgrade Groovy 2.4.16 → 2.5.8
Browse files Browse the repository at this point in the history
(OFBIZ-11268)


git-svn-id: https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk@1869136 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
mthl committed Oct 29, 2019
1 parent bd37837 commit 9d59f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ javadoc {
links(
'https://docs.oracle.com/javase/8/docs/api',
'https://docs.oracle.com/javaee/7/api',
'http://docs.groovy-lang.org/docs/groovy-2.4.16/html/api',
'http://docs.groovy-lang.org/docs/groovy-2.5.8/html/api',
'https://commons.apache.org/proper/commons-cli/apidocs'
)
}
Expand Down Expand Up @@ -195,7 +195,7 @@ dependencies {
implementation 'org.apache.xmlgraphics:fop:2.3'
implementation 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
implementation 'org.apache.xmlrpc:xmlrpc-server:3.1.3'
implementation 'org.codehaus.groovy:groovy-all:2.4.16' // Remember to change the version number in javadoc.options block
implementation 'org.codehaus.groovy:groovy-all:2.5.8' // Remember to change the version number in javadoc.options block
implementation 'org.freemarker:freemarker:2.3.29' // Remember to change the version number in FreeMarkerWorker class when upgrading
implementation 'org.owasp.esapi:esapi:2.2.0.0'
implementation 'org.springframework:spring-test:5.2.0.RELEASE'
Expand Down

0 comments on commit 9d59f98

Please sign in to comment.