From 22a4f40a5b21650c059a4aff5b9b415f991a3c12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 02:44:19 +0000 Subject: [PATCH] chore(gradle): 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b6286ed4ff0..7158c2d459f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -65,7 +65,7 @@ parquet = "1.14.3" picocli = "4.7.6" postgresql = "42.7.4" protobuf = "3.25.3" -randelshofer = "1.0.1" +randelshofer = "2.0.0" rdblue = "0.1.1" selenium = "4.16.1" slf4j = "2.0.16"