Skip to content

Commit

Permalink
Add SnakeYAML BOM (#13249)
Browse files Browse the repository at this point in the history
to override SpringBoot BOM

Fixes #13217

Co-authored-by: Puneet Behl <behlp@unityfoundation.io>
  • Loading branch information
guillermocalvo and puneetbehl authored Dec 6, 2023
1 parent 19306d1 commit 824834c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ ext {
names : ['grails-async', 'grails-events'],
modules: ['gpars', 'rxjava', 'rxjava2']
],
snakeyaml: [
version: snakeyamlVersion,
group : 'org.yaml',
names: ['snakeyaml'],
modules: ['']
],
spock: [
version: spockVersion,
group : 'org.spockframework',
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ objenesisVersion=3.3
scaffoldingCoreVersion=2.1.0
servletApiVersion=4.0.1
slf4jVersion=1.7.36
snakeyamlVersion=2.2
spockVersion=2.1-groovy-3.0
springBootVersion=2.7.18
springLoadedVersion=1.2.8.RELEASE
Expand Down

0 comments on commit 824834c

Please sign in to comment.