Skip to content

Commit

Permalink
Bump ch.randelshofer:fastdoubleparser from 0.9.0 to 1.0.0 (#167)
Browse files Browse the repository at this point in the history
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](wrandelshofer/FastDoubleParser@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent ddbf49d commit ae8b481
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.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'))
Expand Down

0 comments on commit ae8b481

Please sign in to comment.