Skip to content

Commit

Permalink
Bump ch.randelshofer:fastdoubleparser from 0.5.3 to 0.7.0 (#96)
Browse files Browse the repository at this point in the history
Bumps [ch.randelshofer:fastdoubleparser](https://github.com/wrandelshofer/FastDoubleParser) from 0.5.3 to 0.7.0.
- [Release notes](https://github.com/wrandelshofer/FastDoubleParser/releases)
- [Commits](wrandelshofer/FastDoubleParser@v0.5.3...v0.7.0)

---
updated-dependencies:
- dependency-name: ch.randelshofer:fastdoubleparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2023
1 parent 13b3679 commit 59ca61e
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:0.5.3'
implementation 'ch.randelshofer:fastdoubleparser:0.7.0'

testImplementation 'org.assertj:assertj-core:3.24.1'
testImplementation(platform('org.junit:junit-bom:5.9.2'))
Expand Down

0 comments on commit 59ca61e

Please sign in to comment.