From a5ff5a7ef8f1c2fd43da90985a9760331a05786c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:45:39 +0000 Subject: [PATCH] Bump com.github.seancfoley:ipaddress from 5.4.0 to 5.4.1 Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.4.0 to 5.4.1. - [Release notes](https://github.com/seancfoley/IPAddress/releases) - [Commits](https://github.com/seancfoley/IPAddress/compare/v5.4.0...v5.4.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 9d726eb16..40ad2c093 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.4.0') + testImplementation('com.github.seancfoley:ipaddress:5.4.1') testImplementation("org.assertj:assertj-core:${assertJVersion}") testRuntimeOnly(project(":engine"))