Skip to content

Commit

Permalink
[api]: Bump io.objectbox:objectbox-gradle-plugin from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [io.objectbox:objectbox-gradle-plugin](https://github.com/objectbox/objectbox-java-generator) from 4.0.1 to 4.0.2.
- [Commits](objectbox/objectbox-java-generator@V4.0.1...V4.0.2)

---
updated-dependencies:
- dependency-name: io.objectbox:objectbox-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiagohm committed Aug 21, 2024
1 parent 4123b39 commit 8bdf638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.10")
classpath("org.jetbrains.kotlin:kotlin-allopen:2.0.10")
classpath("io.objectbox:objectbox-gradle-plugin:4.0.1")
classpath("io.objectbox:objectbox-gradle-plugin:4.0.2")
}

repositories {
Expand Down

0 comments on commit 8bdf638

Please sign in to comment.