Skip to content

Commit

Permalink
update junit version
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Nov 30, 2023
1 parent d89e603 commit 2812548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 {
}

final String headlongVersion = '10.0.1'
final String junitVersion = '5.10.0'
final String junitVersion = '5.10.1'
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 pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>MMMMM d yyyy</maven.build.timestamp.format>
<headlong.version>10.0.1</headlong.version>
<junit.version>5.10.0</junit.version>
<junit.version>5.10.1</junit.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 2812548

Please sign in to comment.