From ae549a732e7afc9802e0e830374fc20a676118fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 12:46:13 +0000 Subject: [PATCH] Bump ch.randelshofer:fastdoubleparser from 1.0.1 to 2.0.0 Bumps [ch.randelshofer:fastdoubleparser](https://github.com/wrandelshofer/FastDoubleParser) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/wrandelshofer/FastDoubleParser/releases) - [Commits](https://github.com/wrandelshofer/FastDoubleParser/compare/v1.0.1...v2.0.0) --- updated-dependencies: - dependency-name: ch.randelshofer:fastdoubleparser dependency-type: direct:production update-type: version-update:semver-major ... 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 8f52b0e..1e271b1 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:1.0.1' + implementation 'ch.randelshofer:fastdoubleparser:2.0.0' testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation(platform('org.junit:junit-bom:5.11.3'))