From 040faea906caef29d8cc647f0fcd2bba4595e3e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Wed, 14 Oct 2020 14:41:29 +0200 Subject: [PATCH] update to datatsructure 0.0.3 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 9798615..a411453 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,10 +1,10 @@ group = org.xbib name = content -version = 2.6.0 +version = 2.6.1 gradle.wrapper.version = 6.6.1 xbib.net.version = 2.1.0 -xbib-datastructures-tiny.version = 0.0.2 +xbib-datastructures-tiny.version = 0.0.3 jackson.version = 2.11.3 woodstox.version = 6.2.1 snakeyaml.version = 1.27