This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new c57a98958 Bump jasperreports7.version from 7.0.1 to 7.0.3 (#1275)
c57a98958 is described below
commit c57a989584f109a919ae72e8b25d325d954791d0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 16 07:13:06 2025 +0200
Bump jasperreports7.version from 7.0.1 to 7.0.3 (#1275)
* Bump jasperreports7.version from 6.21.3 to 7.0.3
Bumps `jasperreports7.version` from 6.21.3 to 7.0.3.
Updates `net.sf.jasperreports:jasperreports` from 6.21.3 to 7.0.3
- [Release notes](https://github.com/Jaspersoft/jasperreports/releases)
-
[Changelog](https://github.com/Jaspersoft/jasperreports/blob/master/changes.txt)
-
[Commits](https://github.com/Jaspersoft/jasperreports/compare/6.21.3...7.0.3)
Updates `net.sf.jasperreports:jasperreports-pdf` from 7.0.1 to 7.0.3
- [Release notes](https://github.com/Jaspersoft/jasperreports/releases)
-
[Changelog](https://github.com/Jaspersoft/jasperreports/blob/master/changes.txt)
-
[Commits](https://github.com/Jaspersoft/jasperreports/compare/7.0.1...7.0.3)
---
updated-dependencies:
- dependency-name: net.sf.jasperreports:jasperreports
dependency-version: 7.0.3
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: net.sf.jasperreports:jasperreports-pdf
dependency-version: 7.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Reverts to 6.21.3 to support old plugin
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukasz Lenart <[email protected]>
---
plugins/jasperreports7/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugins/jasperreports7/pom.xml b/plugins/jasperreports7/pom.xml
index 4e8c37dfa..e5d92a637 100644
--- a/plugins/jasperreports7/pom.xml
+++ b/plugins/jasperreports7/pom.xml
@@ -34,7 +34,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <jasperreports7.version>7.0.1</jasperreports7.version>
+ <jasperreports7.version>7.0.3</jasperreports7.version>
</properties>
<dependencies>