Skip to content

Commit

Permalink
use headlong v12.0.0 in gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Jun 26, 2024
1 parent e830145 commit 110092b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 v11.1.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.0.0 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 @@ -27,7 +27,7 @@ repositories {
// mavenLocal()
}

final String headlongVersion = '11.1.1'
final String headlongVersion = '12.0.0'
final String junitVersion = '5.10.2'
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="11.1.1"/><!-- *** REMEMBER TO UPDATE VERSION ** -->
<trusted-key id="d2ea6bcd43b3663cdf6222c135ae09fd38f0cfae" group="com.esaulpaugh" name="headlong" version="12.0.0"/><!-- *** REMEMBER TO UPDATE VERSION ** -->
<trusted-key id="ff6e2c001948c5f2f38b0cc385911f425ec61b51">
<trusting group="^org[.]junit($|([.].*))" regex="true"/>
<trusting group="org.opentest4j"/>
Expand Down

0 comments on commit 110092b

Please sign in to comment.