From 16d0d907a29483a5f7bdcf2c04c7bda87121366d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:34:17 -0800 Subject: [PATCH] Bump com.github.seancfoley:ipaddress in /data-prepper-expression (#4060) Bumps [com.github.seancfoley:ipaddress](https://github.com/seancfoley/IPAddress) from 5.4.0 to 5.4.2. - [Release notes](https://github.com/seancfoley/IPAddress/releases) - [Commits](https://github.com/seancfoley/IPAddress/compare/v5.4.0...v5.4.2) --- updated-dependencies: - dependency-name: com.github.seancfoley:ipaddress dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- data-prepper-expression/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-prepper-expression/build.gradle b/data-prepper-expression/build.gradle index 21f377e400..182566c2af 100644 --- a/data-prepper-expression/build.gradle +++ b/data-prepper-expression/build.gradle @@ -27,7 +27,7 @@ dependencies { implementation platform('org.apache.logging.log4j:log4j-bom:2.22.0') implementation 'org.apache.logging.log4j:log4j-core' implementation 'org.apache.logging.log4j:log4j-slf4j2-impl' - implementation 'com.github.seancfoley:ipaddress:5.4.0' + implementation 'com.github.seancfoley:ipaddress:5.4.2' testImplementation testLibs.spring.test testImplementation libs.commons.lang3 testImplementation 'com.fasterxml.jackson.core:jackson-databind'