Skip to content

Commit

Permalink
Use the correct version for the micronaut-data processor with SpringB…
Browse files Browse the repository at this point in the history
…oot (micronaut-projects#1164)

We were using the version of Micronaut, which is incorrect
  • Loading branch information
timyates authored Nov 17, 2022
1 parent 3febca2 commit c1c28ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void apply(GeneratorContext generatorContext) {
}
generatorContext.addDependency(MicronautDependencyUtils.dataDependency()
.artifactId("micronaut-data-processor")
.versionProperty(MICRONAUT_VERSION)
.version(VersionInfo.getBomVersion("micronaut.data"))
.annotationProcessor());

generatorContext.addDependency(MicronautDependencyUtils.coreDependency()
Expand Down

0 comments on commit c1c28ce

Please sign in to comment.