Skip to content

Commit 824834c

Browse files
Add SnakeYAML BOM (#13249)
to override SpringBoot BOM Fixes #13217 Co-authored-by: Puneet Behl <[email protected]>
1 parent 19306d1 commit 824834c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

build.gradle

+6
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ ext {
123123
names : ['grails-async', 'grails-events'],
124124
modules: ['gpars', 'rxjava', 'rxjava2']
125125
],
126+
snakeyaml: [
127+
version: snakeyamlVersion,
128+
group : 'org.yaml',
129+
names: ['snakeyaml'],
130+
modules: ['']
131+
],
126132
spock: [
127133
version: spockVersion,
128134
group : 'org.spockframework',

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ objenesisVersion=3.3
3636
scaffoldingCoreVersion=2.1.0
3737
servletApiVersion=4.0.1
3838
slf4jVersion=1.7.36
39+
snakeyamlVersion=2.2
3940
spockVersion=2.1-groovy-3.0
4041
springBootVersion=2.7.18
4142
springLoadedVersion=1.2.8.RELEASE

0 commit comments

Comments
 (0)