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 5d85842 commit a964567Copy full SHA for a964567
build.gradle
@@ -163,7 +163,7 @@ dependencies {
163
implementation "org.flywaydb:flyway-core:9.22.3"
164
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'
+ runtimeOnly group: 'org.postgresql', name: 'postgresql', version: '42.7.8'
167
implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.1.5'
168
constraints {
169
implementation('com.google.guava:guava:33.4.8-jre') {
0 commit comments