Skip to content

Commit

Permalink
web module: Upgrade com.github.seancfoley:ipaddress to 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Jan 29, 2024
1 parent 5899ab3 commit 31d6bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:${junitJupiterVersion}")

// To verify generated email addresses
testImplementation('com.github.seancfoley:ipaddress:5.4.0')
testImplementation('com.github.seancfoley:ipaddress:5.4.1')

testImplementation("org.assertj:assertj-core:${assertJVersion}")
testRuntimeOnly(project(":engine"))
Expand Down

0 comments on commit 31d6bdf

Please sign in to comment.