Skip to content

Commit

Permalink
Bump org.immutables:value-annotations from 2.10.0 to 2.10.1
Browse files Browse the repository at this point in the history
Bumps [org.immutables:value-annotations](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-annotations
  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 1810418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
compileOnly 'org.jetbrains:annotations:24.1.0'

annotationProcessor 'org.immutables:value:2.10.0'
compileOnly 'org.immutables:value-annotations:2.10.0'
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 1810418

Please sign in to comment.