Skip to content

Commit c132b1f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ dependencies {
161161

162162
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.12'
163163
implementation "org.flywaydb:flyway-core:9.22.3"
164-
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.4'
164+
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.5'
165165
implementation group: 'com.zaxxer', name: 'HikariCP', version: '5.1.0'
166166
runtimeOnly group: 'org.postgresql', name: 'postgresql', version: '42.7.7'
167167
implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.1.5'

0 commit comments

Comments
 (0)