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