Skip to content

Commit 002557c

Browse files
authored
Add SnakeYAML BOM (#13245)
to override SpringBoot BOM
1 parent 3654404 commit 002557c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ ext {
124124
names : ['grails-async', 'grails-events'],
125125
modules: ['gpars', 'rxjava', 'rxjava2']
126126
],
127+
snakeyaml: [
128+
version: snakeyamlVersion,
129+
group : 'org.yaml',
130+
names: ['snakeyaml'],
131+
modules: ['']
132+
],
127133
spock: [
128134
version: spockVersion,
129135
group : 'org.spockframework',

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ objenesisVersion=3.3
3737
scaffoldingCoreVersion=2.1.0
3838
servletApiVersion=4.0.1
3939
slf4jVersion=1.7.36
40+
snakeyamlVersion=2.2
4041
spockVersion=2.1-groovy-3.0
4142
springBootVersion=2.7.10
4243
springLoadedVersion=1.2.8.RELEASE

0 commit comments

Comments
 (0)