Skip to content

Commit

Permalink
Bump com.github.seancfoley:ipaddress from 5.4.0 to 5.4.2
Browse files Browse the repository at this point in the history
Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.4.0 to 5.4.2.
- [Release notes](https://github.com/seancfoley/IPAddress/releases)
- [Commits](seancfoley/IPAddress@v5.4.0...v5.4.2)

---
updated-dependencies:
- dependency-name: com.github.seancfoley:ipaddress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jlink committed Feb 5, 2024
1 parent 770d5ed commit cffce24
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') // 5.4.1 no longer works with Java 8
testImplementation('com.github.seancfoley:ipaddress:5.4.2') // 5.4.1 no longer works with Java 8

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

0 comments on commit cffce24

Please sign in to comment.