Skip to content

Commit

Permalink
Merge branch '5.2.x' into 5.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed May 8, 2023
2 parents b7cda54 + 18c8edc commit 2628920
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/en/guide/upgrading/upgrading40x.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You will need to upgrade your Grails version defined in `gradle.properties` as:
.gradle.properties
----
...
grailsVersion=5.1.1
grailsVersion=5.2.0
...
----

Expand Down Expand Up @@ -38,6 +38,25 @@ gormVersion=7.2.0
...
----

### Bump up gradle version

Grails 5.2.x uses gradle 7.2

[source, properties]
.gradle-wrapper.properties
----
...
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
...
----

Also you can run this command

[source, properties]
----
./gradlew wrapper --gradle-version 7.2
----

### GORM for MonogDB Sync Driver

The GORM for MongoDB is updated to support latest mongodb-driver-sync. If you are using GORM for MongoDB and doing something specific to MongoDB Driver or low level Mongo API then you might want to take a look at https://mongodb.github.io/mongo-java-driver/4.0/upgrading/[Upgrading to the 4.0 Driver]
Expand Down

0 comments on commit 2628920

Please sign in to comment.