renovate-bot opened a new pull request, #5124:
URL: https://github.com/apache/fineract/pull/5124

   This PR contains the following updates:
   
   | Package | Change | Age | Confidence |
   |---|---|---|---|
   | 
[com.github.librepdf:openpdf](https://redirect.github.com/LibrePDF/OpenPDF) | 
`2.0.3` -> `3.0.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.librepdf:openpdf/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.librepdf:openpdf/2.0.3/3.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>LibrePDF/OpenPDF (com.github.librepdf:openpdf)</summary>
   
   ### 
[`v3.0.0`](https://redirect.github.com/LibrePDF/OpenPDF/releases/tag/3.0.0): 
OpenPDF 3.0.0
   
   [Compare 
Source](https://redirect.github.com/LibrePDF/OpenPDF/compare/2.4.0...3.0.0)
   
   #### OpenPDF 3.0.0
   
   - OpenPDF 3.0.0 uses the new package name **org.openpdf**. The old 
com.lowagie is now removed from OpenPDF 3.0.
     This means that source code using OpenPDF must be migrated to use import 
statements using org.openpdf.\* package.
   
   - **PDF 2.0 support in OpenPDF** – This is a **breaking API change**:\
     All version-related methods now use `String` instead of `char` as method 
parameters.   See 
[PdfVersion.java](https://redirect.github.com/LibrePDF/OpenPDF/blob/master/openpdf-core/src/main/java/org/openpdf/text/pdf/interfaces/PdfVersion.java)
 and 
[PdfWriter.java](https://redirect.github.com/LibrePDF/OpenPDF/blob/master/openpdf-core/src/main/java/org/openpdf/text/pdf/PdfWriter.java#L154).
     The default version is now **PDF 2.0**.
   
     **About PDF 2.0:**\
     PDF 2.0 is the latest official version of the Portable Document Format, 
standardized as **ISO 32000-2:2020**.\
     It was first published by the International Organization for 
Standardization (ISO) in **July 2017**, with a revised edition in **December 
2020**.\
     PDF 2.0 introduces improved color management, tagged PDF enhancements, 
advanced encryption options, and clarifies many ambiguous parts of the PDF 1.x 
specifications.
   
     πŸ“„ [Read the PDF 2.0 (ISO 32000-2:2020) 
specification](https://www.iso.org/standard/75839.html)
   
   - Added 
[HtmlToPdfBatchUtils](https://redirect.github.com/LibrePDF/OpenPDF/blob/master/openpdf-html/src/main/java/org/openpdf/html/HtmlToPdfBatchUtils.java)
 and 
[PdfBatchUtils](https://redirect.github.com/LibrePDF/OpenPDF/blob/master/openpdf-core/src/main/java/org/openpdf/text/pdf/PdfBatchUtils.java),
 new batch utilities built on Java 21 virtual threads.
     These APIs improve throughput for HTML→PDF rendering and common PDF tasks 
such as merge, split, watermark, and encrypt.
   
   The migration to new package name org.openpdf started in OpenPDF 2.4.0, 
while OpenPDF 3.0 is the first version of OpenPDF which fully uses the new 
package name.
   
   #### What's Changed
   
   - Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1404](https://redirect.github.com/LibrePDF/OpenPDF/pull/1404)
   - Remove openpdf-core-legacy module by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1406](https://redirect.github.com/LibrePDF/OpenPDF/pull/1406)
   - Rename openpdf-core by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1407](https://redirect.github.com/LibrePDF/OpenPDF/pull/1407)
   - Initial PDF 2.0 support by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1408](https://redirect.github.com/LibrePDF/OpenPDF/pull/1408)
   - PDF 2.0 tests by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1409](https://redirect.github.com/LibrePDF/OpenPDF/pull/1409)
   - PDF 2.0 tests by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1410](https://redirect.github.com/LibrePDF/OpenPDF/pull/1410)
   - Bump org.jetbrains.kotlin:kotlin-stdlib from 2.2.0 to 2.2.10 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1412](https://redirect.github.com/LibrePDF/OpenPDF/pull/1412)
   - Bump org.jetbrains.kotlin:kotlin-maven-plugin from 2.2.0 to 2.2.10 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in 
[#&#8203;1413](https://redirect.github.com/LibrePDF/OpenPDF/pull/1413)
   - Delete RtfElementInterface by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1414](https://redirect.github.com/LibrePDF/OpenPDF/pull/1414)
   
   **Full Changelog**: 
<https://github.com/LibrePDF/OpenPDF/compare/2.4.0...3.0.0>
   
   ### 
[`v2.4.0`](https://redirect.github.com/LibrePDF/OpenPDF/releases/tag/2.4.0): 
OpenPDF 2.4.0
   
   [Compare 
Source](https://redirect.github.com/LibrePDF/OpenPDF/compare/2.2.4...2.4.0)
   
   ### OpenPDF 2.4.0 Release Notes
   
   #### Highlights
   
   - **Java package name change**: All classes have been moved from 
`com.lowagie` to `org.openpdf` in the openpdf-core-modern module.
   - **Module split**: The `openpdf` submodule has been split (duplicated) into:
     - `openpdf-core-legacy` – all classes here are **deprecated**.
     - `openpdf-core-modern` – actively maintained and used by all submodules.
   
   See [2.4.0 migration 
guide](https://redirect.github.com/LibrePDF/OpenPDF/blob/master/changelogs/2.4.0.md)
 for details.
   
   ***
   
   #### What's Changed
   
   ##### Major Changes
   
   - **Module restructuring**:
     - Split `openpdf` into `openpdf-core-legacy` and `openpdf-core-modern`.\
       [#&#8203;1393](https://redirect.github.com/LibrePDF/OpenPDF/pull/1393) – 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal)
     - Deprecated all classes in `openpdf-core-legacy`.\
       [#&#8203;1395](https://redirect.github.com/LibrePDF/OpenPDF/pull/1395) – 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal)
     - Updated all submodules to use `openpdf-core-modern`.\
       [#&#8203;1396](https://redirect.github.com/LibrePDF/OpenPDF/pull/1396) – 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal)
   
   - **New features**:
     - Added flag in `ColumnText` to control whether words are chopped, or to 
throw an exception instead of arbitrarily chopping long words.\
       [#&#8203;1379](https://redirect.github.com/LibrePDF/OpenPDF/pull/1379) – 
[@&#8203;csimoes1](https://redirect.github.com/csimoes1)
     - Added TU and ALT fields to signature object.\
       [#&#8203;1386](https://redirect.github.com/LibrePDF/OpenPDF/pull/1386) – 
[@&#8203;MaSchmidt1999](https://redirect.github.com/MaSchmidt1999)
   
   - **Performance improvements**:
     - Register fonts only once in a static block instead of on every 
constructor call.\
       [#&#8203;1373](https://redirect.github.com/LibrePDF/OpenPDF/pull/1373) – 
[@&#8203;giangianoulas](https://redirect.github.com/giangianoulas)
   
   - **Code cleanup**:
     - Removed commented-out code and unnecessary `System.out.println` calls.\
       [#&#8203;1364](https://redirect.github.com/LibrePDF/OpenPDF/pull/1364) – 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal)
   
   ##### Dependency Updates
   
   - `org.sonatype.central:central-publishing-maven-plugin` 0.7.0 β†’ 0.8.0
   - `com.puppycrawl.tools:checkstyle` 10.25.0 β†’ 11.0.0 (multiple incremental 
updates)
   - `org.jetbrains.kotlin:kotlin-stdlib` 2.1.21 β†’ 2.2.0
   - `org.jetbrains.kotlin:kotlin-maven-plugin` 2.1.21 β†’ 2.2.0
   - `junit.version` 5.13.1 β†’ 5.13.4
   - `com.google.errorprone:error_prone_annotations` 2.38.0 β†’ 2.41.0
   - `org.dom4j:dom4j` 2.1.4 β†’ 2.2.0
   - `org.apache.maven.plugins:maven-gpg-plugin` 3.2.7 β†’ 3.2.8
   - `org.verapdf:validation-model` 1.28.1 β†’ 1.28.2
   - `commons-io:commons-io` 2.19.0 β†’ 2.20.0
   - `org.htmlunit:neko-htmlunit` 4.13.0 β†’ 4.14.0
   
   ***
   
   #### New Contributors
   
   - [@&#8203;giangianoulas](https://redirect.github.com/giangianoulas) – Font 
registration optimization 
[#&#8203;1373](https://redirect.github.com/LibrePDF/OpenPDF/pull/1373)
   - [@&#8203;csimoes1](https://redirect.github.com/csimoes1) – `ColumnText` 
long word handling 
[#&#8203;1379](https://redirect.github.com/LibrePDF/OpenPDF/pull/1379)
   - [@&#8203;MaSchmidt1999](https://redirect.github.com/MaSchmidt1999) – TU 
and ALT signature fields 
[#&#8203;1386](https://redirect.github.com/LibrePDF/OpenPDF/pull/1386)
   
   ***
   
   We will soon begin on the OpenPDF 3.0 version which uses only the 
org.openpdf package name.
   
   ***
   
   **Full Changelog**: [2.2.4 β†’ 
2.4.0](https://redirect.github.com/LibrePDF/OpenPDF/compare/2.2.4...2.4.0)
   
   ### 
[`v2.2.4`](https://redirect.github.com/LibrePDF/OpenPDF/releases/tag/2.2.4): 
OpenPDF 2.2.4
   
   [Compare 
Source](https://redirect.github.com/LibrePDF/OpenPDF/compare/2.2.3...2.2.4)
   
   #### What's Changed
   
   - Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 
0.8.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1363](https://redirect.github.com/LibrePDF/OpenPDF/pull/1363)
   - Remove commented out code and some system.out.println by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1364](https://redirect.github.com/LibrePDF/OpenPDF/pull/1364)
   - Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.25.1 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1371](https://redirect.github.com/LibrePDF/OpenPDF/pull/1371)
   - Register font only once in static block instead on every constructor … by 
[@&#8203;giangianoulas](https://redirect.github.com/giangianoulas) in 
[#&#8203;1373](https://redirect.github.com/LibrePDF/OpenPDF/pull/1373)
   - Bump org.jetbrains.kotlin:kotlin-stdlib from 2.1.21 to 2.2.0 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1375](https://redirect.github.com/LibrePDF/OpenPDF/pull/1375)
   - Bump org.jetbrains.kotlin:kotlin-maven-plugin from 2.1.21 to 2.2.0 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1374](https://redirect.github.com/LibrePDF/OpenPDF/pull/1374)
   - Bump junit.version from 5.13.1 to 5.13.2 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1376](https://redirect.github.com/LibrePDF/OpenPDF/pull/1376)
   - Bump com.google.errorprone:error\_prone\_annotations from 2.38.0 to 2.39.0 
by [@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1378](https://redirect.github.com/LibrePDF/OpenPDF/pull/1378)
   - Bump com.puppycrawl.tools:checkstyle from 10.25.1 to 10.26.0 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1377](https://redirect.github.com/LibrePDF/OpenPDF/pull/1377)
   - Add flag to  ColumnText to control if words are chopped or Throw exception 
instead of arbitrarily chopping long 
[words#1297](https://redirect.github.com/words/OpenPDF/issues/1297) by 
[@&#8203;csimoes1](https://redirect.github.com/csimoes1) in 
[#&#8203;1379](https://redirect.github.com/LibrePDF/OpenPDF/pull/1379)
   - Bump com.puppycrawl.tools:checkstyle from 10.26.0 to 10.26.1 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1380](https://redirect.github.com/LibrePDF/OpenPDF/pull/1380)
   
   #### New Contributors
   
   - [@&#8203;giangianoulas](https://redirect.github.com/giangianoulas) made 
their first contribution in 
[#&#8203;1373](https://redirect.github.com/LibrePDF/OpenPDF/pull/1373)
   - [@&#8203;csimoes1](https://redirect.github.com/csimoes1) made their first 
contribution in 
[#&#8203;1379](https://redirect.github.com/LibrePDF/OpenPDF/pull/1379)
   
   **Full Changelog**: 
<https://github.com/LibrePDF/OpenPDF/compare/2.2.3...2.2.4>
   
   ### 
[`v2.2.3`](https://redirect.github.com/LibrePDF/OpenPDF/releases/tag/2.2.3): 
OpenPDF 2.2.3
   
   [Compare 
Source](https://redirect.github.com/LibrePDF/OpenPDF/compare/2.2.2...2.2.3)
   
   #### What's Changed
   
   - Fix for minor biug in openpdf-html 
[#&#8203;1361](https://redirect.github.com/LibrePDF/OpenPDF/issues/1361)
   
   **Full Changelog**: 
<https://github.com/LibrePDF/OpenPDF/compare/2.2.2...2.2.3>
   
   ### 
[`v2.2.2`](https://redirect.github.com/LibrePDF/OpenPDF/releases/tag/2.2.2): 
OpenPDF 2.2.2
   
   [Compare 
Source](https://redirect.github.com/LibrePDF/OpenPDF/compare/2.2.1...2.2.2)
   
   #### What's Changed
   
   - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.11.2 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1358](https://redirect.github.com/LibrePDF/OpenPDF/pull/1358)
   - Rename openpdf-html config file til openpdf.conf and some minor fixes by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1360](https://redirect.github.com/LibrePDF/OpenPDF/pull/1360)
   - Remove GenShinGothic-Normal.ttf in order to reduce overall full zip file 
size from 21MB to 15MB.
   
   **Full Changelog**: 
<https://github.com/LibrePDF/OpenPDF/compare/2.2.1...2.2.2>
   
   ### 
[`v2.2.1`](https://redirect.github.com/LibrePDF/OpenPDF/releases/tag/2.2.1)
   
   [Compare 
Source](https://redirect.github.com/LibrePDF/OpenPDF/compare/2.2.0...2.2.1)
   
   #### News in OpenPDF 2.2.1
   
   - 
[Openpdf-renderer:](https://redirect.github.com/LibrePDF/OpenPDF/tree/master/openpdf-renderer)
 Modernization and fix of multiple code analysis warnings.
   
   ### 
[`v2.2.0`](https://redirect.github.com/LibrePDF/OpenPDF/releases/tag/2.2.0)
   
   [Compare 
Source](https://redirect.github.com/LibrePDF/OpenPDF/compare/2.1.0...2.2.0)
   
   ### OpenPDF 2.2.0 Released!
   
   We’re excited to announce the release of **OpenPDF 2.2.0**, a new milestone 
in our ongoing mission to build a modern, fully open-source PDF library for 
Java.
   
   #### What's New
   
   ##### `openpdf-renderer` Module Added 
([#&#8203;1357](https://redirect.github.com/LibrePDF/OpenPDF/issues/1357))
   
   We’ve added a brand new module: **`openpdf-renderer`**.
   
   This module integrates the 
[openpdf-renderer](https://redirect.github.com/LibrePDF/OpenPDF/tree/master/openpdf-renderer)
 engine into OpenPDF, enabling:
   
   - High-quality PDF rendering to images
   - Fast page previews and thumbnails
   - Support for converting PDF pages to `BufferedImage` for use in Java 
applications
   
   It’s perfect for developers who need visual previews of PDFs in desktop or 
server-side applications.
   
   ***
   
   **Maven Coordinates:**
   
   ```xml
   <dependency>
     <groupId>com.github.librepdf</groupId>
     <artifactId>openpdf</artifactId>
     <version>2.2.0</version>
   </dependency>
   ```
   
   ### 
[`v2.1.0`](https://redirect.github.com/LibrePDF/OpenPDF/releases/tag/2.1.0)
   
   [Compare 
Source](https://redirect.github.com/LibrePDF/OpenPDF/compare/2.0.5...2.1.0)
   
   #### OpenPDF 2.1.0 - Modernization and New Features
   
   We are excited to announce the release of OpenPDF 2.1.0, which marks a major 
step forward for the project.
   
   - Java 21 required: OpenPDF 2.1.0 now targets Java 21 LTS and benefits from 
its modern features and performance improvements. Java 21 was released in 2023.
   
   - New Kotlin module 
[openpdf-kotlin](https://redirect.github.com/LibrePDF/OpenPDF/tree/master/openpdf-kotlin)
 Build PDFs more easily using idiomatic Kotlin APIs and a DSL-inspired builder 
interface.
   
   - Added 
[openpdf-html](https://redirect.github.com/LibrePDF/OpenPDF/tree/master/openpdf-html)
 module: A maintained fork of Flying Saucer for converting HTML to PDF, now 
part of the OpenPDF project. The goal is to improve HTML5 and modern CSS 
support.
   
   - Deprecated 
[HtmlParser](https://redirect.github.com/LibrePDF/OpenPDF/blob/master/openpdf/src/main/java/com/lowagie/text/html/HtmlParser.java)
 We encourage migrating to openpdf-html for improved HTML rendering.
   
   - Updated dependencies.
   
   **Full Changelog**: 
<https://github.com/LibrePDF/OpenPDF/compare/2.0.5...2.1.0>
   
   ### 
[`v2.0.5`](https://redirect.github.com/LibrePDF/OpenPDF/releases/tag/2.0.5): 
OpenPDF 2.0.5
   
   [Compare 
Source](https://redirect.github.com/LibrePDF/OpenPDF/compare/2.0.4...2.0.5)
   
   #### What's Changed
   
   - Bump org.pitest:pitest-junit5-plugin from 1.2.2 to 1.2.3 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1321](https://redirect.github.com/LibrePDF/OpenPDF/pull/1321)
   - Remove hamcrest dependency by 
[@&#8203;Emkas](https://redirect.github.com/Emkas) in 
[#&#8203;1322](https://redirect.github.com/LibrePDF/OpenPDF/pull/1322)
   - Mockito cleanup and upgrade by 
[@&#8203;Emkas](https://redirect.github.com/Emkas) in 
[#&#8203;1324](https://redirect.github.com/LibrePDF/OpenPDF/pull/1324)
   - Bump org.jfree:jfreechart from 1.5.5 to 1.5.6 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1326](https://redirect.github.com/LibrePDF/OpenPDF/pull/1326)
   - Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.24.0 by 
[@&#8203;dependabot](https://redirect.github.com/dependabot) in 
[#&#8203;1327](https://redirect.github.com/LibrePDF/OpenPDF/pull/1327)
   - Security documentation by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1328](https://redirect.github.com/LibrePDF/OpenPDF/pull/1328)
   - Build on Java 24 by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1329](https://redirect.github.com/LibrePDF/OpenPDF/pull/1329)
   - Fix for reading very small PDF files by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1334](https://redirect.github.com/LibrePDF/OpenPDF/pull/1334)
   
   #### New Contributors
   
   - [@&#8203;samruddhithakor](https://redirect.github.com/samruddhithakor) 
made their first contribution in 
[#&#8203;1241](https://redirect.github.com/LibrePDF/OpenPDF/pull/1241)
   
   **Full Changelog**: 
<https://github.com/LibrePDF/OpenPDF/compare/2.0.4...2.0.5>
   
   ### 
[`v2.0.4`](https://redirect.github.com/LibrePDF/OpenPDF/releases/tag/2.0.4)
   
   [Compare 
Source](https://redirect.github.com/LibrePDF/OpenPDF/compare/2.0.3...2.0.4)
   
   #### What's Changed
   
   ##### πŸ› οΈ Major Fixes and Features
   
   - **Support for > 2GB files** by 
[@&#8203;andreasrosdal](https://redirect.github.com/andreasrosdal) in 
[#&#8203;1319](https://redirect.github.com/LibrePDF/OpenPDF/pull/1319)
   - **Fix: HtmlParser cannot recognize base64-encoded images** by 
[@&#8203;maayanb180](https://redirect.github.com/maayanb180) in 
[#&#8203;1271](https://redirect.github.com/LibrePDF/OpenPDF/pull/1271)
   - **PDF/A1A & PDF/A1B invalid due to missing language attribute in title 
metadata** by [@&#8203;hemat0gen](https://redirect.github.com/hemat0gen) in 
[#&#8203;1279](https://redirect.github.com/LibrePDF/OpenPDF/pull/1279)
   - **Allow extra FF bytes preceding JPEG markers** by 
[@&#8203;jeffrey-easyesi](https://redirect.github.com/jeffrey-easyesi) in 
[#&#8203;1247](https://redirect.github.com/LibrePDF/OpenPDF/pull/1247)
   - **Fix: LZWDecoder fails when stream doesn't start with Clear Table (256)** 
by [@&#8203;scottmore](https://redirect.github.com/scottmore) in 
[#&#8203;1299](https://redirect.github.com/LibrePDF/OpenPDF/pull/1299)
   - **Fix HTML export issue with image and text div rendering** by 
[@&#8203;maayanb180](https://redirect.github.com/maayanb180) in 
[#&#8203;1275](https://redirect.github.com/LibrePDF/OpenPDF/pull/1275)
   - **Fix margin setting on open document** by 
[@&#8203;DarkMike-ru](https://redirect.github.com/DarkMike-ru) in 
[#&#8203;1283](https://redirect.github.com/LibrePDF/OpenPDF/pull/1283)
   - **Set original type on images for OpenRTF support** by 
[@&#8203;olivierDelierre](https://redirect.github.com/olivierDelierre) in 
[#&#8203;1285](https://redirect.github.com/LibrePDF/OpenPDF/pull/1285)
   
   ##### βœ… Improvements & Minor Fixes
   
   - **Added check/error in PdfPTable.addCell** by 
[@&#8203;StevenStreasick](https://redirect.github.com/StevenStreasick) in 
[#&#8203;1195](https://redirect.github.com/LibrePDF/OpenPDF/pull/1195)
   - **Handle null resources gracefully** by 
[@&#8203;gtoison](https://redirect.github.com/gtoison) in 
[#&#8203;1278](https://redirect.github.com/LibrePDF/OpenPDF/pull/1278)
   - **Clarify the licensing policy** by 
[@&#8203;ForNeVeR](https://redirect.github.com/ForNeVeR) in 
[#&#8203;1206](https://redirect.github.com/LibrePDF/OpenPDF/pull/1206)
   - **Fix broken links for licenses** by 
[@&#8203;sinansonmez](https://redirect.github.com/sinansonmez) in 
[#&#8203;1277](https://redirect.github.com/LibrePDF/OpenPDF/pull/1277)
   - **Update LayoutProcessor.java (see 
[#&#8203;1159](https://redirect.github.com/LibrePDF/OpenPDF/issues/1159))** by 
[@&#8203;vk-github18](https://redirect.github.com/vk-github18) in 
[#&#8203;1211](https://redirect.github.com/LibrePDF/OpenPDF/pull/1211)
   
   ##### πŸ“¦ Dependency Updates
   
   - Bump `maven-surefire-plugin.version` from 3.3.0 β†’ 3.3.1 
[#&#8203;1200](https://redirect.github.com/LibrePDF/OpenPDF/pull/1200)
   - Bump `org.hamcrest:hamcrest` from 2.2 β†’ 3.0 
[#&#8203;1201](https://redirect.github.com/LibrePDF/OpenPDF/pull/1201)
   - Bump `org.assertj:assertj-core` from 3.26.0 β†’ 3.26.3 
[#&#8203;1202](https://redirect.github.com/LibrePDF/OpenPDF/pull/1202)
   - Bump `junit.version` from 5.10.2 β†’ 5.10.3 
[#&#8203;1204](https://redirect.github.com/LibrePDF/OpenPDF/pull/1204)
   - Bump `maven-javadoc-plugin` from 3.7.0 β†’ 3.11.1 
[#&#8203;1231](https://redirect.github.com/LibrePDF/OpenPDF/pull/1231)
   - Bump `junit.version` from 5.10.3 β†’ 5.11.3 
[#&#8203;1236](https://redirect.github.com/LibrePDF/OpenPDF/pull/1236)
   - Bump `commons-io:commons-io` from 2.16.1 β†’ 2.18.0 
[#&#8203;1237](https://redirect.github.com/LibrePDF/OpenPDF/pull/1237)
   - Bump `icu4j` from 75.1 β†’ 76.1 
[#&#8203;1238](https://redirect.github.com/LibrePDF/OpenPDF/pull/1238)
   - Bump `fop` from 2.9 β†’ 2.10 
[#&#8203;1239](https://redirect.github.com/LibrePDF/OpenPDF/pull/1239)
   - Bump `checkstyle` from 10.17.0 β†’ 10.20.1 
[#&#8203;1240](https://redirect.github.com/LibrePDF/OpenPDF/pull/1240)
   - Bump `maven-jxr-plugin` from 3.4.0 β†’ 3.6.0 
[#&#8203;1242](https://redirect.github.com/LibrePDF/OpenPDF/pull/1242)
   - Bump `maven-site-plugin` from 3.12.1 β†’ 3.21.0 
[#&#8203;1243](https://redirect.github.com/LibrePDF/OpenPDF/pull/1243)
   - Bump `maven-gpg-plugin` from 3.2.4 β†’ 3.2.7 
[#&#8203;1244](https://redirect.github.com/LibrePDF/OpenPDF/pull/1244)
   - Bump `maven-surefire-plugin.version` from 3.3.1 β†’ 3.5.2 
[#&#8203;1245](https://redirect.github.com/LibrePDF/OpenPDF/pull/1245)
   - Bump `bouncycastle.version` from 1.78.1 β†’ 1.79 
[#&#8203;1246](https://redirect.github.com/LibrePDF/OpenPDF/pull/1246)
   - Bump `commons-io:commons-io` from 2.18.0 β†’ 2.19.0 
[#&#8203;1305](https://redirect.github.com/LibrePDF/OpenPDF/pull/1305)
   - Bump `fop` from 2.10 β†’ 2.11 
[#&#8203;1303](https://redirect.github.com/LibrePDF/OpenPDF/pull/1303)
   - Bump `maven-bundle-plugin` from 5.1.9 β†’ 6.0.0 
[#&#8203;1302](https://redirect.github.com/LibrePDF/OpenPDF/pull/1302)
   - Bump `maven-compiler-plugin` from 3.13.0 β†’ 3.14.0 
[#&#8203;1301](https://redirect.github.com/LibrePDF/OpenPDF/pull/1301)
   - Bump `maven-javadoc-plugin` from 3.11.1 β†’ 3.11.2 
[#&#8203;1304](https://redirect.github.com/LibrePDF/OpenPDF/pull/1304)
   - Bump `maven-surefire-plugin.version` from 3.5.2 β†’ 3.5.3 
[#&#8203;1309](https://redirect.github.com/LibrePDF/OpenPDF/pull/1309)
   - Bump `maven-clean-plugin` from 3.4.0 β†’ 3.4.1 
[#&#8203;1312](https://redirect.github.com/LibrePDF/OpenPDF/pull/1312)
   - Bump `validation-model` from 1.26.1 β†’ 1.28.1 
[#&#8203;1311](https://redirect.github.com/LibrePDF/OpenPDF/pull/1311)
   - Bump `icu4j` from 76.1 β†’ 77.1 
[#&#8203;1313](https://redirect.github.com/LibrePDF/OpenPDF/pull/1313)
   - Bump `maven-checkstyle-plugin` from 3.4.0 β†’ 3.6.0 
[#&#8203;1310](https://redirect.github.com/LibrePDF/OpenPDF/pull/1310)
   - Bump `checkstyle` from 10.20.1 β†’ 10.23.1 
[#&#8203;1314](https://redirect.github.com/LibrePDF/OpenPDF/pull/1314)
   - Bump `bouncycastle.version` from 1.79 β†’ 1.80 
[#&#8203;1316](https://redirect.github.com/LibrePDF/OpenPDF/pull/1316)
   - Bump `pitest-junit5-plugin` from 1.2.1 β†’ 1.2.2 
[#&#8203;1315](https://redirect.github.com/LibrePDF/OpenPDF/pull/1315)
   - Bump `junit.version` from 5.11.3 β†’ 5.12.2 
[#&#8203;1318](https://redirect.github.com/LibrePDF/OpenPDF/pull/1318)
   - Bump `assertj-core` from 3.26.3 β†’ 3.27.3 
[#&#8203;1317](https://redirect.github.com/LibrePDF/OpenPDF/pull/1317)
   - Bump `jacoco-maven-plugin` from 0.8.12 β†’ 0.8.13 
[#&#8203;1320](https://redirect.github.com/LibrePDF/OpenPDF/pull/1320)
   
   ***
   
   #### πŸ§‘β€πŸ’» New Contributors
   
   - [@&#8203;StevenStreasick](https://redirect.github.com/StevenStreasick) in 
[#&#8203;1195](https://redirect.github.com/LibrePDF/OpenPDF/pull/1195)
   - [@&#8203;ForNeVeR](https://redirect.github.com/ForNeVeR) in 
[#&#8203;1206](https://redirect.github.com/LibrePDF/OpenPDF/pull/1206)
   - [@&#8203;sinansonmez](https://redirect.github.com/sinansonmez) in 
[#&#8203;1277](https://redirect.github.com/LibrePDF/OpenPDF/pull/1277)
   - [@&#8203;gtoison](https://redirect.github.com/gtoison) in 
[#&#8203;1278](https://redirect.github.com/LibrePDF/OpenPDF/pull/1278)
   - [@&#8203;maayanb180](https://redirect.github.com/maayanb180) in 
[#&#8203;1271](https://redirect.github.com/LibrePDF/OpenPDF/pull/1271)
   - [@&#8203;hemat0gen](https://redirect.github.com/hemat0gen) in 
[#&#8203;1279](https://redirect.github.com/LibrePDF/OpenPDF/pull/1279)
   - [@&#8203;olivierDelierre](https://redirect.github.com/olivierDelierre) in 
[#&#8203;1285](https://redirect.github.com/LibrePDF/OpenPDF/pull/1285)
   - [@&#8203;scottmore](https://redirect.github.com/scottmore) in 
[#&#8203;1299](https://redirect.github.com/LibrePDF/OpenPDF/pull/1299)
   - [@&#8203;DarkMike-ru](https://redirect.github.com/DarkMike-ru) in 
[#&#8203;1283](https://redirect.github.com/LibrePDF/OpenPDF/pull/1283)
   
   ***
   
   **Full Changelog**: 
<https://github.com/LibrePDF/OpenPDF/compare/2.0.3...2.0.4>
   
   </details>
   
   ---
   
   ### Configuration
   
   πŸ“… **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on 
Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   πŸ”• **Ignore**: Close this PR and you won't be reminded about this update 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR was generated by [Mend Renovate](https://mend.io/renovate/). View 
the [repository job log](https://developer.mend.io/github/apache/fineract).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to