You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that this extension still use the old version of apache-common('commons-lang:commons-lang:2.6'), but grails 4 bump the version to commons-lang3:3.8. So I think you should upgradle the apache-common dependencies.
The text was updated successfully, but these errors were encountered:
Grails 4.0.5 will raise this exception:
grails-postgresql-extensions/src/main/groovy/net/kaleidos/hibernate/usertype/JsonMapType.groovy
Line 38 in c52b0ff
Seems that this extension still use the old version of
apache-common
('commons-lang:commons-lang:2.6'
), but grails 4 bump the version tocommons-lang3:3.8
. So I think you should upgradle the apache-common dependencies.The text was updated successfully, but these errors were encountered: