From e713bb996f90710afdc46610ae7de86c76c9bbd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:02:08 +0000 Subject: [PATCH] chore(deps): bump flyingSaucerVersion from 9.7.2 to 9.8.0 Bumps `flyingSaucerVersion` from 9.7.2 to 9.8.0. Updates `org.xhtmlrenderer:flying-saucer-core` 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) Updates `org.xhtmlrenderer:flying-saucer-pdf` 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-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.xhtmlrenderer:flying-saucer-pdf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- platform/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/build.gradle b/platform/build.gradle index 498901682b..77013c6fa2 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -21,7 +21,7 @@ dependencies { def kafkaVersion = "3.7.1" def opensearchVersion = "2.10.3" def opensearchRestVersion = "2.14.0" - def flyingSaucerVersion = "9.7.2" + def flyingSaucerVersion = "9.8.0" // as Jackson is in the Micronaut BOM, to force it's version we need to use enforcedPlatform api enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.16.2")