Skip to content

Commit

Permalink
Implemented: Upgrade Groovy 2.4.13 → 2.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalin committed Jan 3, 2019
1 parent 5da4f7c commit 61ebf7a
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 @@ -62,7 +62,7 @@ javadoc.options {
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.13/html/api",
"http://docs.groovy-lang.org/docs/groovy-2.4.16/html/api",
"https://commons.apache.org/proper/commons-cli/apidocs"
)
}
Expand Down Expand Up @@ -158,7 +158,7 @@ dependencies {
compile 'org.apache.xmlgraphics:fop:2.3'
compile 'org.apache.xmlrpc:xmlrpc-client:3.1.3'
compile 'org.apache.xmlrpc:xmlrpc-server:3.1.3'
compile 'org.codehaus.groovy:groovy-all:2.4.13' // Remember to change the version number in javadoc.options block
compile 'org.codehaus.groovy:groovy-all:2.4.16' // Remember to change the version number in javadoc.options block
compile 'org.freemarker:freemarker:2.3.28' // Remember to change the version number in FreeMarkerWorker class when upgrading
compile 'org.hamcrest:hamcrest-all:1.3'
compile 'org.owasp.esapi:esapi:2.1.0.1'
Expand Down

0 comments on commit 61ebf7a

Please sign in to comment.