Skip to content

Commit

Permalink
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ dependencies {
compile 'org.apache.sshd:sshd-core:1.7.0'
compile 'org.apache.tika:tika-core:1.28.4'
compile 'org.apache.tika:tika-parsers:1.28.4'
compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.91'
compile 'org.apache.tomcat:tomcat-catalina:9.0.91'
compile 'org.apache.tomcat:tomcat-jasper:9.0.91'
compile 'org.apache.tomcat:tomcat-tribes:9.0.91'
compile 'org.apache.tomcat:tomcat-catalina-ha:9.0.97'
compile 'org.apache.tomcat:tomcat-catalina:9.0.97'
compile 'org.apache.tomcat:tomcat-jasper:9.0.97'
compile 'org.apache.tomcat:tomcat-tribes:9.0.97'
compile 'org.apache.xmlgraphics:fop:2.3'
compile 'org.codehaus.groovy:groovy-all:2.4.13' // Remember to change the version number in javadoc.options block
compile 'org.freemarker:freemarker:2.3.31' // Remember to change the version number in FreeMarkerWorker class when upgrading
Expand Down

0 comments on commit a11e1fb

Please sign in to comment.