From 4f99ea98f70d4d38578b59518e22d79210f3e6c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:52:38 +0000 Subject: [PATCH] Bump ch.randelshofer:fastdoubleparser from 2.0.0 to 2.0.1 Bumps [ch.randelshofer:fastdoubleparser](https://github.com/wrandelshofer/FastDoubleParser) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/wrandelshofer/FastDoubleParser/releases) - [Commits](https://github.com/wrandelshofer/FastDoubleParser/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: ch.randelshofer:fastdoubleparser dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fast-double-parser/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fast-double-parser/build.gradle b/fast-double-parser/build.gradle index 1e271b10..67dd2d1c 100644 --- a/fast-double-parser/build.gradle +++ b/fast-double-parser/build.gradle @@ -8,7 +8,7 @@ dependencies { api rootProject // Multi-release jar, 8+ compatible - implementation 'ch.randelshofer:fastdoubleparser:2.0.0' + implementation 'ch.randelshofer:fastdoubleparser:2.0.1' testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation(platform('org.junit:junit-bom:5.11.3'))