From 74ad2081aa45986ff511e108c1537d6b109359e3 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Sun, 9 Feb 2014 01:08:45 +0100 Subject: [PATCH] Upgraded to JasperReports 5.5.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c94116ef89..e84c678c7f 100644 --- a/build.gradle +++ b/build.gradle @@ -521,7 +521,7 @@ project("spring-context-support") { optional("org.apache.velocity:velocity:1.7") optional("org.freemarker:freemarker:2.3.20") optional("com.lowagie:itext:2.1.7") - optional("net.sf.jasperreports:jasperreports:5.5.0") + optional("net.sf.jasperreports:jasperreports:5.5.1") testCompile("org.apache.poi:poi:3.9") testCompile("commons-beanutils:commons-beanutils:1.8.0") // for Velocity/JasperReports testCompile("commons-digester:commons-digester:1.8.1") // for Velocity/JasperReports @@ -1009,7 +1009,7 @@ configure(rootProject) { doFirst { classpath = files( - // ensure servlet 3.x and Hibernate 4.x have precedence on the Javadoc + // ensure Servlet 3.x and Hibernate 4.x have precedence on the javadoc // classpath over their respective 2.5 and 3.x variants project(":spring-webmvc").sourceSets.main.compileClasspath.files.find { it =~ "servlet-api" }, rootProject.sourceSets.test.compileClasspath.files.find { it =~ "hibernate-core" },