|
22 | 22 | // These files are split to facilitate separation of build vs application dependencies. These are the application dependencies. |
23 | 23 | ext { |
24 | 24 | gradleBomDependencyVersions = [ |
25 | | - 'ant.version' : '1.10.15', |
26 | | - 'asciidoctor-gradle-jvm.version' : '4.0.4', |
27 | | - 'asciidoctorj.version' : '3.0.0', |
28 | | - 'asset-pipeline-gradle.version' : '5.0.14', |
29 | | - 'byte-buddy.version' : '1.17.6', |
30 | | - 'commons-text.version' : '1.13.1', |
31 | | - 'directory-watcher.version' : '0.19.1', |
32 | | - 'gradle-spock.version' : '2.3-groovy-3.0', |
33 | | - 'grails-publish-plugin.version' : '7.0.0-SNAPSHOT', |
34 | | - 'grails-gdoc-engine.version' : '1.0.1', |
35 | | - 'jansi.version' : '1.18', |
36 | | - 'javaparser-core.version' : '3.27.0', |
37 | | - 'jline.version' : '2.14.6', |
38 | | - 'jna.version' : '5.17.0', |
39 | | - 'jquery.version' : '3.7.1', |
40 | | - 'objenesis.version' : '3.4', |
41 | | - 'gradle-spock.version' : '2.3-groovy-3.0', |
42 | | - 'spring-boot.version' : '3.5.4', |
43 | | - 'springloaded.version' : '1.2.8.RELEASE', |
| 25 | + 'ant.version' : '1.10.15', |
| 26 | + 'asciidoctor-gradle-jvm.version': '4.0.4', |
| 27 | + 'asciidoctorj.version' : '3.0.0', |
| 28 | + 'asset-pipeline-gradle.version' : '5.0.15', |
| 29 | + 'byte-buddy.version' : '1.17.6', |
| 30 | + 'commons-text.version' : '1.13.1', |
| 31 | + 'directory-watcher.version' : '0.19.1', |
| 32 | + 'gradle-spock.version' : '2.3-groovy-3.0', |
| 33 | + 'grails-publish-plugin.version' : '7.0.0-SNAPSHOT', |
| 34 | + 'grails-gdoc-engine.version' : '1.0.1', |
| 35 | + 'jansi.version' : '1.18', |
| 36 | + 'javaparser-core.version' : '3.27.0', |
| 37 | + 'jline.version' : '2.14.6', |
| 38 | + 'jna.version' : '5.17.0', |
| 39 | + 'jquery.version' : '3.7.1', |
| 40 | + 'objenesis.version' : '3.4', |
| 41 | + 'gradle-spock.version' : '2.3-groovy-3.0', |
| 42 | + 'spring-boot.version' : '3.5.4', |
| 43 | + 'springloaded.version' : '1.2.8.RELEASE', |
44 | 44 | ] |
45 | 45 |
|
46 | 46 | // Note: the name of the dependency must be the prefix of the property name so properties in the pom are resolved correctly |
@@ -72,37 +72,37 @@ ext { |
72 | 72 | ] |
73 | 73 |
|
74 | 74 | bomDependencyVersions = [ |
75 | | - 'asset-pipeline-grails.version': '5.0.14', |
76 | | - 'bootstrap-icons.version' : '1.13.1', |
77 | | - 'bootstrap.version' : '5.3.7', |
78 | | - 'commons-codec.version' : '1.18.0', |
79 | | - 'geb-spock.version' : '7.0', |
80 | | - 'groovy.version' : '4.0.28', |
81 | | - 'h2.version' : '2.3.232', |
82 | | - 'jackson.version' : '2.19.1', |
83 | | - 'jquery.version' : '3.7.1', |
84 | | - 'liquibase-hibernate5.version' : '4.27.0', |
85 | | - 'mongodb.version' : '5.5.1', |
86 | | - 'rxjava.version' : '1.3.8', |
87 | | - 'rxjava2.version' : '2.2.21', |
88 | | - 'rxjava3.version' : '3.1.11', |
89 | | - 'selenium.version' : '4.34.0', |
90 | | - 'spock.version' : '2.3-groovy-4.0', |
91 | | - 'sitemesh.version' : '2.6.0', |
92 | | - 'starter-sitemesh.version' : '3.2.2', |
| 75 | + 'asset-pipeline-bom.version' : '5.0.15', |
| 76 | + 'bootstrap-icons.version' : '1.13.1', |
| 77 | + 'bootstrap.version' : '5.3.7', |
| 78 | + 'commons-codec.version' : '1.18.0', |
| 79 | + 'geb-spock.version' : '7.0', |
| 80 | + 'groovy.version' : '4.0.28', |
| 81 | + 'h2.version' : '2.3.232', |
| 82 | + 'jackson.version' : '2.19.1', |
| 83 | + 'jquery.version' : '3.7.1', |
| 84 | + 'liquibase-hibernate5.version': '4.27.0', |
| 85 | + 'mongodb.version' : '5.5.1', |
| 86 | + 'rxjava.version' : '1.3.8', |
| 87 | + 'rxjava2.version' : '2.2.21', |
| 88 | + 'rxjava3.version' : '3.1.11', |
| 89 | + 'selenium.version' : '4.34.0', |
| 90 | + 'spock.version' : '2.3-groovy-4.0', |
| 91 | + 'sitemesh.version' : '2.6.0', |
| 92 | + 'starter-sitemesh.version' : '3.2.2', |
93 | 93 | ] |
94 | 94 |
|
95 | 95 | // Note: the name of the dependency must be the prefix of the property name so properties in the pom are resolved correctly |
96 | 96 | bomPlatformDependencies = [ |
97 | | - 'spock-bom' : "org.spockframework:spock-bom:${bomDependencyVersions['spock.version']}", |
98 | | - 'jackson-bom' : "com.fasterxml.jackson:jackson-bom:${bomDependencyVersions['jackson.version']}", |
99 | | - 'groovy-bom' : "org.apache.groovy:groovy-bom:${bomDependencyVersions['groovy.version']}", |
100 | | - 'selenium-bom': "org.seleniumhq.selenium:selenium-bom:${bomDependencyVersions['selenium.version']}", |
| 97 | + 'asset-pipeline-bom': "cloud.wondrify:asset-pipeline-bom:${bomDependencyVersions['asset-pipeline-bom.version']}", |
| 98 | + 'spock-bom' : "org.spockframework:spock-bom:${bomDependencyVersions['spock.version']}", |
| 99 | + 'jackson-bom' : "com.fasterxml.jackson:jackson-bom:${bomDependencyVersions['jackson.version']}", |
| 100 | + 'groovy-bom' : "org.apache.groovy:groovy-bom:${bomDependencyVersions['groovy.version']}", |
| 101 | + 'selenium-bom' : "org.seleniumhq.selenium:selenium-bom:${bomDependencyVersions['selenium.version']}", |
101 | 102 | ] |
102 | 103 |
|
103 | 104 | // Note: the name of the dependency must be the prefix of the property name so properties in the pom are resolved correctly |
104 | 105 | bomDependencies = [ |
105 | | - 'asset-pipeline-grails' : "cloud.wondrify:asset-pipeline-grails:${bomDependencyVersions['asset-pipeline-grails.version']}", |
106 | 106 | 'bootstrap' : "org.webjars.npm:bootstrap:${bomDependencyVersions['bootstrap.version']}", |
107 | 107 | 'bootstrap-icons' : "org.webjars.npm:bootstrap-icons:${bomDependencyVersions['bootstrap-icons.version']}", |
108 | 108 | 'commons-codec' : "commons-codec:commons-codec:${bomDependencyVersions['commons-codec.version']}", |
|
0 commit comments