From ae8b4812c283e558f5cb455c8a33637dfb6d47db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:35:17 -0800 Subject: [PATCH] Bump ch.randelshofer:fastdoubleparser from 0.9.0 to 1.0.0 (#167) Bumps [ch.randelshofer:fastdoubleparser](https://github.com/wrandelshofer/FastDoubleParser) from 0.9.0 to 1.0.0. - [Release notes](https://github.com/wrandelshofer/FastDoubleParser/releases) - [Commits](https://github.com/wrandelshofer/FastDoubleParser/compare/v0.9.0...v1.0.0) --- updated-dependencies: - dependency-name: ch.randelshofer:fastdoubleparser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 70134d15..da1811d5 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:0.9.0' + implementation 'ch.randelshofer:fastdoubleparser:1.0.0' testImplementation 'org.assertj:assertj-core:3.24.2' testImplementation(platform('org.junit:junit-bom:5.10.1'))