From 95789244def8e53b3ffd6b88df40ac61580e476d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 12:02:39 +0000 Subject: [PATCH] Bump ipaddress from 5.3.4 to 5.4.0 Bumps [ipaddress](https://github.com/seancfoley/IPAddress) from 5.3.4 to 5.4.0. - [Release notes](https://github.com/seancfoley/IPAddress/releases) - [Commits](https://github.com/seancfoley/IPAddress/compare/v5.3.4...v5.4.0) --- updated-dependencies: - dependency-name: com.github.seancfoley:ipaddress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d92f8e24..b15ce64a 100644 --- a/build.gradle +++ b/build.gradle @@ -190,7 +190,7 @@ subprojects { dependencies { implementation "org.jetbrains:annotations:23.0.0" implementation "io.github.classgraph:classgraph:4.8.149" - implementation "com.github.seancfoley:ipaddress:5.3.4" + implementation "com.github.seancfoley:ipaddress:5.4.0" // Tests - JUnit 5 testImplementation "org.junit.jupiter:junit-jupiter-params:5.8.2"