We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365c111 commit c132b1fCopy full SHA for c132b1f
build.gradle
@@ -161,7 +161,7 @@ dependencies {
161
162
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.12'
163
implementation "org.flywaydb:flyway-core:9.22.3"
164
- implementation group: 'org.yaml', name: 'snakeyaml', version: '2.4'
+ implementation group: 'org.yaml', name: 'snakeyaml', version: '2.5'
165
implementation group: 'com.zaxxer', name: 'HikariCP', version: '5.1.0'
166
runtimeOnly group: 'org.postgresql', name: 'postgresql', version: '42.7.7'
167
implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.1.5'
0 commit comments