Skip to content

Commit

Permalink
Update dependency com.github.hmcts:auth-checker-lib to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 27a9c5c commit cefa591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
exclude(module: 'slf4j-simple')
}

implementation (group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.1.4') {
implementation (group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.3.0') {
exclude(module: 'java-logging-spring')
exclude group: 'com.google.guava', module: 'guava' // guava-30.1-jre.jar CVE-2023-2976, CVE-2020-8908
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ subprojects {
}

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.3.0') {
exclude(module: 'java-logging-spring')
exclude group: 'com.google.guava', module: 'guava' // guava-30.1-jre.jar CVE-2023-2976, CVE-2020-8908
}
Expand Down

0 comments on commit cefa591

Please sign in to comment.