Skip to content

Commit

Permalink
use headlong v11.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Jun 5, 2024
1 parent bc35ea0 commit 4adbcb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0'
final String headlongVersion = '11.1.1'
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.0"/><!-- *** REMEMBER TO UPDATE VERSION ** -->
<trusted-key id="d2ea6bcd43b3663cdf6222c135ae09fd38f0cfae" group="com.esaulpaugh" name="headlong" version="11.1.1"/><!-- *** 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>11.1.0</headlong.version>
<headlong.version>11.1.1</headlong.version>
<junit.version>5.10.2</junit.version>
</properties>

Expand Down

0 comments on commit 4adbcb7

Please sign in to comment.