Skip to content

Commit

Permalink
add bootstrap, bootstap-icons and jquery versions to grails-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Dec 24, 2024
1 parent be0be3d commit afb1169
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dependabot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ dependencies {
api "org.grails.plugins:converters:${project['converters.version']}"
api "io.methvin:directory-watcher:${project['directory-watcher.version']}"
api "org.xhtmlrenderer:flying-saucer-pdf-openpdf:${project['flying-saucer-pdf-openpdf.version']}"
api "org.webjars.npm:bootstrap:${project['bootstrap.version']}"
api "org.webjars.npm:bootstrap-icons:${project['bootstrap-icons.version']}"
api "org.webjars.npm:jquery:${project['jquery.version']}"
api "org.gebish:geb-spock:${project['geb-spock.version']}"
api "org.grails.plugins:async:${project['grails-async.version']}"
api "org.grails.plugins:events:${project['grails-async.version']}"
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ asciidoctorj.version=3.0.0
asset-pipeline-gradle.version=5.0.5
asset-pipeline-grails.version=5.0.5
byte-buddy.version=1.15.5
bootstrap.version=5.3.3
bootstrap-icons.version=1.11.3
commons-codec.version=1.17.1
commons-text.version=1.12.0
converters.version=6.0.0-M1
Expand All @@ -53,6 +55,7 @@ jansi.version=1.18
javaparser-core.version=3.26.2
jline.version=2.14.6
jna.version=5.15.0
jquery.version=3.7.1
jsoup.version=1.18.3
mongodb.version=5.1.4
objenesis.version=3.4
Expand Down
3 changes: 3 additions & 0 deletions grails-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ ext {
org.springframework.boot:spring-boot-cli,spring-boot-gradle-plugin:::spring-boot
org.springframework:springloaded::
org.xhtmlrenderer:flying-saucer-pdf-openpdf::
org.webjars.npm:bootstrap::
org.webjars.npm:bootstrap-icons::
org.webjars.npm:jquery::
""".stripIndent(true).trim().readLines().collect {
def info = it.toString().split(':', -1)
def dep = [group: info[0], names: info[1].split(','), modules: info[2].split(','), version: info.length >= 4? info[3] : null]
Expand Down

0 comments on commit afb1169

Please sign in to comment.