Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 9d31a89 commit b0d8145
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.10.0'
compileOnly 'org.immutables:value-annotations:2.10.0'
annotationProcessor 'org.immutables:value:2.10.1'
compileOnly 'org.immutables:value-annotations:2.10.1'

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

0 comments on commit b0d8145

Please sign in to comment.