From db1b9a2a0bc2c93b1dac5b4490b77dc828375494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 06:20:01 +0000 Subject: [PATCH] Bump jctools-core from 3.3.0 to 3.3.1-ea Bumps [jctools-core](https://github.com/JCTools/JCTools) from 3.3.0 to 3.3.1-ea. - [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/commits) --- 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 050ed7c2..7397f7a6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ intellij { dependencies { implementation("com.github.albfernandez:juniversalchardet:2.4.0") implementation("org.apache.commons:commons-collections4:4.4") - implementation("org.jctools:jctools-core:3.3.0") + implementation("org.jctools:jctools-core:3.3.1-ea") implementation("commons-beanutils:commons-beanutils:1.9.4") implementation("javax.media:jmf:2.1.1e") implementation("uk.com.robust-it:cloning:1.9.12")