From 7b064f54ea5545de73175006ea1bd26f5bd3f723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:30:47 +0000 Subject: [PATCH] Bump com.github.seancfoley:ipaddress from 5.5.0 to 5.5.1 Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.5.0 to 5.5.1. - [Release notes](https://github.com/seancfoley/IPAddress/releases) - [Commits](https://github.com/seancfoley/IPAddress/compare/v5.5.0...v5.5.1) --- updated-dependencies: - dependency-name: com.github.seancfoley:ipaddress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/build.gradle b/web/build.gradle index 11d5c9ecc..4725be6fa 100644 --- a/web/build.gradle +++ b/web/build.gradle @@ -88,7 +88,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter:${junitJupiterVersion}") // To verify generated email addresses - testImplementation('com.github.seancfoley:ipaddress:5.5.0') // 5.4.1 no longer works with Java 8 + testImplementation('com.github.seancfoley:ipaddress:5.5.1') // 5.4.1 no longer works with Java 8 testImplementation("org.assertj:assertj-core:${assertJVersion}") testRuntimeOnly(project(":engine"))