Skip to content

Commit

Permalink
web module: Downgrade com.github.seancfoley:ipaddress to 5.4.0 (5.4.1…
Browse files Browse the repository at this point in the history
… does not work with Java 8)
  • Loading branch information
jlink committed Jan 29, 2024
1 parent 31d6bdf commit 28012bb
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.1')
testImplementation('com.github.seancfoley:ipaddress:5.4.0') // 5.4.1 no longer works with Java 8

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

0 comments on commit 28012bb

Please sign in to comment.