Skip to content

Commit

Permalink
Merge pull request #815 from hhovhannisyan/patch-1
Browse files Browse the repository at this point in the history
Update upgrading40x.adoc
  • Loading branch information
puneetbehl authored Dec 14, 2021
2 parents f05152f + 7e32caa commit 5924c1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/en/guide/upgrading/upgrading40x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,12 @@ Grails 5.0.0.RC1 is shipped with Micronaut 2.0. Please check the https://docs.mi
### Micronaut for Spring 3.0.0

Grails 5.0.0.RC1 is updated to Micronaut for Spring 3.0.0, please check out https://github.com/micronaut-projects/micronaut-spring/releases/tag/v3.0.0[release notes] for more information.

### Gradle Build Dependencies
----
compile -> implementation
testCompile -> testImplementation
runtime -> runtimeOnly
testRuntime -> testRuntimeOnly
provided -> compileOnly
----

0 comments on commit 5924c1a

Please sign in to comment.