11[versions ]
22asset-pipeline = ' 5.0.1'
3- commons-text = ' 1.12.0'
43ehcache = ' 3.10.8'
5- geb = ' 7.0'
6- gorm-hibernate5 = ' 9.0.0-SNAPSHOT'
74grails = ' 7.0.0-SNAPSHOT'
85grails-async-and-events = ' 7.0.0-SNAPSHOT'
9- grails-datamapping = ' 9.0.0-SNAPSHOT'
10- grails-gsp = ' 7.0.0-SNAPSHOT'
11- grails-converters = ' 6.0.0-SNAPSHOT'
12- grails-testing-support = ' 4.0.0-SNAPSHOT'
136groovy = ' 4.0.22'
14- h2database = ' 2.3.232'
15- jakarta-annotation-api = ' 3.0.0'
16- jakarta-servlet-api = ' 6.0.0'
177micronaut = ' 4.5.3'
188selenium = ' 4.19.1'
199selenium-safari = ' 4.19.1'
20- slf4j = ' 2.0.16'
21- spock = ' 2.3-groovy-4.0'
22- spring = ' 6.1.12'
23- springboot = ' 3.3.3'
24- spring-security = ' 6.3.3'
25- tomcat = ' 10.1.29'
2610
2711[libraries ]
28- commons-text = { module = ' org.apache.commons:commons-text' , version.ref = ' commons-text ' }
12+ commons-text = { module = ' org.apache.commons:commons-text' }
2913ehcache = { module = ' org.ehcache:ehcache' , version.ref = ' ehcache' }
30- geb-core = { module = ' org.gebish:geb-core' , version.ref = ' geb' }
31- geb-spock = { module = ' org.gebish:geb-spock' , version.ref = ' geb' }
32- gorm-hibernate5 = { module = ' org.grails.plugins:hibernate5' , version.ref = ' gorm-hibernate5' }
14+ bytebuddy = { module = ' net.bytebuddy:byte-buddy' }
15+ geb-core = { module = ' org.gebish:geb-core' }
16+ geb-spock = { module = ' org.gebish:geb-spock' }
17+ gorm-hibernate5 = { module = ' org.grails.plugins:hibernate5' }
3318grails-asset-pipeline = { module = ' com.bertramlabs.plugins:asset-pipeline-grails' , version.ref = ' asset-pipeline' }
34- grails-core = { module = ' org.grails:grails-core' , version.ref = ' grails' }
35- grails-bootstrap = { module = ' org.grails:grails-bootstrap' , version.ref = ' grails' }
36- grails-converters = { module = ' org.grails.plugins:converters' , version.ref = ' grails-converters' }
37- grails-datastore-core = { module = ' org.grails:grails-datastore-core' , version.ref = ' grails-datamapping' }
38- grails-datastore-gorm = { module = ' org.grails:grails-datastore-gorm' , version.ref = ' grails-datamapping' }
39- grails-domain = { module = ' org.grails:grails-plugin-domain-class' , version.ref = ' grails' }
19+ grails-bom = { module = ' org.grails:grails-bom' , version.ref = ' grails' }
20+ grails-core = { module = ' org.grails:grails-core' }
21+ grails-bootstrap = { module = ' org.grails:grails-bootstrap' }
22+ grails-converters = { module = ' org.grails.plugins:converters' }
23+ grails-datastore-core = { module = ' org.grails:grails-datastore-core' }
24+ grails-datastore-gorm = { module = ' org.grails:grails-datastore-gorm' }
25+ grails-domain = { module = ' org.grails:grails-plugin-domain-class' }
4026grails-events-transform = { module = ' org.grails:grails-events-transform' , version.ref = ' grails-async-and-events' }
41- grails-gsp = { module = ' org.grails.plugins:gsp' , version.ref = ' grails-gsp ' }
42- grails-i18n = { module = ' org.grails:grails-plugin-i18n' , version.ref = ' grails ' }
43- grails-interceptors = { module = ' org.grails:grails-plugin-interceptors' , version.ref = ' grails ' }
44- grails-mimetypes = { module = ' org.grails:grails-plugin-mimetypes' , version.ref = ' grails ' }
27+ grails-gsp = { module = ' org.grails.plugins:gsp' }
28+ grails-i18n = { module = ' org.grails:grails-plugin-i18n' }
29+ grails-interceptors = { module = ' org.grails:grails-plugin-interceptors' }
30+ grails-mimetypes = { module = ' org.grails:grails-plugin-mimetypes' }
4531grails-plugin-async = { module = ' org.grails.plugins:async' , version.ref = ' grails-async-and-events' }
46- grails-rest = { module = ' org.grails:grails-plugin-rest' , version.ref = ' grails ' }
47- grails-services = { module = ' org.grails:grails-plugin-services' , version.ref = ' grails ' }
48- grails-testing-support-gorm = { module = ' org.grails:grails-gorm-testing-support' , version.ref = ' grails-testing-support ' }
49- grails-testing-support-web = { module = ' org.grails:grails-web-testing-support' , version.ref = ' grails-testing-support ' }
50- grails-urlmappings = { module = ' org.grails:grails-plugin-url-mappings' , version.ref = ' grails ' }
51- grails-validation = { module = ' org.grails:grails-plugin-validation' , version.ref = ' grails ' }
52- grails-web-common = { module = ' org.grails:grails-web-common' , version.ref = ' grails ' }
53- grails-web-urlmappings = { module = ' org.grails:grails-web-url-mappings' , version.ref = ' grails ' }
54- groovy-core = { module = ' org.apache.groovy:groovy' , version.ref = ' groovy ' }
55- jakarta-annotation-api = { module = ' jakarta.annotation:jakarta.annotation-api' , version.ref = ' jakarta-annotation-api ' }
56- jakarta-servlet-api = { module = ' jakarta.servlet:jakarta.servlet-api' , version.ref = ' jakarta-servlet-api ' }
57- h2database = { module = ' com.h2database:h2' , version.ref = ' h2database ' }
32+ grails-rest = { module = ' org.grails:grails-plugin-rest' }
33+ grails-services = { module = ' org.grails:grails-plugin-services' }
34+ grails-testing-support-gorm = { module = ' org.grails:grails-gorm-testing-support' }
35+ grails-testing-support-web = { module = ' org.grails:grails-web-testing-support' }
36+ grails-urlmappings = { module = ' org.grails:grails-plugin-url-mappings' }
37+ grails-validation = { module = ' org.grails:grails-plugin-validation' }
38+ grails-web-common = { module = ' org.grails:grails-web-common' }
39+ grails-web-urlmappings = { module = ' org.grails:grails-web-url-mappings' }
40+ groovy-core = { module = ' org.apache.groovy:groovy' }
41+ jakarta-annotation-api = { module = ' jakarta.annotation:jakarta.annotation-api' }
42+ jakarta-servlet-api = { module = ' jakarta.servlet:jakarta.servlet-api' }
43+ h2database = { module = ' com.h2database:h2' }
5844micronaut-httpclient = { module = ' io.micronaut:micronaut-http-client' , version.ref = ' micronaut' }
5945micronaut-inject-groovy = { module = ' io.micronaut:micronaut-inject-groovy' , version.ref = ' micronaut' }
6046micronaut-jackson-databind = { module = ' io.micronaut:micronaut-jackson-databind' , version.ref = ' micronaut' }
@@ -68,26 +54,26 @@ selenium-json = { module = 'org.seleniumhq.selenium:selenium-json', version.ref
6854selenium-remote-driver = { module = ' org.seleniumhq.selenium:selenium-remote-driver' , version.ref = ' selenium' }
6955selenium-safari-driver = { module = ' org.seleniumhq.selenium:selenium-safari-driver' , version.ref = ' selenium-safari' }
7056selenium-support = { module = ' org.seleniumhq.selenium:selenium-support' , version.ref = ' selenium' }
71- slf4j-nop = { module = ' org.slf4j:slf4j-nop' , version.ref = ' slf4j ' }
72- spock-core = { module = ' org.spockframework:spock-core' , version.ref = ' spock ' }
73- spring-beans = { module = ' org.springframework:spring-beans' , version.ref = ' spring ' }
74- spring-core = { module = ' org.springframework:spring-core' , version.ref = ' spring ' }
75- spring-context-core = { module = ' org.springframework:spring-context' , version.ref = ' spring ' }
76- spring-context-support = { module = ' org.springframework:spring-context-support' , version.ref = ' spring ' }
77- spring-expression = { module = ' org.springframework:spring-expression' , version.ref = ' spring ' }
78- spring-security-core = { module = ' org.springframework.security:spring-security-core' , version.ref = ' spring-security ' }
79- spring-security-config = { module = ' org.springframework.security:spring-security-config' , version.ref = ' spring-security ' }
80- spring-security-crypto = { module = ' org.springframework.security:spring-security-crypto' , version.ref = ' spring-security ' }
81- spring-security-web = { module = ' org.springframework.security:spring-security-web' , version.ref = ' spring-security ' }
82- spring-test = { module = ' org.springframework:spring-test' , version.ref = ' spring ' }
83- spring-tx = { module = ' org.springframework:spring-tx' , version.ref = ' spring ' }
84- spring-web = { module = ' org.springframework:spring-web' , version.ref = ' spring ' }
85- springboot-autoconfigure = { module = ' org.springframework.boot:spring-boot-autoconfigure' , version.ref = ' springboot ' }
86- springboot-core = { module = ' org.springframework.boot:spring-boot' , version.ref = ' springboot ' }
87- springboot-starter-logging = { module = ' org.springframework.boot:spring-boot-starter-logging' , version.ref = ' springboot ' }
88- springboot-starter-test = { module = ' org.springframework.boot:spring-boot-starter-test' , version.ref = ' springboot ' }
89- springboot-starter-tomcat = { module = ' org.springframework.boot:spring-boot-starter-tomcat' , version.ref = ' springboot ' }
90- tomcat-jdbc = { module = ' org.apache.tomcat:tomcat-jdbc' , version.ref = ' tomcat ' }
57+ slf4j-nop = { module = ' org.slf4j:slf4j-nop' }
58+ spock-core = { module = ' org.spockframework:spock-core' }
59+ spring-beans = { module = ' org.springframework:spring-beans' }
60+ spring-core = { module = ' org.springframework:spring-core' }
61+ spring-context-core = { module = ' org.springframework:spring-context' }
62+ spring-context-support = { module = ' org.springframework:spring-context-support' }
63+ spring-expression = { module = ' org.springframework:spring-expression' }
64+ spring-security-core = { module = ' org.springframework.security:spring-security-core' }
65+ spring-security-config = { module = ' org.springframework.security:spring-security-config' }
66+ spring-security-crypto = { module = ' org.springframework.security:spring-security-crypto' }
67+ spring-security-web = { module = ' org.springframework.security:spring-security-web' }
68+ spring-test = { module = ' org.springframework:spring-test' }
69+ spring-tx = { module = ' org.springframework:spring-tx' }
70+ spring-web = { module = ' org.springframework:spring-web' }
71+ springboot-autoconfigure = { module = ' org.springframework.boot:spring-boot-autoconfigure' }
72+ springboot-core = { module = ' org.springframework.boot:spring-boot' }
73+ springboot-starter-logging = { module = ' org.springframework.boot:spring-boot-starter-logging' }
74+ springboot-starter-test = { module = ' org.springframework.boot:spring-boot-starter-test' }
75+ springboot-starter-tomcat = { module = ' org.springframework.boot:spring-boot-starter-tomcat' }
76+ tomcat-jdbc = { module = ' org.apache.tomcat:tomcat-jdbc' }
9177
9278[bundles ]
9379geb = [' geb-core' , ' geb-spock' ]
0 commit comments