summaryrefslogtreecommitdiff
path: root/nexus/build.gradle
diff options
context:
space:
mode:
authorAntoine A <>2024-03-25 19:35:50 +0100
committerAntoine A <>2024-03-25 19:35:50 +0100
commit32d23aef89e4e82f99a320327675548b1a7ddb49 (patch)
tree52b358bb87725c01ad6bfbfa8527c00c2e1bff02 /nexus/build.gradle
parent8d33e227f9175116ca9d7c37531f23e51dd7a11f (diff)
downloadlibeufin-32d23aef89e4e82f99a320327675548b1a7ddb49.tar.gz
libeufin-32d23aef89e4e82f99a320327675548b1a7ddb49.tar.bz2
libeufin-32d23aef89e4e82f99a320327675548b1a7ddb49.zip
Update dependencies
Diffstat (limited to 'nexus/build.gradle')
-rw-r--r--nexus/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/build.gradle b/nexus/build.gradle
index 56eda968..4ef88188 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -30,7 +30,7 @@ dependencies {
implementation("io.ktor:ktor-client-apache:$ktor_version")
// PDF generation
- implementation("com.itextpdf:itext-core:8.0.2")
+ implementation("com.itextpdf:itext-core:8.0.3")
// UNIX domain sockets support (used to connect to PostgreSQL)
implementation("com.kohlschutter.junixsocket:junixsocket-core:$junixsocket_version")