diff --git a/README.md b/README.md index 705465b..186f68b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # headlong-cli -Command line interface for https://github.com/esaulpaugh/headlong ABI and RLP codecs. Depends on headlong v12.3.0 and gson v2.10.1. Licensed under Apache 2.0 terms. +Command line interface for https://github.com/esaulpaugh/headlong ABI and RLP codecs. Depends on headlong v12.3.1 and gson v2.10.1. Licensed under Apache 2.0 terms. ## Build diff --git a/build.gradle b/build.gradle index f714e24..01cf6a9 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ repositories { // mavenLocal() } -final String headlongVersion = '12.3.0' +final String headlongVersion = '12.3.1' final String junitVersion = '5.10.3' final DateTimeFormatter dateFormatter = DateTimeFormatter.ofPattern("MMMM d yyyy", Locale.ENGLISH).withZone(ZoneId.of("UTC")) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index a6b3c17..5835a2e 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -6,7 +6,7 @@ - + diff --git a/pom.xml b/pom.xml index 49eed70..cdd819c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ -Dfile.encoding=UTF-8 UTF-8 MMMMM d yyyy - 12.3.0 + 12.3.1 5.10.3