From 5f3aa0a8d5c7f9051fdc98cb9e9a39b21bef836b Mon Sep 17 00:00:00 2001 From: John DeRegnaucourt Date: Fri, 8 Mar 2024 22:46:13 -0500 Subject: [PATCH] More tests added. Enum conversion added. --- README.md | 4 ++-- changelog.md | 2 ++ pom.xml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01c9a701..c5e1cec1 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.3' +implementation 'com.cedarsoftware:java-util:2.4.4' ``` ##### Maven @@ -23,7 +23,7 @@ implementation 'com.cedarsoftware:java-util:2.4.3' com.cedarsoftware java-util - 2.4.3 + 2.4.4 ``` --- diff --git a/changelog.md b/changelog.md index dae97043..446212f7 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,6 @@ ### Revision History +* 2.4.4 + * `Converter` - Enum test added. 683 combinations. * 2.4.3 * `DateUtilities` - now supports timezone offset with seconds component (rarer than seeing a bald eagle in your backyard). * `Converter` - many more tests added...682 combinations. diff --git a/pom.xml b/pom.xml index 0f072a61..7ee85f9c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.cedarsoftware java-util jar - 2.4.3 + 2.4.4 Java Utilities https://github.com/jdereg/java-util