Skip to content

Commit

Permalink
Bump ch.randelshofer:fastdoubleparser from 2.0.0 to 2.0.1 (#224)
Browse files Browse the repository at this point in the history
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](wrandelshofer/FastDoubleParser@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 4c104f0 commit 5ef9a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast-double-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 5ef9a94

Please sign in to comment.