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


   [![WhiteSource 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [com.github.librepdf:openpdf](https://togithub.com/LibrePDF/OpenPDF) | 
`1.3.26` -> `1.3.27` | 
[![age](https://badges.renovateapi.com/packages/maven/com.github.librepdf:openpdf/1.3.27/age-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://badges.renovateapi.com/packages/maven/com.github.librepdf:openpdf/1.3.27/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://badges.renovateapi.com/packages/maven/com.github.librepdf:openpdf/1.3.27/compatibility-slim/1.3.26)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://badges.renovateapi.com/packages/maven/com.github.librepdf:openpdf/1.3.27/confidence-slim/1.3.26)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>LibrePDF/OpenPDF</summary>
   
   ### [`v1.3.27`](https://togithub.com/LibrePDF/OpenPDF/releases/1.3.27)
   
   [Compare 
Source](https://togithub.com/LibrePDF/OpenPDF/compare/1.3.26...1.3.27)
   
   OpenPDF 1.3.27 has been released.
   
   OpenPDF is a free Java library for creating and editing PDF files with a 
LGPL and MPL open source license. This release contains these new improvements:
   
   #### Changes
   
   -   Add reference to LayoutProcessor to README
   -   Balancing market content operators when using without properties
   -   Extend HeaderFooter functionality to create without before Phrase part
   -   Fix [#&#8203;300](https://togithub.com/LibrePDF/OpenPDF/issues/300): 
codewords padding for Macro PDF417-macro barcodes
   -   Fix [#&#8203;392](https://togithub.com/LibrePDF/OpenPDF/issues/392) 
updated: FontSelector.Process should NOT skip characters
   -   Fix [#&#8203;408](https://togithub.com/LibrePDF/OpenPDF/issues/408): 
ConcurrentModificationException in FontFactory
   -   Fix [#&#8203;513](https://togithub.com/LibrePDF/OpenPDF/issues/513): 
attach file with unicode name
   -   Fix [#&#8203;534](https://togithub.com/LibrePDF/OpenPDF/issues/534): 
Justified Text not supporting RTL
   -   Fix [#&#8203;536](https://togithub.com/LibrePDF/OpenPDF/issues/536): 
setSkipFirstHeader not working
   -   Fix [#&#8203;556](https://togithub.com/LibrePDF/OpenPDF/issues/556): 
Example Manually positioning text on the pdf
   -   Fix [#&#8203;573](https://togithub.com/LibrePDF/OpenPDF/issues/573): 
Example Adding bookmarks for lists and list items
   -   Fix [#&#8203;580](https://togithub.com/LibrePDF/OpenPDF/issues/580): 
NullPointerException in SimpleBookmark.getBookmark()
   -   Fix [#&#8203;584](https://togithub.com/LibrePDF/OpenPDF/issues/584): Add 
motivations to add FOP
   -   Fix [#&#8203;587](https://togithub.com/LibrePDF/OpenPDF/issues/587): Set 
Font in PdfGraphics2D not working/PdfGraphics2D manipulates set Font
   -   Fix [#&#8203;610](https://togithub.com/LibrePDF/OpenPDF/issues/610): 
Remove ITXT from PdfName
   -   Fix [#&#8203;623](https://togithub.com/LibrePDF/OpenPDF/issues/623): 
Make BaseFont subset prefix generation deterministic
   -   Fix [#&#8203;629](https://togithub.com/LibrePDF/OpenPDF/issues/629): 
Infinite loop in xref table causes OOM
   -   Fix NPE in PdfSmartCopy for some maybe corrupted files
   -   Fix possible ArrayIndexOutOfBoundsException
   -   Fix (related to 
[LibrePDF/OpenPDF5#&#8203;7](https://togithub.com/LibrePDF/OpenPDF5/issues/7): 
LineSeparator prints out OBJECT_REPLACEMENT_CHARACTER
   -   HTTP Proxy in OCSP and TSA clients and other config for TSA
   -   Minor code cleanups
   -   Prevent ClassCastExceptions for PdfNull object during signing PDF docs
   -   Remove dependency on javax.annotation
   -   Update PdfDocument skipFirstHeader fixed
   -   Corrected some license issues
   -   Minor example changes
   
   #### Updated dependencies:
   
   -   Bump assertj-core from 3.19.0 to 3.22.0
   -   Bump bouncycastle.version from 1.68 to 1.69
   -   Bump checkstyle from 8.42 to 9.3
   -   Bump commons-io from 2.8.0 to 2.11.0
   -   Bump junit.version from 5.7.1 to 5.8.2
   -   Bump maven-bundle-plugin from 5.1.2 to 5.1.4
   -   Bump maven-compiler-plugin from 3.8.1 to 3.10.0
   -   Bump maven-gpg-plugin from 1.6 to 3.0.1
   -   Bump maven-jar-plugin from 3.2.0 to 3.2.2
   -   Bump maven-javadoc-plugin from 3.2.0 to 3.3.2
   -   Bump mockito-core from 3.9.0 to 4.3.1
   -   Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.11
   -   Bump pitest-junit5-plugin from 0.14 to 0.15
   
   Update to the latest OpenPDF version by using this in your pom.xml file:
   
   ```xml
     <dependency>
         <groupId>com.github.librepdf</groupId>
         <artifactId>openpdf</artifactId>
         <version>1.3.27</version>
     </dependency>
   ```
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: 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, click this 
checkbox.
   
   ---
   
   This PR has been generated by [WhiteSource 
Renovate](https://renovate.whitesourcesoftware.com). View repository job log 
[here](https://app.renovatebot.com/dashboard#github/apache/fineract).


-- 
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