Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump net.sf.jasperreports:jasperreports from 6.21.3 to 7.0.1 #1120

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump net.sf.jasperreports:jasperreports from 6.21.3 to 7.0.1
Bumps [net.sf.jasperreports:jasperreports](https://github.com/TIBCOSoftware/jasperreports) from 6.21.3 to 7.0.1.
- [Release notes](https://github.com/TIBCOSoftware/jasperreports/releases)
- [Changelog](https://github.com/TIBCOSoftware/jasperreports/blob/master/changes.txt)
- [Commits](TIBCOSoftware/jasperreports@6.21.3...7.0.1)

---
updated-dependencies:
- dependency-name: net.sf.jasperreports:jasperreports
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
commit 2e32072568c38fd543ba0fcb9a61d7186c044aea
2 changes: 1 addition & 1 deletion plugins/jasperreports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
<version>6.21.3</version>
<version>7.0.1</version>
<scope>provided</scope>
<exclusions>
<!-- not necessary to compile and it force dependency convergence issues -->
Expand Down
Loading