Skip to content

Commit

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

---
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 Jul 9, 2024
1 parent 928718b commit b6bb685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DHProcess/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {

dependencies {
annotationProcessor 'org.immutables:value:2.8.1'
compileOnly 'org.immutables:value-annotations:2.8.1'
compileOnly 'org.immutables:value-annotations:2.10.1'

implementation ('com.github.oshi:oshi-core:5.8.3') {
because 'it is able to greatly simplify collection of system information'
Expand Down
2 changes: 1 addition & 1 deletion Util/immutables/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {
}

dependencies {
compileOnlyApi 'org.immutables:value-annotations:2.9.2'
compileOnlyApi 'org.immutables:value-annotations:2.10.1'
}

0 comments on commit b6bb685

Please sign in to comment.