Skip to content

Commit

Permalink
Merge pull request #4 from thriving-dev/fix/use-correct-dep-to-identi…
Browse files Browse the repository at this point in the history
…fy-latest-version

fix: use correct dep to identify latest version
  • Loading branch information
hartmut-co-uk authored Jan 28, 2024
2 parents 1e99874 + 8d78709 commit 690094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ micronaut_aot_plugin = "4.2.1"
[libraries]
# note: the defined library 'micronaut-core' is not referenced directly in any build.gradle(.kts)
# but required for renovate to check and update micronaut.
micronaut = { module = "io.micronaut:micronaut-core", version.ref = "micronaut" }
micronaut = { module = "io.micronaut:micronaut-core-bom", version.ref = "micronaut" }

junit = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
Expand Down

0 comments on commit 690094c

Please sign in to comment.