Skip to content

Commit

Permalink
Bump ch.randelshofer:fastdoubleparser from 1.0.1 to 2.0.0
Browse files Browse the repository at this point in the history
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](wrandelshofer/FastDoubleParser@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 56e64c6 commit ae549a7
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:1.0.1'
implementation 'ch.randelshofer:fastdoubleparser:2.0.0'

testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation(platform('org.junit:junit-bom:5.11.3'))
Expand Down

0 comments on commit ae549a7

Please sign in to comment.