Skip to content

Commit

Permalink
Use the Micornaut version shipped with Grails BOM (#715)
Browse files Browse the repository at this point in the history
* Use the Micornaut version shipped with Grails BOM

Removed explicit Gradle logic to force Micornuat version to 3.8.8

* Use Micronaut Spring version shipped with Grails BOM
  • Loading branch information
puneetbehl committed May 24, 2023
1 parent 49fbc20 commit 70cc09e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ subprojects { Project subproject ->
details.requested.name != 'grails-datastore-gorm-hibernate5') {
details.useVersion(gormVersion)
}
if (details.requested.group == "io.micronaut") {
details.useVersion(micronautVersion)
}
if (details.requested.group == "io.micronaut.spring") {
details.useVersion(micronautSpringVersion)
}
}
}

Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jansiVersion=2.4.0
javaParserCoreVersion=3.23.0
jaxbVersion=2.3.1
junitJupiterVersion=5.9.3
micronautVersion=3.8.8
micronautSpringVersion=4.5.1
picocliVersion=4.6.3
projectVersion=8.0.0-SNAPSHOT
pluginGrailsVersion=6.0.0-RC1
Expand Down

0 comments on commit 70cc09e

Please sign in to comment.