Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 6d88ad8

Browse files
committed
Update Fields plugin from 3.0.0.RC1 to 5.0.3
1 parent 22d9ddd commit 6d88ad8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
api 'javax.servlet:javax.servlet-api'
3131

3232

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

3636
console "org.grails:grails-console"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
projectVersion=5.0.2-SNAPSHOT
22
grailsVersion=6.1.1
3-
fieldsVersion=3.0.0.RC1
3+
fieldsVersion=5.0.3
44

55
org.gradle.caching=true
66
org.gradle.daemon=true

0 commit comments

Comments
 (0)