Skip to content

Commit

Permalink
downgrade to headlong v12.1.0 to avoid dependency verification fail i…
Browse files Browse the repository at this point in the history
…n github action
  • Loading branch information
esaulpaugh committed Sep 16, 2024
1 parent d1bd386 commit bb109ed
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0'
final String headlongVersion = '12.1.0'
final String junitVersion = '5.10.3'
final DateTimeFormatter dateFormatter = DateTimeFormatter.ofPattern("MMMM d yyyy", Locale.ENGLISH).withZone(ZoneId.of("UTC"))

Expand Down

0 comments on commit bb109ed

Please sign in to comment.