This is an automated email from the ASF dual-hosted git repository.
arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 03a83b46c Update dependency com.github.librepdf:openpdf to v2
03a83b46c is described below
commit 03a83b46c8ddddc804fdcb9c6f4270fa4dcc5fbb
Author: Renovate <[email protected]>
AuthorDate: Mon Feb 19 00:39:05 2024 +0000
Update dependency com.github.librepdf:openpdf to v2
---
buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle
b/buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle
index 687be3981..66bdcaea2 100644
--- a/buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle
+++ b/buildSrc/src/main/groovy/org.apache.fineract.dependencies.gradle
@@ -62,7 +62,7 @@ dependencyManagement {
exclude 'javax.activation:activation'
}
dependency 'commons-io:commons-io:2.15.1'
- dependency 'com.github.librepdf:openpdf:1.3.39'
+ dependency 'com.github.librepdf:openpdf:2.0.0'
dependency ('org.mnode.ical4j:ical4j:3.2.14') {
exclude 'com.sun.mail:javax.mail'
exclude 'org.codehaus.groovy:groovy'