Skip to content

Commit

Permalink
use headlong v11.1.0;
Browse files Browse the repository at this point in the history
use junit v5.10.2;
  • Loading branch information
esaulpaugh committed Feb 22, 2024
1 parent a0638d1 commit e817eca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {
// mavenLocal()
}

final String headlongVersion = '11.0.0'
final String junitVersion = '5.10.1'
final String headlongVersion = '11.1.0'
final String junitVersion = '5.10.2'
final DateTimeFormatter dateFormatter = DateTimeFormatter.ofPattern("MMMM d yyyy", Locale.ENGLISH).withZone(ZoneId.of("UTC"))

task fatJar(type: Jar) {
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.0.0"/><!-- *** REMEMBER TO UPDATE VERSION ** -->
<trusted-key id="d2ea6bcd43b3663cdf6222c135ae09fd38f0cfae" group="com.esaulpaugh" name="headlong" version="11.1.0"/><!-- *** REMEMBER TO UPDATE VERSION ** -->
<trusted-key id="ff6e2c001948c5f2f38b0cc385911f425ec61b51">
<trusting group="^org[.]junit($|([.].*))" regex="true"/>
<trusting group="org.opentest4j"/>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<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.0.0</headlong.version>
<junit.version>5.10.1</junit.version>
<headlong.version>11.1.0</headlong.version>
<junit.version>5.10.2</junit.version>
</properties>

<dependencies>
Expand Down

0 comments on commit e817eca

Please sign in to comment.