From 95ae6b9d768b805aa167682da31b3b79a8bb102e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 06:14:36 +0000 Subject: [PATCH] Bump com.github.seancfoley:ipaddress from 5.5.1 to 5.6.2 Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.5.1 to 5.6.2. - [Release notes](https://github.com/seancfoley/IPAddress/releases) - [Commits](https://github.com/seancfoley/IPAddress/compare/v5.5.1...v5.6.2) --- updated-dependencies: - dependency-name: com.github.seancfoley:ipaddress dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- opa-builtins/opa-builtins-net/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opa-builtins/opa-builtins-net/build.gradle.kts b/opa-builtins/opa-builtins-net/build.gradle.kts index 4c2addb8..14782205 100644 --- a/opa-builtins/opa-builtins-net/build.gradle.kts +++ b/opa-builtins/opa-builtins-net/build.gradle.kts @@ -9,7 +9,7 @@ repositories { dependencies { api(project(":opa-evaluator")) - implementation("com.github.seancfoley:ipaddress:5.5.1") + implementation("com.github.seancfoley:ipaddress:5.6.2") } java {