Skip to content

Commit 1e209a0

Browse files
Update dependency org.yaml:snakeyaml to v2.5 (#678)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 519c30a commit 1e209a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ dependencies {
279279
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.20.0', ext: 'pom'
280280
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: versions.jackson
281281

282-
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.4'
282+
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.5'
283283

284284
implementation ('com.github.hmcts:data-ingestion-lib:0.6.0.5') {
285285
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-web'

0 commit comments

Comments
 (0)