aboutsummaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-03-22 17:41:04 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-03-22 18:06:59 +0100
commit49458bb09f60e421d0c7fffba115d0e47a5b6162 (patch)
tree405223d51d0a59877f5ffb67e2cf8eb583496dc5 /libs
parent7fa19f4f8c424fb68d4248aee9862dc00c4dc670 (diff)
update dependencies
Diffstat (limited to 'libs')
-rw-r--r--libs/xmpp-addr/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/xmpp-addr/build.gradle b/libs/xmpp-addr/build.gradle
index 2d30752c4..0675efe7d 100644
--- a/libs/xmpp-addr/build.gradle
+++ b/libs/xmpp-addr/build.gradle
@@ -7,7 +7,7 @@ repositories {
}
dependencies {
- implementation 'rocks.xmpp:precis:1.0.0'
+ implementation 'rocks.xmpp:precis:1.1.0'
}
sourceCompatibility = "8"