From 3ffa07d65f515fe39d2411cd7c6d274b4da04de6 Mon Sep 17 00:00:00 2001 From: Robinson Date: Tue, 15 Mar 2022 09:26:15 +0100 Subject: [PATCH] Updated utils --- LICENSE | 6 ++++++ build.gradle.kts | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 31448375..e71eb796 100644 --- a/LICENSE +++ b/LICENSE @@ -837,6 +837,12 @@ Dorkbox LLC Extra license information + - AhoCorasickDoubleArrayTrie - Utilities for use within Java projects + [The Apache Software License, Version 2.0] + https://github.com/hankcs/AhoCorasickDoubleArrayTrie + Copyright 2018 + hankcs + - MersenneTwisterFast - [BSD 3-Clause License] https://git.dorkbox.com/dorkbox/Utilities diff --git a/build.gradle.kts b/build.gradle.kts index a674bc0d..645e4c96 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -153,7 +153,7 @@ dependencies { api("com.dorkbox:ObjectPool:3.5") api("com.dorkbox:Serializers:2.6") api("com.dorkbox:Storage:1.1") - api("com.dorkbox:Utilities:1.17") + api("com.dorkbox:Utilities:1.19") // https://github.com/real-logic/aeron