From 6ee0730f010dd311461c6e759363c50784ec389b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 04:24:52 +0000 Subject: [PATCH] Update dependency com.github.seancfoley:ipaddress to v5.5.0 --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index f27ee90..3ad9211 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -3,5 +3,5 @@ dependencies { api("commons-logging:commons-logging:1.3.0") api("io.netty:netty-all:4.1.107.Final") api("org.apache.logging.log4j:log4j-api:${parent!!.extra.get("log4jVersion")}") - api("com.github.seancfoley:ipaddress:5.4.0") + api("com.github.seancfoley:ipaddress:5.5.0") }