From ba9c3113899eeb20cf77bc29c50a564e2c24e05a Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 20 Mar 2023 11:47:46 +0100 Subject: chore(core): update third-party libs --- moaSig/moa-sig-lib/build.gradle | 8 ++++---- 1 file 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) { -- cgit v1.2.3