Skip to content

Commit

Permalink
[api]: Bump io.objectbox:objectbox-gradle-plugin from 4.0.2 to 4.0.3
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.2 to 4.0.3.
- [Commits](https://github.com/objectbox/objectbox-java-generator/commits)

---
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 Oct 17, 2024
1 parent a00db28 commit 3b92753
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 @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript {
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
classpath("io.objectbox:objectbox-gradle-plugin:4.0.2")
classpath("io.objectbox:objectbox-gradle-plugin:4.0.3")
classpath("com.gradleup.shadow:shadow-gradle-plugin:8.3.3")
}

Expand Down

0 comments on commit 3b92753

Please sign in to comment.