diff options
author | Thomas <> | 2022-04-01 18:58:26 +0200 |
---|---|---|
committer | Thomas <> | 2022-04-01 18:58:26 +0200 |
commit | c00c5a7fe4bfcceec32d0217b394ddfb086d7413 (patch) | |
tree | 761c46e5e06a66920662092919c828a65e3b1e4c /moaSig/moa-sig-lib | |
parent | 7e640d854379c051c0f165f0b3e4e76833a020b5 (diff) | |
download | moa-sig-c00c5a7fe4bfcceec32d0217b394ddfb086d7413.tar.gz moa-sig-c00c5a7fe4bfcceec32d0217b394ddfb086d7413.tar.bz2 moa-sig-c00c5a7fe4bfcceec32d0217b394ddfb086d7413.zip |
chore(core): update third-party libs to latest versions
Diffstat (limited to 'moaSig/moa-sig-lib')
-rw-r--r-- | moaSig/moa-sig-lib/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle index 1165a49..3079f0d 100644 --- a/moaSig/moa-sig-lib/build.gradle +++ b/moaSig/moa-sig-lib/build.gradle @@ -22,7 +22,7 @@ dependencies { api 'jakarta.xml.bind:jakarta.xml.bind-api:3.0.1' api 'com.sun.xml.bind:jaxb-core:3.0.2' api 'com.sun.xml.bind:jaxb-impl:3.0.2' - api 'org.postgresql:postgresql:42.3.1' + api 'org.postgresql:postgresql:42.3.3' api group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.25' api group: 'org.apache.pdfbox', name: 'pdfbox-tools', version: '2.0.25' api group: 'org.apache.pdfbox', name: 'pdfbox-app', version: '2.0.25' |