From f21424d407891987e8c2d942a141044c9ac75d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:52:05 +0000 Subject: [PATCH] Bump org.jctools:jctools-core from 4.0.1 to 4.0.2 Bumps [org.jctools:jctools-core](https://github.com/JCTools/JCTools) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/JCTools/JCTools/releases) - [Changelog](https://github.com/JCTools/JCTools/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/JCTools/JCTools/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: org.jctools:jctools-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f5e7b28..c4232f7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation("com.github.albfernandez:juniversalchardet:2.4.0") implementation("org.apache.commons:commons-collections4:4.4") - implementation("org.jctools:jctools-core:4.0.1") + implementation("org.jctools:jctools-core:4.0.2") implementation("commons-beanutils:commons-beanutils:1.9.4") implementation("uk.com.robust-it:cloning:1.9.12") implementation(project(":http-client"))