iamthechad / grails3-recaptcha

ReCaptcha plugin for Grails 3
Other
3 stars 10 forks source link

Upgrade plugin to Grails 5 #41

Open bkoehm opened 2 years ago

bkoehm commented 2 years ago

Upgraded to Grails 5, extended from pull request #40 from @vishnuaggarwal23 which upgraded to Grails 4. The most notable change is in the Post class where usage of deprecated RestBuilder has been replaced with Spring Boot's RestTemplateBuilder.