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 31c12c3 commit e87b138Copy full SHA for e87b138
build.gradle
@@ -164,7 +164,7 @@ dependencies {
164
implementation group: 'org.yaml', name: 'snakeyaml', version: '2.4'
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'
+ implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '3.1.1'
168
constraints {
169
implementation('com.google.guava:guava:33.4.8-jre') {
170
because 'previous versions of this transitive dependency have CVEs'
0 commit comments