From ce60d75b745735a6e77060a2955439e585d918e0 Mon Sep 17 00:00:00 2001 From: John DeRegnaucourt Date: Thu, 21 Mar 2024 00:49:26 -0400 Subject: [PATCH] Updated pom.xml, changelog.md, and README.md --- 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 1b9247d5..8e7f5c50 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.5' +implementation 'com.cedarsoftware:java-util:2.4.6' ``` ##### Maven @@ -23,7 +23,7 @@ implementation 'com.cedarsoftware:java-util:2.4.5' com.cedarsoftware java-util - 2.4.5 + 2.4.6 ``` --- diff --git a/changelog.md b/changelog.md index de17e7b6..4569ae42 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,6 @@ ### Revision History +* 2.4.6 + * All 686 cross product conversions supported are now 100% tested. There will be more exception tests coming. * 2.4.5 * Added `ReflectionUtils.getDeclaredFields()` which gets fields from a `Class`, including an `Enum`, and special handles enum so that system fields are not returned. * 2.4.4 diff --git a/pom.xml b/pom.xml index a0c29961..ca2519a6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.cedarsoftware java-util jar - 2.4.5 + 2.4.6 Java Utilities https://github.com/jdereg/java-util