aboutsummaryrefslogtreecommitdiff
path: root/moaSig/moa-sig-lib
diff options
context:
space:
mode:
authorThomas <>2021-12-14 19:28:43 +0100
committerThomas <>2021-12-14 19:28:43 +0100
commit48de4fce4f95610d877aaf0f4fbec581513f5c3c (patch)
tree6bc8a08c0dd6fb493c6c28adbdc4867d0f7777fe /moaSig/moa-sig-lib
parentc8ae5bfc35556ba7f12e44881792017a69568b28 (diff)
downloadmoa-sig-48de4fce4f95610d877aaf0f4fbec581513f5c3c.tar.gz
moa-sig-48de4fce4f95610d877aaf0f4fbec581513f5c3c.tar.bz2
moa-sig-48de4fce4f95610d877aaf0f4fbec581513f5c3c.zip
update third-party libs
Diffstat (limited to 'moaSig/moa-sig-lib')
-rw-r--r--moaSig/moa-sig-lib/build.gradle20
1 files changed, 10 insertions, 10 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle
index 0be9afc..8c8684e 100644
--- a/moaSig/moa-sig-lib/build.gradle
+++ b/moaSig/moa-sig-lib/build.gradle
@@ -12,16 +12,16 @@ 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.0.5.1'
+ api group: 'at.gv.egovernment.moa.sig', name: 'tsl-lib', version: '2.0.6'
api 'commons-logging:commons-logging:1.2'
- api 'commons-io:commons-io:2.8.0'
+ api 'commons-io:commons-io:2.11.0'
api 'commons-codec:commons-codec:1.15'
api 'org.apache.axis:axis-jaxrpc:1.4'
- api 'org.xerial:sqlite-jdbc:3.34.0'
+ api 'org.xerial:sqlite-jdbc:3.36.0.3'
api 'javax.xml.bind:jaxb-api:2.3.1'
- api 'com.sun.xml.bind:jaxb-core:2.3.0.1'
- api 'com.sun.xml.bind:jaxb-impl:2.3.2'
- api 'org.postgresql:postgresql:42.2.19.jre7'
+ 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 group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.24'
api group: 'org.apache.pdfbox', name: 'pdfbox-tools', version: '2.0.24'
api group: 'org.apache.pdfbox', name: 'pdfbox-app', version: '2.0.24'
@@ -30,10 +30,10 @@ dependencies {
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
api group: 'org.apache.httpcomponents', name: 'httpclient-cache', version: '4.5.13'
- testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-migrationsupport', version: '5.7.1'
- testImplementation group: 'org.junit.platform', name: 'junit-platform-engine', version: '1.7.1'
- testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.1'
- testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
+ 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.7'
}
task releases(type: Copy) {