From ba2e411f0a4cfa979c952d4cfd20137ec2316bad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:57:26 +0000 Subject: [PATCH] Bump ch.randelshofer:fastdoubleparser from 1.0.0 to 1.0.1 Bumps [ch.randelshofer:fastdoubleparser](https://github.com/wrandelshofer/FastDoubleParser) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/wrandelshofer/FastDoubleParser/releases) - [Commits](https://github.com/wrandelshofer/FastDoubleParser/compare/v1.0.0...v1.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 e3c1d3b2..5c9664be 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.0' + implementation 'ch.randelshofer:fastdoubleparser:1.0.1' testImplementation 'org.assertj:assertj-core:3.26.3' testImplementation(platform('org.junit:junit-bom:5.11.0'))