Skip to content

Commit

Permalink
Update dependency com.github.hmcts:auth-checker-lib to v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 8, 2023
1 parent 9718c6d commit 7606419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ subprojects {
implementation group: 'org.springframework.security', name: 'spring-security-rsa', version: '1.1.1'

implementation ('com.sun.xml.bind:jaxb-osgi:2.3.1')
implementation (group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.1.4') {
implementation (group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.1.6') {
exclude(module: 'java-logging-spring')
}
implementation group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.4.11'
Expand Down

0 comments on commit 7606419

Please sign in to comment.