Skip to content
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ccf6913
Update dependency io.jsonwebtoken:jjwt to v0.13.0
renovate[bot] Oct 6, 2025
729b4f6
Branch was auto-updated.
github-actions[bot] Oct 6, 2025
683c972
Branch was auto-updated.
github-actions[bot] Oct 6, 2025
968264b
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
5591fdd
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
59da6a0
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
b119794
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
f0eccb7
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
e70b9a3
Branch was auto-updated.
github-actions[bot] Oct 8, 2025
88da0c5
Branch was auto-updated.
github-actions[bot] Oct 9, 2025
5a6d543
Branch was auto-updated.
github-actions[bot] Oct 9, 2025
1fd6bde
Branch was auto-updated.
github-actions[bot] Oct 9, 2025
2ae18fb
Branch was auto-updated.
github-actions[bot] Oct 9, 2025
da030b1
Branch was auto-updated.
github-actions[bot] Oct 13, 2025
39f7b46
Branch was auto-updated.
github-actions[bot] Oct 15, 2025
71a03bb
Branch was auto-updated.
github-actions[bot] Oct 15, 2025
ba00839
Branch was auto-updated.
github-actions[bot] Oct 16, 2025
ab1232b
Branch was auto-updated.
github-actions[bot] Oct 16, 2025
6c5bc65
Branch was auto-updated.
github-actions[bot] Oct 16, 2025
868636e
Branch was auto-updated.
github-actions[bot] Oct 16, 2025
60f41c3
Branch was auto-updated.
github-actions[bot] Oct 16, 2025
50022ce
Branch was auto-updated.
github-actions[bot] Oct 20, 2025
a1c4bee
Branch was auto-updated.
github-actions[bot] Nov 5, 2025
1c308df
Branch was auto-updated.
github-actions[bot] Jan 7, 2026
2f10651
Branch was auto-updated.
github-actions[bot] Jan 7, 2026
8e1d92e
Branch was auto-updated.
github-actions[bot] Jan 9, 2026
d7336f5
Branch was auto-updated.
github-actions[bot] Jan 29, 2026
1389d16
Branch was auto-updated.
github-actions[bot] Mar 5, 2026
8f33392
Branch was auto-updated.
github-actions[bot] Mar 5, 2026
7beed7e
Branch was auto-updated.
github-actions[bot] Mar 9, 2026
b63bc11
Branch was auto-updated.
github-actions[bot] Mar 10, 2026
c3f3e4d
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ dependencies {
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: versions.bouncycastle
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.2.2'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: versions.reformS2sClient
implementation group: 'io.jsonwebtoken', name: 'jjwt', version:'0.9.1'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version:'0.13.0'
implementation group: 'com.auth0', name: 'java-jwt', version: '4.5.0'

implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: versions.jackson
Expand Down