Skip to content

Commit

Permalink
Bump com.github.librepdf:openpdf from 1.3.32 to 1.3.33 (primefaces#10986
Browse files Browse the repository at this point in the history
)

* Bump com.github.librepdf:openpdf from 1.3.32 to 1.3.33

Bumps [com.github.librepdf:openpdf](https://github.com/LibrePDF/OpenPDF) from 1.3.32 to 1.3.33.
- [Release notes](https://github.com/LibrePDF/OpenPDF/releases)
- [Commits](LibrePDF/OpenPDF@1.3.32...1.3.33)

---
updated-dependencies:
- dependency-name: com.github.librepdf:openpdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update dependencies.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Melloware <[email protected]>
  • Loading branch information
dependabot[bot] and melloware authored Nov 15, 2023
1 parent cf124d1 commit 96c2463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/14_0_0/gettingstarted/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ any 3rd part work incorporated are compatible with the PrimeFaces Licenses.
| Servlet | | | 3.0+ | Required | Apache Tomcat, Eclipse Jetty, ... |
| Expression Language | | | 2.2+ | Required | Apache Tomcat, Eclipse Jetty, ... |
| Bean Validation | | | 1.1+ | Optional | Apache BVal, Hibernate Validator, ... |
| Libre OpenPDF | com.github.librepdf | openpdf | 1.3.32 | Optional | DataExporter (PDF) |
| Libre OpenPDF | com.github.librepdf | openpdf | 1.3.33 | Optional | DataExporter (PDF) |
| Apache POI | org.apache.poi | poi | 5.2.4 | Optional | DataExporter (Excel XLS or XML) |
| Apache POI | org.apache.poi | poi-ooxml | 5.2.4 | Optional | DataExporter (Excel XLSX Office 2003) |
| Rome | com.rometools | rome | 1.15.0 | Optional | FeedReader |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@
<dependency>
<groupId>com.github.librepdf</groupId>
<artifactId>openpdf</artifactId>
<version>1.3.32</version>
<version>1.3.33</version>
</dependency>

<!-- File Upload -->
Expand Down

0 comments on commit 96c2463

Please sign in to comment.