We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e2fc6 commit 67a946bCopy full SHA for 67a946b
build.gradle
@@ -85,7 +85,7 @@ dependencies {
85
implementation 'org.springframework.ai:spring-ai-starter-model-azure-openai'
86
87
// use newest version of nimbus-jose-jwt to avoid security issues through outdated dependencies
88
- implementation "com.nimbusds:nimbus-jose-jwt:10.7"
+ implementation "com.nimbusds:nimbus-jose-jwt:10.8"
89
90
// Main database to persist entities
91
implementation 'org.postgresql:postgresql:42.7.10'
0 commit comments