Skip to content

Commit

Permalink
Update Fields plugin from 3.0.0.RC1 to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Jul 23, 2024
1 parent 22d9ddd commit 6d88ad8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
api 'javax.servlet:javax.servlet-api'


api "org.grails.plugins:fields:$fieldsVersion"
api "io.github.gpc:fields:$fieldsVersion"
testImplementation "org.grails:grails-plugin-testing"

console "org.grails:grails-console"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
projectVersion=5.0.2-SNAPSHOT
grailsVersion=6.1.1
fieldsVersion=3.0.0.RC1
fieldsVersion=5.0.3

org.gradle.caching=true
org.gradle.daemon=true
Expand Down

0 comments on commit 6d88ad8

Please sign in to comment.