Skip to content

Commit

Permalink
Bump org.immutables:value from 2.9.3 to 2.10.0 (#143)
Browse files Browse the repository at this point in the history
Bumps [org.immutables:value](https://github.com/immutables/immutables) from 2.9.3 to 2.10.0.
- [Release notes](https://github.com/immutables/immutables/releases)
- [Commits](immutables/immutables@2.9.3...2.10.0)

---
updated-dependencies:
- dependency-name: org.immutables:value
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Dec 8, 2023
1 parent 6ad6e25 commit d9d9721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def customDoubleParser = project.findProperty('customDoubleParser') ?: 'fast-dou
dependencies {
compileOnly 'org.jetbrains:annotations:24.1.0'

annotationProcessor 'org.immutables:value:2.9.3'
compileOnly 'org.immutables:value-annotations:2.9.3'
annotationProcessor 'org.immutables:value:2.10.0'
compileOnly 'org.immutables:value-annotations:2.10.0'

if (customDoubleParser == 'fast-double-parser') {
// By default, use the fast double parser for tests and JMH
Expand Down

0 comments on commit d9d9721

Please sign in to comment.