Skip to content

Commit

Permalink
Bump org.immutables:value-annotations from 2.9.3 to 2.10.0
Browse files Browse the repository at this point in the history
Bumps [org.immutables:value-annotations](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-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 816d4fc commit 1d6b260
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.0.1'

annotationProcessor 'org.immutables:value:2.9.3'
compileOnly 'org.immutables:value-annotations:2.9.3'
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 1d6b260

Please sign in to comment.