Skip to content

Commit

Permalink
Bump jose to address CVE
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Jul 11, 2024
1 parent 08cdd6f commit 28c9cb0
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 @@ -175,7 +175,7 @@ dependencies {
implementation 'org.ldaptive:ldaptive:1.2.3'
implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'
implementation 'io.jsonwebtoken:jjwt-api:0.10.8'
implementation("org.apache.cxf:cxf-rt-rs-security-jose:3.5.5") {
implementation("org.apache.cxf:cxf-rt-rs-security-jose:4.0.4") {
exclude(group: 'jakarta.activation', module: 'jakarta.activation-api')
}
implementation 'com.github.wnameless:json-flattener:0.5.0'
Expand Down

0 comments on commit 28c9cb0

Please sign in to comment.