Skip to content

Commit

Permalink
use spring bom snakeyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Oct 21, 2024
1 parent 8bc20e6 commit 603688e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dependabot/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated on Mon Oct 21 12:32:36 PDT 2024 by: ./gradlew :grails-bom:dependabotBuild
// Generated on Mon Oct 21 12:41:56 PDT 2024 by: ./gradlew :grails-bom:dependabotBuild
plugins {
id 'java-library'
}
Expand Down Expand Up @@ -85,7 +85,6 @@ dependencies {
api "org.grails.profiles:vue:${project['profiles-vue.version']}"
api "org.grails.profiles:web-plugin:${project['profiles-web-plugin.version']}"
api "org.grails.profiles:web:${project['profiles-web.version']}"
api "org.yaml:snakeyaml:${project['snakeyaml.version']}"
api "org.spockframework:spock-core:${project['spock.version']}"
api "org.spockframework:spock-spring:${project['spock.version']}"
api "com.github.spotbugs:spotbugs-annotations:${project['spotbugs-annotations.version']}"
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ org.gradle.parallel=true
org.gradle.daemon=true
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1536M -XX:MaxMetaspaceSize=1024M

# Generated on Mon Oct 21 12:32:36 PDT 2024 by: ./gradlew :grails-bom:syncProps
# Generated on Mon Oct 21 12:41:56 PDT 2024 by: ./gradlew :grails-bom:syncProps
# Only version value modifications allowed after this point. Do not insert or change version names.
ant.version=1.10.15
asciidoctorj.version=3.0.0
Expand Down Expand Up @@ -82,7 +82,6 @@ profiles-rest-api-plugin.version=7.0.1-SNAPSHOT
profiles-vue.version=7.0.1-SNAPSHOT
profiles-web.version=7.0.1-SNAPSHOT
profiles-web-plugin.version=7.0.1-SNAPSHOT
snakeyaml.version=2.3
spock.version=2.3-groovy-4.0
spotbugs-annotations.version=4.8.6
spring-boot.version=3.3.4
Expand Down
1 change: 0 additions & 1 deletion grails-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ ext {
org.springframework.boot:spring-boot-cli:::spring-boot
org.springframework:springloaded::
org.xhtmlrenderer:flying-saucer-pdf-openpdf::
org.yaml:snakeyaml::
""".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 603688e

Please sign in to comment.