diff options
author | Thomas <> | 2023-03-20 11:47:46 +0100 |
---|---|---|
committer | Thomas <> | 2023-03-20 11:47:46 +0100 |
commit | ba9c3113899eeb20cf77bc29c50a564e2c24e05a (patch) | |
tree | b86eb60a7f61c35e988d3c233871bbc5d25a05c3 /moaSig | |
parent | a9582ca0832254241ab25aefaf434df4c6b66683 (diff) | |
download | moa-sig-ba9c3113899eeb20cf77bc29c50a564e2c24e05a.tar.gz moa-sig-ba9c3113899eeb20cf77bc29c50a564e2c24e05a.tar.bz2 moa-sig-ba9c3113899eeb20cf77bc29c50a564e2c24e05a.zip |
chore(core): update third-party libs
Diffstat (limited to 'moaSig')
-rw-r--r-- | moaSig/moa-sig-lib/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle index 3ba7574..56e8dcf 100644 --- a/moaSig/moa-sig-lib/build.gradle +++ b/moaSig/moa-sig-lib/build.gradle @@ -12,7 +12,7 @@ dependencies { testImplementation project(path: ':common', configuration: 'testArtifacts') api fileTree(dir: '../libs', include: '*.jar') - api group: 'at.gv.egovernment.moa.sig', name: 'tsl-lib', version: '2.1.0' + api group: 'at.gv.egovernment.moa.sig', name: 'tsl-lib', version: '2.1.1' api 'commons-logging:commons-logging:1.2' api 'commons-io:commons-io:2.11.0' api 'commons-codec:commons-codec:1.15' @@ -22,20 +22,20 @@ 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.5.0' + api 'org.postgresql:postgresql:42.6.0' api group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.27' api group: 'org.apache.pdfbox', name: 'pdfbox-tools', version: '2.0.27' api group: 'org.apache.pdfbox', name: 'pdfbox-app', version: '2.0.27' api group: 'org.apache.pdfbox', name: 'preflight', version: '2.0.27' api group: 'org.apache.pdfbox', name: 'preflight-app', version: '2.0.27' api group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' - api group: 'org.apache.httpcomponents', name: 'httpclient-cache', version: '4.5.13' + api group: 'org.apache.httpcomponents', name: 'httpclient-cache', version: '4.5.14' api group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.36' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-migrationsupport', version: '5.8.2' testImplementation group: 'org.junit.platform', name: 'junit-platform-engine', version: '1.8.2' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.8.2' - testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.9' + testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.11' } task releases(type: Copy) { |