Skip to content

Commit

Permalink
use headlong v12.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Oct 25, 2024
1 parent 14860c8 commit 617b0d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# headlong-cli
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.
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.

## Build

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
// mavenLocal()
}

final String headlongVersion = '12.3.1'
final String headlongVersion = '12.3.2'
final String junitVersion = '5.10.3'
final DateTimeFormatter dateFormatter = DateTimeFormatter.ofPattern("MMMM d yyyy", Locale.ENGLISH).withZone(ZoneId.of("UTC"))

Expand Down
2 changes: 1 addition & 1 deletion gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<key-servers enabled="true"/>
<trusted-keys>
<trusted-key id="c7be5bcc9fec15518cfda882b0f3710fa64900e7" group="com.google.code.gson"/>
<trusted-key id="d2ea6bcd43b3663cdf6222c135ae09fd38f0cfae" group="com.esaulpaugh" name="headlong" version="12.3.1"/><!-- *** REMEMBER TO UPDATE VERSION ** -->
<trusted-key id="d2ea6bcd43b3663cdf6222c135ae09fd38f0cfae" group="com.esaulpaugh" name="headlong" version="12.3.2"/><!-- *** REMEMBER TO UPDATE VERSION ** -->
<trusted-key id="ff6e2c001948c5f2f38b0cc385911f425ec61b51">
<trusting group="^org[.]junit($|([.].*))" regex="true"/>
<trusting group="org.opentest4j"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<argLine>-Dfile.encoding=UTF-8</argLine>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>MMMMM d yyyy</maven.build.timestamp.format>
<headlong.version>12.3.1</headlong.version>
<headlong.version>12.3.2</headlong.version>
<junit.version>5.10.3</junit.version>
</properties>

Expand Down

0 comments on commit 617b0d4

Please sign in to comment.