From 68378f99cb1ff570aafee45ddd975ff41049b336 Mon Sep 17 00:00:00 2001 From: John DeRegnaucourt Date: Mon, 26 Feb 2024 23:50:04 -0500 Subject: [PATCH] updated version info. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf19eb49..98159a80 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The classes in the`.jar`file are version 52 (`JDK 1.8`). To include in your project: ##### GradleF ``` -implementation 'com.cedarsoftware:java-util:2.4.1' +implementation 'com.cedarsoftware:java-util:2.4.2' ``` ##### Maven @@ -23,7 +23,7 @@ implementation 'com.cedarsoftware:java-util:2.4.1' com.cedarsoftware java-util - 2.4.1 + 2.4.2 ``` ---