Skip to content

Commit 67a946b

Browse files
Update dependency com.nimbusds:nimbus-jose-jwt to v10.8
1 parent 16e2fc6 commit 67a946b

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
@@ -85,7 +85,7 @@ dependencies {
8585
implementation 'org.springframework.ai:spring-ai-starter-model-azure-openai'
8686

8787
// use newest version of nimbus-jose-jwt to avoid security issues through outdated dependencies
88-
implementation "com.nimbusds:nimbus-jose-jwt:10.7"
88+
implementation "com.nimbusds:nimbus-jose-jwt:10.8"
8989

9090
// Main database to persist entities
9191
implementation 'org.postgresql:postgresql:42.7.10'

0 commit comments

Comments
 (0)