From 8d3c07b8cd48d91d44d0bc0bbeaba543fc51f9c4 Mon Sep 17 00:00:00 2001 From: Evan Saulpaugh Date: Thu, 31 Oct 2024 06:59:04 -0500 Subject: [PATCH] use headlong v12.3.3 --- README.md | 2 +- build.gradle | 2 +- gradle/verification-metadata.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee640c3..8534499 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.2 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.3 which depends on gson v2.10.1. Licensed under Apache 2.0 terms. ## Build diff --git a/build.gradle b/build.gradle index d37898a..e16fbf5 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ repositories { // mavenLocal() } -final String headlongVersion = '12.3.2' +final String headlongVersion = '12.3.3' 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 37a5522..5daabff 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -6,7 +6,7 @@ - + diff --git a/pom.xml b/pom.xml index 20aab87..bbb531c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ -Dfile.encoding=UTF-8 UTF-8 MMMMM d yyyy - 12.3.2 + 12.3.3 5.10.3