Skip to content

Commit 54b8f61

Browse files
Update dependency io.jsonwebtoken:jjwt-api to v0.13.0 (#632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e84d7e commit 54b8f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ dependencies {
334334

335335
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8'
336336
implementation group: 'com.vladmihalcea', name: 'hibernate-types-60', version: '2.21.1'
337-
implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.12.6'
337+
implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.13.0'
338338
runtimeOnly group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.13.0'
339339
runtimeOnly group: 'io.jsonwebtoken', name: 'jjwt-jackson', version: '0.13.0'
340340
implementation group: 'io.projectreactor', name: 'reactor-core', version: '3.8.0'

0 commit comments

Comments
 (0)