Skip to content

Commit

Permalink
Bump com.squareup:javapoet from 1.11.1 to 1.13.0 in /android-refimpl-app
Browse files Browse the repository at this point in the history
Bumps [com.squareup:javapoet](https://github.com/square/javapoet) from 1.11.1 to 1.13.0.
- [Changelog](https://github.com/square/javapoet/blob/master/CHANGELOG.md)
- [Commits](square/javapoet@javapoet-1.11.1...javapoet-1.13.0)

---
updated-dependencies:
- dependency-name: com.squareup:javapoet
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 4a28b03 commit 1de47b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-refimpl-app/orma_processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ sourceCompatibility = JavaVersion.VERSION_1_8
dependencies {
implementation('com.github.zoff99:pkgs_maskaradeOrma-annotations:6.0.2')
compileOnly "androidx.annotation:annotation:1.7.1"
implementation 'com.squareup:javapoet:1.11.1'
implementation 'com.squareup:javapoet:1.13.0'
}

0 comments on commit 1de47b8

Please sign in to comment.