summaryrefslogtreecommitdiff
path: root/nexus
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-08-03 00:27:02 +0200
committerFlorian Dold <florian@dold.me>2021-08-03 00:27:02 +0200
commitea45e298ccd6661982cec63a2ba905eb95b76a9f (patch)
tree4ee94b79fca8e775ca45bf406ad40e8d9be4035f /nexus
parent8c1a641ddc106e70258a7038a0f00a7a65105f12 (diff)
downloadlibeufin-ea45e298ccd6661982cec63a2ba905eb95b76a9f.tar.gz
libeufin-ea45e298ccd6661982cec63a2ba905eb95b76a9f.tar.bz2
libeufin-ea45e298ccd6661982cec63a2ba905eb95b76a9f.zip
fix dependency versions
Diffstat (limited to 'nexus')
-rw-r--r--nexus/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/nexus/build.gradle b/nexus/build.gradle
index aa9bbe6a..8ef08365 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -66,9 +66,9 @@ dependencies {
implementation 'ch.qos.logback:logback-classic:1.2.5'
// XML parsing/binding and encryption
- implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.4.0-b180830.0359'
- implementation 'javax.xml.bind:jaxb-api:2.4.0-b180830.0359'
- implementation 'org.glassfish.jaxb:jaxb-runtime:3.0.1'
+ implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
+ implementation "javax.xml.bind:jaxb-api:2.3.0"
+ implementation "org.glassfish.jaxb:jaxb-runtime:2.3.1"
implementation 'org.apache.santuario:xmlsec:2.2.2'
// Compression