From 32c7cbcddbfbdd5682c229e62a492ac595917326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 15:09:52 +0000 Subject: [PATCH] Bump org.xhtmlrenderer:flying-saucer-pdf from 9.7.2 to 9.8.0 Bumps [org.xhtmlrenderer:flying-saucer-pdf](https://github.com/flyingsaucerproject/flyingsaucer) from 9.7.2 to 9.8.0. - [Release notes](https://github.com/flyingsaucerproject/flyingsaucer/releases) - [Changelog](https://github.com/flyingsaucerproject/flyingsaucer/blob/main/CHANGELOG.md) - [Commits](https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.7.2...v9.8.0) --- updated-dependencies: - dependency-name: org.xhtmlrenderer:flying-saucer-pdf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pdf/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf/build.gradle b/pdf/build.gradle index ccea84b7..bc1c8a6c 100644 --- a/pdf/build.gradle +++ b/pdf/build.gradle @@ -4,7 +4,7 @@ configurations { } ext { - FLYING_SOURCER_VERSION = '9.7.2' + FLYING_SOURCER_VERSION = '9.8.0' YAHP_VERSION = 1.3 }